Create preprocessor_config.json
Browse files- preprocessor_config.json +7 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_resize": true,
|
3 |
+
"size": {"height": 224, "width": 224},
|
4 |
+
"do_normalize": true,
|
5 |
+
"image_mean": [0.5, 0.5, 0.5],
|
6 |
+
"image_std": [0.5, 0.5, 0.5]
|
7 |
+
}
|