Skip to content

kushiluv/Segmentation_research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Image Segmentation on Medical Imaging Data

Refer to the report for the explanation of the entire project and the segmentation.ipynb file for the code.

Results of the project so far:

Masked RCNN

Plots

image

Inferences

The Mask R-CNN model achieved the highest IoU scores for both the DSB-2018 dataset (0.91) and the SegPC-2021 dataset (0.89). This indicates that the model performed well in accurately segmenting nuclei in both datasets.

image

Unet++

image

Inferences

The UNet++ model achieved an IoU score of 0.85 on the DSB-2018 dataset and 0.81 on the SegPC-2021 dataset. This model performed better than the UNet model on both datasets, indicating that the improved architecture of UNet++ resulted in better performance.

Sample Ouput

image

About

Compared the performance of various semantic and instance segmentation models on two different datasets: SegPC-2021 and DataScienceBowl 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors