rayh commited on
Commit
1173321
·
verified ·
1 Parent(s): 1c484c9

Add preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +18 -0
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_resize": true,
3
+ "size": 640,
4
+ "do_normalize": false,
5
+ "do_rescale": true,
6
+ "rescale_factor": 0.00392156862745098,
7
+ "do_pad": false,
8
+ "image_mean": [
9
+ 0.0,
10
+ 0.0,
11
+ 0.0
12
+ ],
13
+ "image_std": [
14
+ 1.0,
15
+ 1.0,
16
+ 1.0
17
+ ]
18
+ }