ReyaLabColumbia commited on
Commit
cb91c3d
·
verified ·
1 Parent(s): 67be596

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -20,12 +20,12 @@ Custom fine-tuned version of NVIDIA's segformer model for colony slides in micro
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
- ![example2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/-Igd3jirHou-ChM3ZHZvo.png)
24
- ![example.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/N3b_rdSfWec4ybIB6Ijfq.png)
25
-
26
- After training, it was able to correctly identify organoids and necrosis.
27
  ![test2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/UgaNJUKrRRwSxDTdXtuYD.png)
28
  ![Mask_test2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/Bt69LTm65lX76rzx2No19.png)
29
 
 
 
 
 
30
  The python program (see linked GitHub) then uses the masks to annotate the images and provide statistics about the colonies.
31
  ![Group_analysis_results3.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/dUcZcjmMp4jbRsSgQJLiD.png)
 
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
  ![test2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/UgaNJUKrRRwSxDTdXtuYD.png)
24
  ![Mask_test2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/Bt69LTm65lX76rzx2No19.png)
25
 
26
+ After training, it was able to correctly identify organoids and necrosis.
27
+ ![example2.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/-Igd3jirHou-ChM3ZHZvo.png)
28
+ ![example.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/N3b_rdSfWec4ybIB6Ijfq.png)
29
+
30
  The python program (see linked GitHub) then uses the masks to annotate the images and provide statistics about the colonies.
31
  ![Group_analysis_results3.png](https://cdn-uploads.huggingface.co/production/uploads/6813e81cfd7a2af93d0e5384/dUcZcjmMp4jbRsSgQJLiD.png)