Skip to content
Snippets Groups Projects
user avatar
Christoph Reich authored
c07acb35
History
Name Last commit Last update
Mask_R-CNN
U-Net
figures
.gitignore
LICENSE
README.md

Yeast Cell Segmentation in Microstructured Environments with Deep Learning

arXiv License: MIT

Tim Prangemeier, Christian Wildner, André O. Françani, Christoph Reich & Heinz Koeppl

1

This repository includes the official implementation of the paper Yeast Cell Segmentation in Microstructured Environments with Deep Learning

If you find this research useful in your work, please cite our paper:

@article{Prangemeier2021,
    title={{Yeast Cell Segmentation in Microstructured Environments with Deep Learning}},
    author={Prangemeier, Tim and Wildner, Christian and Françani, André O. and Reich, Christoph and Koeppl, Heinz},
    journal = {Biosystems},
    volume = {1},
    pages = {1-2},
    year = {2021},
}

U-Net

For the U-Net implementation, please refer to the U-Net folder (sperate README).

Mask R-CNN

For the Mask R-CNN implementation, please refer to the Mask R-CNN folder (sperate README).