jfang commited on
Commit
3211a9b
·
verified ·
1 Parent(s): 586e9d0

Create preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +9 -0
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [0.5],
6
+ "image_std": [0.5],
7
+ "resample": 2,
8
+ "size": 224
9
+ }