add preprocessor_config.json
Browse files- preprocessor_config.json +32 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": null,
|
3 |
+
"default_to_square": true,
|
4 |
+
"do_center_crop": null,
|
5 |
+
"do_convert_rgb": true,
|
6 |
+
"do_normalize": true,
|
7 |
+
"do_rescale": true,
|
8 |
+
"do_resize": true,
|
9 |
+
"image_mean": [
|
10 |
+
0.48145466,
|
11 |
+
0.4578275,
|
12 |
+
0.40821073
|
13 |
+
],
|
14 |
+
"image_processor_type": "Qwen2VLImageProcessorFast",
|
15 |
+
"image_std": [
|
16 |
+
0.26862954,
|
17 |
+
0.26130258,
|
18 |
+
0.27577711
|
19 |
+
],
|
20 |
+
"max_pixels": 501760,
|
21 |
+
"merge_size": 2,
|
22 |
+
"min_pixels": 3136,
|
23 |
+
"patch_size": 14,
|
24 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
25 |
+
"resample": 3,
|
26 |
+
"rescale_factor": 0.00392156862745098,
|
27 |
+
"size": {
|
28 |
+
"longest_edge": 1003520,
|
29 |
+
"shortest_edge": 3136
|
30 |
+
},
|
31 |
+
"temporal_patch_size": 2
|
32 |
+
}
|