NhatPham commited on
Commit
5485ac7
1 Parent(s): 81b62b8

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +29 -0
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+
3
+ "do_normalize": true,
4
+
5
+ "do_resize": true,
6
+
7
+ "image_mean": [
8
+
9
+ 0.5,
10
+
11
+ 0.5,
12
+
13
+ 0.5
14
+
15
+ ],
16
+
17
+ "image_std": [
18
+
19
+ 0.5,
20
+
21
+ 0.5,
22
+
23
+ 0.5
24
+
25
+ ],
26
+
27
+ "size": 224
28
+
29
+ }