mobilenet_v1_0.75_192/preprocessor_config.json

27 lines
406 B
JSON
Raw Permalink Normal View History

2022-11-10 16:06:54 +00:00
{
"crop_size": {
2022-11-10 16:14:28 +00:00
"height": 192,
"width": 192
2022-11-10 16:06:54 +00:00
},
"do_center_crop": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
2022-11-10 16:14:28 +00:00
"image_processor_type": "MobileNetV1ImageProcessor",
2022-11-10 16:06:54 +00:00
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
2022-11-10 16:14:28 +00:00
"shortest_edge": 224
2022-11-10 16:06:54 +00:00
}
}