Copied from original repo found on github. https://github.com/tanqiuliu/deepYeast
Go to file
2017-09-18 17:39:19 -05:00
models Add files via upload 2017-09-18 16:41:16 -05:00
background_screening.py Add files via upload 2017-09-18 16:31:54 -05:00
csgReader.py Add files via upload 2017-09-18 16:31:54 -05:00
detect_yeast.py Update detect_yeast.py 2017-09-18 16:56:50 -05:00
loadseg.py Add files via upload 2017-09-18 16:31:54 -05:00
prepare_data.py Add files via upload 2017-09-18 16:31:54 -05:00
README.md Update README.md 2017-09-18 17:39:19 -05:00
segment_seed.py Update segment_seed.py 2017-09-18 16:49:45 -05:00
temp.py Add files via upload 2017-09-18 16:31:54 -05:00
train_CNN_mask.py Add files via upload 2017-09-18 16:31:54 -05:00
train_CNN_rect.py Add files via upload 2017-09-18 16:31:54 -05:00
train_CNN.py Add files via upload 2017-09-18 16:53:47 -05:00
util.py Add files via upload 2017-09-18 16:31:54 -05:00

deepYeast

Fully Automated Tool for Yeast Cell Detection and Segmentation in Microscopic Images

Tanqiu Liu

Introduction

In biological research, even though the experiment is applied to a number of cells equally, the responses of cells varies greatly. Therefore, we usually want to extract single cell data. For fluorescnt microscopy experiments, we may want to record the dynamics a certain kind of protein in a single cell. It is required to do the segmentation before data extraction to detect sub-regions of an image which represent single cells. deepYeast is develop to address the problem of detecting the yeast cell contour.

A sample image

Methods

The detection process consists of 4 steps: 1) Preprocessing of images, 2) locating cell centers with a convolutional neural network(CNN), 3) detecting cell contour.