wendys-llc commited on
Commit
b5e3a2a
·
verified ·
1 Parent(s): f1eeeea

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +20 -0
preprocessor_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_resize": true,
3
+ "size": {
4
+ "height": 128,
5
+ "width": 128
6
+ },
7
+ "do_normalize": true,
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "do_rescale": true,
19
+ "rescale_factor": 0.00392156862745098
20
+ }