localmodel / preprocessor_config.json
mrsarthakgupta's picture
Upload 2 files
8b5da74 verified
raw
history blame contribute delete
No virus
336 Bytes
{
"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
}
}