ReyaLabColumbia commited on
Commit
1d07707
·
verified ·
1 Parent(s): d7ccd8d

Update README.md

Browse files

The Segformer-Cityscapes model was changed to a ternary classifier and fine-tuned on custom training data.

![test2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/vuE8Vxll5dVyEVBB668pR.png)
![Mask_test2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/0rwfI9CvUZLBTwtjxPMVw.png)

After training, it was able to correctly identify organoids and necrosis.

![example2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/sXxtjbGzMPHmgpwpfmVO6.png)
![example.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/gc9e0VV9tsQrXj22Jo4dm.png)

The python program (see linked GitHub) then uses the masks to annotate the images and provide statistics about the colonies.
![Group_analysis_results3.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/BS01hgfT7jY1ALvIAXwb3.png)

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -19,3 +19,8 @@ Custom fine-tuned version of NVIDIA's segformer model for colony slides in micro
19
 
20
  Xie, E., Wang, W., Yu, Z., Anandkumar, A., Alvarez, J. M., & Luo, P. (2021). SegFormer: Simple and efficient design for semantic segmentation with transformers. arXiv preprint arXiv:2105.15203. https://arxiv.org/abs/2105.15203
21
 
 
 
 
 
 
 
19
 
20
  Xie, E., Wang, W., Yu, Z., Anandkumar, A., Alvarez, J. M., & Luo, P. (2021). SegFormer: Simple and efficient design for semantic segmentation with transformers. arXiv preprint arXiv:2105.15203. https://arxiv.org/abs/2105.15203
21
 
22
+ The Segformer-Cityscapes model was changed to a ternary classifier and fine-tuned on custom training data.
23
+
24
+ After training, it was able to correctly identify organoids and necrosis.
25
+
26
+ The python program (see linked GitHub) then uses the masks to annotate the images and provide statistics about the colonies.