All Projects → jr0th → segmentation

jr0th / segmentation

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

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to segmentation

MicroscPSF-Py
Fast and Accurate 3D PSF Computation for Fluorescence Microscopy
Stars: ✭ 25 (-34.21%)
Mutual labels:  microscopy
fiap-ml-visao-computacional
Repositório dos exemplos e desafios utilizados na disciplina de Visão Computacional do curso de MBA Machine Learning da FIAP
Stars: ✭ 33 (-13.16%)
Mutual labels:  image-segmentation
brainreg
Automated 3D brain registration with support for multiple species and atlases.
Stars: ✭ 73 (+92.11%)
Mutual labels:  microscopy
MATBOX Microstructure analysis toolbox
MATBOX is an open-source MATLAB toolbox dedicated to microstructure analsyis of porous/heterogeneous materials
Stars: ✭ 27 (-28.95%)
Mutual labels:  image-segmentation
image-segmentation-auto-labels
A service to auto-generate masks for image segmentation
Stars: ✭ 22 (-42.11%)
Mutual labels:  image-segmentation
Markov-Random-Field-Project
This project has two parts. In part one, we use markov random field to denoise an image. In Part two, we use similar model for image segmentation.
Stars: ✭ 97 (+155.26%)
Mutual labels:  image-segmentation
RGBD-semantic-segmentation
A paper list of RGBD semantic segmentation (processing)
Stars: ✭ 264 (+594.74%)
Mutual labels:  image-segmentation
Table-Detection-using-Deep-Learning
Table Detection using Deep Learning
Stars: ✭ 24 (-36.84%)
Mutual labels:  image-segmentation
Video-Stabilization-and-image-mosaicing
video stabilization: stabilize the videos which is taken from wavering camera. Image mosaicing: stitches multiple, overlapping snapshot images of a video together in order to produce one large image.
Stars: ✭ 16 (-57.89%)
Mutual labels:  image-segmentation
udacity-cvnd-projects
My solutions to the projects assigned for the Udacity Computer Vision Nanodegree
Stars: ✭ 36 (-5.26%)
Mutual labels:  image-segmentation
Deep-One-Shot-Logo-Retrieval
A Deep One-Shot Network for Query-based Logo Retrieval [Pattern Recognition 2019, Elsevier]
Stars: ✭ 58 (+52.63%)
Mutual labels:  image-segmentation
CNN-DICOM-Segmentation
DICOM Image Segmentation with CNNs in Tensorflow
Stars: ✭ 87 (+128.95%)
Mutual labels:  image-segmentation
ZeroSimROSUnity
Robotic simulation in Unity with ROS integration.
Stars: ✭ 112 (+194.74%)
Mutual labels:  image-segmentation
sharpmask
TensorFlow implementation of DeepMask and SharpMask
Stars: ✭ 31 (-18.42%)
Mutual labels:  image-segmentation
ImSwitch
ImSwitch is a software solution in Python that aims at generalizing microscope control by providing a solution for flexible control of multiple microscope modalities.
Stars: ✭ 43 (+13.16%)
Mutual labels:  microscopy
ColiCoords
Single-cell fluorescence microscopy data analysis
Stars: ✭ 22 (-42.11%)
Mutual labels:  microscopy
segRetino
An implementation of the research paper "Retina Blood Vessel Segmentation Using A U-Net Based Convolutional Neural Network"
Stars: ✭ 23 (-39.47%)
Mutual labels:  image-segmentation
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
Stars: ✭ 1,102 (+2800%)
Mutual labels:  image-segmentation
picasso
A collection of tools for painting super-resolution images
Stars: ✭ 77 (+102.63%)
Mutual labels:  microscopy
BusterNet
No description or website provided.
Stars: ✭ 49 (+28.95%)
Mutual labels:  image-segmentation

segmentation

Segmenting nuclei in fluorescence microscopy images with deep learning.

The goal of this project is to segment nuclei from fluorescence microscopy images. In a 3-class formulation, we try to classify each pixel of an image into either background, cell or boundary. In a boundary formulation, we predict outlines of nuclei only. In both cases 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 clumped nuclei. Dead cells or cells which are in the process of dividing are challeging, too.

This is my Master's Thesis which I will upload here, too.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].