vit-coco-image-classification / preprocessor_config.json
Sreekanth3096's picture
Upload 6 files
17565c1 verified
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}