Sandroeth commited on
Commit
d6b8473
·
verified ·
1 Parent(s): 2d8a9ac

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
+ "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
+ }