Update preprocessor_config.json
Browse files- preprocessor_config.json +4 -13
preprocessor_config.json
CHANGED
@@ -1,17 +1,8 @@
|
|
1 |
{
|
2 |
-
"do_normalize": true,
|
3 |
"do_resize": true,
|
4 |
-
"
|
5 |
-
"image_mean": [
|
6 |
-
0.5,
|
7 |
-
0.5,
|
8 |
-
0.5
|
9 |
-
],
|
10 |
-
"image_std": [
|
11 |
-
0.5,
|
12 |
-
0.5,
|
13 |
-
0.5
|
14 |
-
],
|
15 |
"resample": 2,
|
16 |
-
"
|
|
|
|
|
17 |
}
|
|
|
1 |
{
|
|
|
2 |
"do_resize": true,
|
3 |
+
"size": 224,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"resample": 2,
|
5 |
+
"do_normalize": true,
|
6 |
+
"image_mean": [0.485, 0.456, 0.406],
|
7 |
+
"image_std": [0.229, 0.224, 0.225]
|
8 |
}
|