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.5],
|
4 |
+
"image_std": [0.5],
|
5 |
+
"resample": 2,
|
6 |
+
"size": 224
|
7 |
+
}
|