preprocessor_config.json
382 B · 25 lines · json Raw
1 {
2 "do_normalize": true,
3 "do_rescale": true,
4 "do_resize": true,
5 "ensure_multiple_of": 1,
6 "image_mean": [
7 0.5,
8 0.5,
9 0.5
10 ],
11 "image_processor_type": "DPTImageProcessor",
12 "image_std": [
13 0.5,
14 0.5,
15 0.5
16 ],
17 "keep_aspect_ratio": false,
18 "resample": 2,
19 "rescale_factor": 0.00392156862745098,
20 "size": {
21 "height": 384,
22 "width": 384
23 }
24 }
25