Fusion of feature pyramids for nucleus segmentation and cell segmentation. The model uses nucleus and cytoplasma signal to achieve better cell segmentation results.
The code is based on the Mask R-CNN implementation of https://github.com/matterport/Mask_RCNN and extends it for feature pyramid fusion.
Please see https://github.com/matterport/Mask_RCNN for requirements and installation
- 
Jupyter notebook demo for running models and vizualization: segmentation_demo.ipynb 
- 
Training scripts: cells_and_cores 
Full dataset available at: https://data.uni-marburg.de/bitstream/handle/dataumr/231/synmikro_macrophages.tar.gz
@article{korfhage2020detection,
  title={Detection and segmentation of morphologically complex eukaryotic cells in fluorescence microscopy images via feature pyramid fusion},
  author={Korfhage, Nikolaus and M{\"u}hling, Markus and Ringshandl, Stephan and Becker, Anke and Schmeck, Bernd and Freisleben, Bernd},
  journal={PLOS Computational Biology},
  volume={16},
  number={9},
  pages={e1008179},
  year={2020},
  publisher={Public Library of Science San Francisco, CA USA}
}

