Create preprocessor_config.json
Browse files- preprocessor_config.json +7 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"input": {
|
3 |
+
"type": "image",
|
4 |
+
"shape": [416, 416, 3],
|
5 |
+
"normalize": true
|
6 |
+
}
|
7 |
+
}
|