Add configs/thresholds.json
Browse files- 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 |
+
}
|