Live data from Hacker News

Cell Segmentation with U-Net and Others

benjamin.computer

1–4 of 4 posts

Re: Cell Segmentation with U-Net and Others

#3
For this particular problem, Mask R-CNN would have been the way to go -- it spits out instances as opposed to just deciding, for each pixel, to which class it belongs. Or an SSD (if we don't care about the mask at all).