Matthijs commited on
Commit
ca4b829
1 Parent(s): 50fe5e8
Files changed (1) hide show
  1. preprocessor_config.json +9 -0
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 512,
3
+ "do_center_crop": true,
4
+ "do_flip_channels": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "MobileViTFeatureExtractor",
7
+ "resample": 2,
8
+ "size": 544
9
+ }