Skip to content

Code for my master's thesis. Instance segmentation of fluorescence microscopy images with deep learning.

Notifications You must be signed in to change notification settings

kirayuta/segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

segmentation

We work on this nice project.

The goal of this project is to segment nuclei from fluorescence microscopy images. We try to classify each pixel of an image into either background, cell or boundary. Thus, we do semantic segmentation.

This code can train a CNN on multiple data sets, evaluate the model's performance and predict segmentations for new images.

A big challenge is handling overlapping and close nuclei as well as nuclei that have a weird shape. Dead cells or cells which are in the process of dividing may have weird shapes.

About

Code for my master's thesis. Instance segmentation of fluorescence microscopy images with deep learning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Other 0.2%