DHEIVER commited on
Commit
eeda8ce
1 Parent(s): 4bd3676

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. 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
+ }