Lin1007
commited on
Commit
·
0905f25
1
Parent(s):
69ceece
Revert "update mean and std from 0, 1 to 127.5"
Browse filesThis reverts commit 69ceece201174f1b9bf012869e46b13a1fc83261.
- preprocessor_config.json +6 -6
preprocessor_config.json
CHANGED
@@ -8,15 +8,15 @@
|
|
8 |
"do_rescale": true,
|
9 |
"do_resize": true,
|
10 |
"image_mean": [
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
],
|
15 |
"image_processor_type": "MobileNetV2ImageProcessor",
|
16 |
"image_std": [
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
],
|
21 |
"resample": 2,
|
22 |
"rescale_factor": 0.00392156862745098,
|
|
|
8 |
"do_rescale": true,
|
9 |
"do_resize": true,
|
10 |
"image_mean": [
|
11 |
+
0.0,
|
12 |
+
0.0,
|
13 |
+
0.0
|
14 |
],
|
15 |
"image_processor_type": "MobileNetV2ImageProcessor",
|
16 |
"image_std": [
|
17 |
+
1.0,
|
18 |
+
1.0,
|
19 |
+
1.0
|
20 |
],
|
21 |
"resample": 2,
|
22 |
"rescale_factor": 0.00392156862745098,
|