Update preprocessor_config.json
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_processor_type": "SiglipImageProcessor",
|
6 |
-
"
|
7 |
0.5,
|
8 |
0.5,
|
9 |
0.5
|
@@ -15,7 +15,7 @@
|
|
15 |
"height": 224,
|
16 |
"width": 224
|
17 |
},
|
18 |
-
"
|
19 |
0.5,
|
20 |
0.5,
|
21 |
0.5
|
|
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_processor_type": "SiglipImageProcessor",
|
6 |
+
"image_mean": [
|
7 |
0.5,
|
8 |
0.5,
|
9 |
0.5
|
|
|
15 |
"height": 224,
|
16 |
"width": 224
|
17 |
},
|
18 |
+
"image_std": [
|
19 |
0.5,
|
20 |
0.5,
|
21 |
0.5
|