pamixsun commited on
Commit
6fe4a7c
1 Parent(s): dc77740

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -12,7 +12,10 @@ widget:
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
 
15
- This is a Swin Transformer model fine-tuned on the [REFUGE challenge dataset](https://refuge.grand-challenge.org/). It is able to classify an retinal fundns image into glaucoma and non-glaucoma.
 
 
 
16
 
17
  ## Model Details
18
 
@@ -20,33 +23,29 @@ This is a Swin Transformer model fine-tuned on the [REFUGE challenge dataset](ht
20
 
21
  <!-- Provide a longer summary of what this model is. -->
22
 
23
-
24
-
25
  - **Developed by:** [Xu Sun](https://pamixsun.github.io)
26
  - **Shared by:** [Xu Sun](https://pamixsun.github.io)
27
  - **Model type:** Image classification
28
  - **License:** Apache-2.0
29
 
30
- ### Model Sources [optional]
31
-
32
- <!-- Provide the basic links for the model. -->
33
-
34
- - **Repository:** [More Information Needed]
35
- - **Paper [optional]:** [More Information Needed]
36
- - **Demo [optional]:** [More Information Needed]
37
-
38
  ## Uses
39
 
40
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
41
 
42
- You can use the raw model for glaucoma classification based on retinal fundus images.
 
 
 
43
 
44
  ## Bias, Risks, and Limitations
45
 
46
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
47
 
48
- The model is trained/fine-tuned on retinal fundus images only, and was intended to classify glaucoma and non-glaucoma images.
49
- Thus please make sure to feed only fundus image into the model to obtain reasonable results.
 
 
 
50
 
51
  ## How to Get Started with the Model
52
 
 
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
 
15
+ 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/).
16
+ It is specialized in automated analysis of retinal fundus photographs for glaucoma detection.
17
+ 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.
18
+ To obtain optimal predictions, it is recommended to provide this model with standardized retinal fundus photographs captured using typical fundus imaging protocols.
19
 
20
  ## Model Details
21
 
 
23
 
24
  <!-- Provide a longer summary of what this model is. -->
25
 
 
 
26
  - **Developed by:** [Xu Sun](https://pamixsun.github.io)
27
  - **Shared by:** [Xu Sun](https://pamixsun.github.io)
28
  - **Model type:** Image classification
29
  - **License:** Apache-2.0
30
 
 
 
 
 
 
 
 
 
31
  ## Uses
32
 
33
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
34
 
35
+ The pretrained model provides glaucoma classification functionality solely based on analysis of retinal fundus images.
36
+ You may directly utilize the raw model without modification to categorize fundus images as either glaucoma or non-glaucoma.
37
+ This model is specialized in extracting discriminative features from fundus images to identify glaucoma manifestations.
38
+ However, to achieve optimal performance, it is highly recommended to fine-tune the model on a representative fundus image dataset prior to deployment in real-world applications.
39
 
40
  ## Bias, Risks, and Limitations
41
 
42
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
43
 
44
+ The model is specialized in analyzing retinal fundus images, and is trained exclusively on fundus image datasets to classify images as glaucoma or non-glaucoma.
45
+ Therefore, to obtain accurate predictions, it is crucial to only input fundus images when using this model.
46
+ Feeding other types of images may lead to meaningless results.
47
+ In summary, this model expects fundus images as input for glaucoma classification.
48
+ For the best performance, please adhere strictly to this input specification.
49
 
50
  ## How to Get Started with the Model
51