Upload processor
Browse files- preprocessor_config.json +9 -1
preprocessor_config.json
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"do_convert_rgb": true,
|
3 |
"do_normalize": true,
|
4 |
"do_rescale": true,
|
@@ -8,12 +14,13 @@
|
|
8 |
0.4578275,
|
9 |
0.40821073
|
10 |
],
|
11 |
-
"image_processor_type": "
|
12 |
"image_std": [
|
13 |
0.26862954,
|
14 |
0.26130258,
|
15 |
0.27577711
|
16 |
],
|
|
|
17 |
"max_pixels": 12845056,
|
18 |
"merge_size": 2,
|
19 |
"min_pixels": 3136,
|
@@ -21,6 +28,7 @@
|
|
21 |
"processor_class": "Qwen2VLProcessor",
|
22 |
"resample": 3,
|
23 |
"rescale_factor": 0.00392156862745098,
|
|
|
24 |
"size": {
|
25 |
"longest_edge": 12845056,
|
26 |
"shortest_edge": 3136
|
|
|
1 |
{
|
2 |
+
"crop_size": null,
|
3 |
+
"data_format": "channels_first",
|
4 |
+
"default_to_square": true,
|
5 |
+
"device": null,
|
6 |
+
"disable_grouping": null,
|
7 |
+
"do_center_crop": null,
|
8 |
"do_convert_rgb": true,
|
9 |
"do_normalize": true,
|
10 |
"do_rescale": true,
|
|
|
14 |
0.4578275,
|
15 |
0.40821073
|
16 |
],
|
17 |
+
"image_processor_type": "Qwen2VLImageProcessorFast",
|
18 |
"image_std": [
|
19 |
0.26862954,
|
20 |
0.26130258,
|
21 |
0.27577711
|
22 |
],
|
23 |
+
"input_data_format": null,
|
24 |
"max_pixels": 12845056,
|
25 |
"merge_size": 2,
|
26 |
"min_pixels": 3136,
|
|
|
28 |
"processor_class": "Qwen2VLProcessor",
|
29 |
"resample": 3,
|
30 |
"rescale_factor": 0.00392156862745098,
|
31 |
+
"return_tensors": null,
|
32 |
"size": {
|
33 |
"longest_edge": 12845056,
|
34 |
"shortest_edge": 3136
|