preprocessor_config.json
430 B · 28 lines · json Raw
1 {
2 "crop_size": {
3 "height": 224,
4 "width": 224
5 },
6 "do_center_crop": true,
7 "do_normalize": false,
8 "do_rescale": true,
9 "do_resize": true,
10 "do_zero_centering": true,
11 "image_mean": [
12 0.5,
13 0.5,
14 0.5
15 ],
16 "image_processor_type": "VivitImageProcessor",
17 "image_std": [
18 0.5,
19 0.5,
20 0.5
21 ],
22 "resample": 2,
23 "rescale_factor": 0.00784313725490196,
24 "size": {
25 "shortest_edge": 256
26 }
27 }
28