onnxtry2 / preprocessor_config.json
mrsarthakgupta's picture
Upload 3 files
52378e8 verified
{
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.48, 0.46, 0.41
],
"image_processor_type": "ViTFeatureExtractor",
"image_std": [
0.27, 0.26, 0.28
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
}
}