seige-ml commited on
Commit
a87926f
·
verified ·
1 Parent(s): 5e82c7c

Update readme.md with description.

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -6,3 +6,9 @@ library_name: timm
6
  license: apache-2.0
7
  ---
8
  # Model card for RETFound_DR_IDRID
 
 
 
 
 
 
 
6
  license: apache-2.0
7
  ---
8
  # Model card for RETFound_DR_IDRID
9
+
10
+ A model fine-tuned on the [IDRID](https://ieee-dataport.org/open-access/indian-diabetic-retinopathy-image-dataset-idrid) dataset of retinal fundus images, initialised from the base open-eye/RETFound_MAE model for fundus images.
11
+
12
+ This model achieves good accuracy in the task of classifying level of diabetic retinopathy in fundus (0 = no DR, 1 = mild DR, 2 = moderate DR, 3 = severe DR, 4 = progressed DR).
13
+
14
+ **NOTE** this model was trained on greyscale images, so please ensure your images are converted to greyscale before running inference using this model.