iszt commited on
Commit
a6feb57
·
verified ·
1 Parent(s): 8559675

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. 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": 1.2,
17
  "allow_overflow": true,
18
- "softmax_temperature": 0.1,
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
  }