Create preprocessor_config.json

#3
by chawins - opened
Files changed (1) hide show
  1. preprocessor_config.json +17 -0
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "image_mean": [
5
+ 0.5071,
6
+ 0.4867,
7
+ 0.4408
8
+ ],
9
+ "image_std": [
10
+ 0.2675,
11
+ 0.2565,
12
+ 0.2761
13
+ ],
14
+ "resample": 2,
15
+ "size": 32,
16
+ "crop_pct": 1,
17
+ }