-
Notifications
You must be signed in to change notification settings - Fork 3
Home
CKSpahn edited this page Jul 20, 2021
·
24 revisions
Deep learning is a powerful tool in many areas. In the last years, it also gained large popularity in the field of bioimage analysis.
Yet, bacteriologists make only limited use of this technology, although there is great potential.
To leverage the use of DL in microbiology, we created several datasets of bacterial bioimages and tested DL networks for different image analysis tasks.
Our work is based on the ZeroCostDL4Mic platform, as it provides simple access to different DL networks and gives you free GPU computing power! For this it employs the Google Colab platform.
Scale is 2 µm
All notebooks are implementations provided by the ZeroCostDL4Mic platform. Further documentation can be found on the ZeroCostDL4Mic wiki)
Network | Paper(s) | Task | Link to example training and test dataset | Direct link to notebook in Colab |
---|---|---|---|---|
U-Net (2D) | here and here | Segmentation | ISBI challenge or here | |
StarDist (2D) | here and here | Nuclei segmentation | here | |
SplineDist | [here][SplineDist_link] | Instance segmentation | Coming soon! | |
Noise2Void (2D) | here | Denoising | here | |
CARE (2D) | here | Denoising | here | |
Label-free prediction (fnet) 2D | here | Artificial labelling | here | |
pix2pix | here | Paired Image-to-Image Translation | here | |
YOLOv2 | here | Object detection (bounding boxes) | here |
Network | Paper(s) | Task | Link to example training and test dataset | Direct link to the notebook in Colab |
---|---|---|---|---|
Augmentor | here | Image augmentation | None | |
Quality Control | Available soon | Error mapping and quality metrics estimation | None |