Cell Segmentation with U-Net and Others
benjamin.computer
Cell Segmentation with U-Net and Others
1–4 of 4 posts
Re: Cell Segmentation with U-Net and Others
#2U-net is great and there are plenty of different versions of it for a variety of problems that have yet to be discovered!
Re: Cell Segmentation with U-Net and Others
#3For 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).
Re: Cell Segmentation with U-Net and Others
#4Deepcell[1] is a framework I worked on for a bit during my undergrad. It can do cell segmentation & tracking for different imaging types.
[1]: https://github.com/vanvalenlab/deepcell-tf/blob/master/READM...