Skip to content

Commit

Permalink
readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlab committed Sep 3, 2023
1 parent fd97071 commit 1c12284
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MAMMARYGLAND.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Segmentation of mammary gland cells

VollSeg specializes with its seed pooling approach to segment irregular shapes of [mammary gland cells](images/Seg_pipe-git.png) from human or mouse samples. In the orignal algorithm we use a CARE trained denoising model and eaither use the U-Net model for semantic segmentation or use the denoising model for the semantic segmentation depending on which model has a better prediction. For using combination of (U-Net, CARE and StarDist) model with U-Net as the model for semantic segmentation use this [script](scripts/mammary_gland_us.py) if you want to use the denoised image as the base image for creating the semantic segmentation map using Otsu threshold set the parameter ```dounet=False``` in that same script.
VollSeg specializes with its seed pooling approach to segment irregular shapes of | Image |
| --- |
| ![Mammary Gland Cells](images/Seg_pipe-git.png) | from human or mouse samples. In the orignal algorithm we use a CARE trained denoising model and eaither use the U-Net model for semantic segmentation or use the denoising model for the semantic segmentation depending on which model has a better prediction. For using combination of (U-Net, CARE and StarDist) model with U-Net as the model for semantic segmentation use this [script](scripts/mammary_gland_us.py) if you want to use the denoised image as the base image for creating the semantic segmentation map using Otsu threshold set the parameter ```dounet=False``` in that same script.

0 comments on commit 1c12284

Please sign in to comment.