preprocessor_config.json
160 B · 16 lines · json Raw
1 {
2 "do_normalize": true,
3 "do_resize": true,
4 "image_mean": [
5 0.5,
6 0.5,
7 0.5
8 ],
9 "image_std": [
10 0.5,
11 0.5,
12 0.5
13 ],
14 "size": 224
15 }
16