pamixsun commited on
Commit
a7b84ab
1 Parent(s): 8cd7940

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -11,4 +11,9 @@ pinned: false
11
  license: apache-2.0
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
11
  license: apache-2.0
12
  ---
13
 
14
+ ## Note
15
+
16
+ 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.
17
+ Therefore, to obtain accurate predictions, it is crucial to only input fundus images when using this model.
18
+ Feeding other types of images may lead to meaningless results. In summary, this model expects fundus images as input for glaucoma classification.
19
+ For the best performance, please adhere strictly to this input specification.