Skip to content

muhamed-aroui/Instance-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instance-segmentation

The MaskRCNN instance segmentation model was developed using Facebook AI reseach's (FAIR) Detectron 2 framework trained on the [PanNuke Dataset] (https://jgamper.github.io/PanNukeDataset)

Training

The folder Pannuke_cocoFormat contains the Pannuke dataset converted to COCO format since it is the expected format of detectron 2, it can be used to train adn do inferance of the MaskRCNN model using the 'PIMA.ipynb' notebook

Output

An example of instance segmentation on panuke validation set:

alt text alt text

References

@misc{wu2019detectron2, author = {Yuxin Wu and Alexander Kirillov and Francisco Massa and Wan-Yen Lo and Ross Girshick}, title = {Detectron2}, howpublished = {\url{https://github.com/facebookresearch/detectron2}}, year = {2019} }

@inproceedings{liu2018path, author = {Shu Liu and Lu Qi and Haifang Qin and Jianping Shi and Jiaya Jia}, title = {Path Aggregation Network for Instance Segmentation}, booktitle = {Proceedings of IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, year = {2018} }

@inproceedings{gamper2019pannuke, title={PanNuke: an open pan-cancer histology dataset for nuclei instance segmentation and classification}, author={Gamper, Jevgenij and Koohbanani, Navid Alemi and Benet, Ksenija and Khuram, Ali and Rajpoot, Nasir}, booktitle={European Congress on Digital Pathology}, pages={11--19}, year={2019}, organization={Springer} }

About

Instance segmentation using FAIR's detectron2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published