/pytorch-segmentation-starter

Semantic and instance segmentation using a custom dataset.

Primary LanguagePythonMIT LicenseMIT

A generic Instance and Semantic Segmentation Starter Repo

Semantic and instance segmentation implementations that operate on VOC, COCO, & Data Science Bowl 2018 (implemented as a custom dataset). If you wish to modify this for your own dataset, use the corresponding dsb_dataset.py as a template.

This was developed in order to carry out instance and semantic segmentation for finding nucliei in micorscope images of blood cells in order to do blood cancer detection.

Supported datasets

Supported models

Demo Scripts

See the respective README files in detection_ref and segmentation_ref.