Update preprocessor_config.json
Browse files- preprocessor_config.json +7 -7
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
1 |
+
{
|
2 |
+
"do_resize": true,
|
3 |
+
"image_mean": [0.485, 0.456, 0.406],
|
4 |
+
"image_std": [0.229, 0.224, 0.225],
|
5 |
+
"resample": 2,
|
6 |
+
"size": 224
|
7 |
+
}
|