vivit-b-16x2 / preprocessor_config.json
amyeroberts's picture
amyeroberts HF staff
Update preprocessor_config.json
eb7fdbc
raw history blame
No virus
430 Bytes
{
"crop_size": {
"height": 224,
"width": 224
},
"do_center_crop": true,
"do_normalize": false,
"do_rescale": true,
"do_resize": true,
"do_zero_centering": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "VivitImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.00784313725490196,
"size": {
"shortest_edge": 256
}
}