nielsr HF staff commited on
Commit
abce006
1 Parent(s): 50bd7a6

Add feature extractor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -0
preprocessor_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ {
2
+ "do_rescale": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "GLPNFeatureExtractor",
5
+ "resample": 2,
6
+ "size_divisor": 32
7
+ }