An open API service indexing awesome lists of open source software.

https://github.com/andreped/nuclei-vision-experiments


https://github.com/andreped/nuclei-vision-experiments

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# nuclei-vision-experiments

This is an old project from 2019, which I only uploaded to store it somewhere.

This repository contains experiments on the PanNuke dataset to perform various
computer vision tasks on nuclei in histopathology images.

The tested methods were:
* U-Net for binary and semantic segmentation
* YOLOv1 and YOLOv3 for object detection
* Mask R-CNN for instance segmentation
* Watershed-based algorithm for semantic segmentation
* Morphology-based algorithm for separating semantic segmentation of nuclei into separate instances
* Multi-head U-Net to perform simultaneous image classification and semantic segmentation

# License

This project has MIT license.