Charlie81 commited on
Commit
287410e
·
verified ·
1 Parent(s): df673f5

Upload preprocessor config

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