Detecting & Segmenting cancer cells in histology images from PanNuke dataset. Using Computer Vision + Deep Learning neural networks architectures. This Project implements the kaggle challenge: Cancer Instance Segmentation and Classification. The goal is to segment and classify each cell in the histology images. PyTorch implementation.
The dataset contains nuclei instance segmentation and classification images with exhaustive nuclei labels across 19 different tissue types. The dataset contains 205,343 labeled nuclei, each with an instance segmentation mask. An Open Pan-Cancer Histology Dataset for Nuclei Instance Segmentation and Classification
We use UNet architecture and MicroNet architecture, related files in model.py. official MicroNet paper
.ipynb google colab notebooks are available, in which you can find the entire process from creating the datasets, the model, the training process, the evaluation process, and vizualization.




