tanishq74 commited on
Commit
6b8934b
·
verified ·
1 Parent(s): b8d0ea0

Add configs/thresholds.json

Browse files
Files changed (1) hide show
  1. configs/thresholds.json +10 -0
configs/thresholds.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "thresholds": [
3
+ 0.6377551020408163,
4
+ 0.06836734693877551,
5
+ 0.8397959183673469,
6
+ 0.5642857142857143,
7
+ 0.2887755102040816
8
+ ],
9
+ "class_names": ["Normal", "Diabetes/DR", "Glaucoma", "Cataract", "AMD"]
10
+ }