preprocessor_config.json
482 B · 28 lines · json Raw
1 {
2 "data_format": "channels_first",
3 "do_convert_rgb": true,
4 "do_normalize": true,
5 "do_rescale": true,
6 "do_resize": true,
7 "image_mean": [
8 0.5,
9 0.5,
10 0.5
11 ],
12 "image_processor_type": "Qwen2VLImageProcessorFast",
13 "image_std": [
14 0.5,
15 0.5,
16 0.5
17 ],
18 "merge_size": 2,
19 "patch_size": 16,
20 "resample": 3,
21 "rescale_factor": 0.00392156862745098,
22 "size": {
23 "longest_edge": 16777216,
24 "shortest_edge": 65536
25 },
26 "temporal_patch_size": 2
27 }
28