filarias_species_detection / preprocessor_config.json
Lin1007
Revert "update mean and std from 0, 1 to 127.5"
0905f25
raw
history blame contribute delete
453 Bytes
{
"crop_size": {
"height": 640,
"width": 640
},
"do_center_crop": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.0,
0.0,
0.0
],
"image_processor_type": "MobileNetV2ImageProcessor",
"image_std": [
1.0,
1.0,
1.0
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"shortest_edge": 256
}
}