nielsr HF staff commited on
Commit
e93beec
1 Parent(s): 9f7d169

Add feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +19 -0
preprocessor_config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "ensure_multiple_of": 1,
5
+ "feature_extractor_type": "DPTFeatureExtractor",
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "keep_aspect_ratio": false,
17
+ "resample": 2,
18
+ "size": 384
19
+ }