mrsarthakgupta
commited on
Update preprocessor_config.json
Browse files- preprocessor_config.json +6 -2
preprocessor_config.json
CHANGED
@@ -3,11 +3,15 @@
|
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_mean": [
|
6 |
-
0.48,
|
|
|
|
|
7 |
],
|
8 |
"image_processor_type": "ViTFeatureExtractor",
|
9 |
"image_std": [
|
10 |
-
0.27,
|
|
|
|
|
11 |
],
|
12 |
"resample": 2,
|
13 |
"rescale_factor": 0.00392156862745098,
|
|
|
3 |
"do_rescale": true,
|
4 |
"do_resize": true,
|
5 |
"image_mean": [
|
6 |
+
0.48,
|
7 |
+
0.46,
|
8 |
+
0.41
|
9 |
],
|
10 |
"image_processor_type": "ViTFeatureExtractor",
|
11 |
"image_std": [
|
12 |
+
0.27,
|
13 |
+
0.26,
|
14 |
+
0.28
|
15 |
],
|
16 |
"resample": 2,
|
17 |
"rescale_factor": 0.00392156862745098,
|