Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
|
@@ -13,8 +13,8 @@
|
|
| 13 |
"do_clahe": true,
|
| 14 |
"do_crop": true,
|
| 15 |
"min_radius_frac": 0.1,
|
| 16 |
-
"max_radius_frac":
|
| 17 |
"allow_overflow": true,
|
| 18 |
-
"softmax_temperature": 0.
|
| 19 |
"processor_class": "EyeCLAHEImageProcessor"
|
| 20 |
}
|
|
|
|
| 13 |
"do_clahe": true,
|
| 14 |
"do_crop": true,
|
| 15 |
"min_radius_frac": 0.1,
|
| 16 |
+
"max_radius_frac": 0.9,
|
| 17 |
"allow_overflow": true,
|
| 18 |
+
"softmax_temperature": 0.3,
|
| 19 |
"processor_class": "EyeCLAHEImageProcessor"
|
| 20 |
}
|