marescanog commited on
Commit
b041874
·
verified ·
1 Parent(s): 9ef726f

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +10 -4
preprocessor_config.json CHANGED
@@ -1,22 +1,28 @@
1
  {
 
 
 
 
 
2
  "do_normalize": true,
3
  "do_rescale": true,
4
  "do_resize": true,
 
5
  "image_mean": [
6
  0.485,
7
  0.456,
8
  0.406
9
  ],
10
- "image_processor_type": "ViTFeatureExtractor",
11
  "image_std": [
12
  0.229,
13
  0.224,
14
  0.225
15
  ],
16
- "resample": 2,
17
  "rescale_factor": 0.00392156862745098,
18
  "size": {
19
- "height": 224,
20
- "width": 224
21
  }
22
  }
 
1
  {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
  "do_normalize": true,
8
  "do_rescale": true,
9
  "do_resize": true,
10
+ "feature_extractor_type": "DeiTFeatureExtractor",
11
  "image_mean": [
12
  0.485,
13
  0.456,
14
  0.406
15
  ],
16
+ "image_processor_type": "DeiTFeatureExtractor",
17
  "image_std": [
18
  0.229,
19
  0.224,
20
  0.225
21
  ],
22
+ "resample": 3,
23
  "rescale_factor": 0.00392156862745098,
24
  "size": {
25
+ "height": 256,
26
+ "width": 256
27
  }
28
  }