Update preprocessor_config.json
Browse files- preprocessor_config.json +8 -16
preprocessor_config.json
CHANGED
@@ -4,42 +4,34 @@
|
|
4 |
"do_resize",
|
5 |
"size",
|
6 |
"resample",
|
7 |
-
"do_center_crop",
|
8 |
-
"crop_size",
|
9 |
"do_rescale",
|
10 |
"rescale_factor",
|
11 |
"do_normalize",
|
12 |
"image_mean",
|
13 |
"image_std",
|
14 |
-
"do_convert_rgb",
|
15 |
"return_tensors",
|
16 |
"data_format",
|
17 |
"input_data_format"
|
18 |
],
|
19 |
-
"crop_size": {
|
20 |
-
"height": 336,
|
21 |
-
"width": 336
|
22 |
-
},
|
23 |
-
"do_center_crop": true,
|
24 |
-
"do_convert_rgb": true,
|
25 |
"do_normalize": true,
|
26 |
"do_rescale": true,
|
27 |
"do_resize": true,
|
28 |
"image_mean": [
|
29 |
-
0.
|
30 |
-
0.
|
31 |
-
0.
|
32 |
],
|
33 |
"image_processor_type": "CLIPImageProcessor",
|
34 |
"image_std": [
|
35 |
-
0.
|
36 |
-
0.
|
37 |
-
0.
|
38 |
],
|
39 |
"processor_class": "LlavaProcessor",
|
40 |
"resample": 3,
|
41 |
"rescale_factor": 0.00392156862745098,
|
42 |
"size": {
|
43 |
-
"
|
|
|
44 |
}
|
45 |
}
|
|
|
4 |
"do_resize",
|
5 |
"size",
|
6 |
"resample",
|
|
|
|
|
7 |
"do_rescale",
|
8 |
"rescale_factor",
|
9 |
"do_normalize",
|
10 |
"image_mean",
|
11 |
"image_std",
|
|
|
12 |
"return_tensors",
|
13 |
"data_format",
|
14 |
"input_data_format"
|
15 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
"do_normalize": true,
|
17 |
"do_rescale": true,
|
18 |
"do_resize": true,
|
19 |
"image_mean": [
|
20 |
+
0.5,
|
21 |
+
0.5,
|
22 |
+
0.5
|
23 |
],
|
24 |
"image_processor_type": "CLIPImageProcessor",
|
25 |
"image_std": [
|
26 |
+
0.5,
|
27 |
+
0.5,
|
28 |
+
0.5
|
29 |
],
|
30 |
"processor_class": "LlavaProcessor",
|
31 |
"resample": 3,
|
32 |
"rescale_factor": 0.00392156862745098,
|
33 |
"size": {
|
34 |
+
"height": 384,
|
35 |
+
"width": 384
|
36 |
}
|
37 |
}
|