fbononibelloepoch commited on
Commit
96fbde9
·
verified ·
1 Parent(s): 1ccb10a

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -0
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_mean": [0.485, 0.456, 0.406],
5
+ "image_std": [0.229, 0.224, 0.225],
6
+ "size": {
7
+ "height": 640,
8
+ "width": 640
9
+ }
10
+ }