eye-clahe-processor / preprocessor_config.json
iszt's picture
Update preprocessor_config.json
a6feb57 verified
raw
history blame contribute delete
521 Bytes
{
"image_processor_type": "EyeCLAHEImageProcessor",
"auto_map": {
"AutoImageProcessor": "image_processing_eye_gpu.EyeCLAHEImageProcessor"
},
"size": 512,
"crop_scale_factor": 1.1,
"clahe_grid_size": 8,
"clahe_clip_limit": 2.0,
"normalization_mode": "imagenet",
"custom_mean": null,
"custom_std": null,
"do_clahe": true,
"do_crop": true,
"min_radius_frac": 0.1,
"max_radius_frac": 0.9,
"allow_overflow": true,
"softmax_temperature": 0.3,
"processor_class": "EyeCLAHEImageProcessor"
}