mobilenetv3_large_100 / preprocessor_config.json
mrsarthakgupta's picture
Create preprocessor_config.json
1fefa31 verified
raw
history blame contribute delete
No virus
335 Bytes
{
"do_normalize": false,
"do_rescale": false,
"do_resize": false,
"image_mean": [
0.0,
0.0,
0.0
],
"image_processor_type": "MobileNetV2ImageProcessor",
"image_std": [
0.0,
0.0,
0.0
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
}
}