pamixsun commited on
Commit
d43bae2
1 Parent(s): 3884f9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -15,10 +15,10 @@ widget:
15
 
16
  <!-- Provide a quick summary of what the model is/does. -->
17
 
18
- This model utilizes a Swin Transformer architecture and has undergone supervised fine-tuning on retinal fundus images from the [REFUGE challenge dataset](https://refuge.grand-challenge.org/).
19
- It is specialized in automated analysis of retinal fundus photographs for glaucoma detection.
20
- By extracting hierarchical visual features from input fundus images in a cross-scale manner, the model is able to effectively categorize each image as either glaucoma or non-glaucoma. Extensive experiments demonstrate that this model architecture achieves state-of-the-art performance on the REFUGE benchmark for fundus image-based glaucoma classification.
21
- To obtain optimal predictions, it is recommended to provide this model with standardized retinal fundus photographs captured using typical fundus imaging protocols.
22
 
23
  ## Model Details
24
 
@@ -35,7 +35,7 @@ To obtain optimal predictions, it is recommended to provide this model with stan
35
 
36
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
37
 
38
- his pretrained model enables semantic segmentation of key anatomical structures namely, the optic disc and optic cup, in retinal fundus images.
39
  It takes fundus images as input and outputs the segmentation results.
40
 
41
  ## Bias, Risks, and Limitations
 
15
 
16
  <!-- Provide a quick summary of what the model is/does. -->
17
 
18
+ This SegFormer model has undergone specialized fine-tuning on the [REFUGE challenge dataset](https://refuge.grand-challenge.org/),
19
+ a public benchmark for semantic segmentation of anatomical structures in retinal fundus images.
20
+ The fine-tuning enables expert-level segmentation of the optic disc and optic cup, two critical structures for ophthalmological diagnosis.
21
+
22
 
23
  ## Model Details
24
 
 
35
 
36
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
37
 
38
+ his pretrained model enables semantic segmentation of key anatomical structures, namely, the optic disc and optic cup, in retinal fundus images.
39
  It takes fundus images as input and outputs the segmentation results.
40
 
41
  ## Bias, Risks, and Limitations