alvarobartt HF staff commited on
Commit
2bcd5e4
1 Parent(s): 7bb3165

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +15 -0
preprocessor_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_mean": [
5
+ 0.707223,
6
+ 0.578729,
7
+ 0.703617
8
+ ],
9
+ "image_std": [
10
+ 0.211883,
11
+ 0.230117,
12
+ 0.177517
13
+ ],
14
+ "size": 224
15
+ }