helenai commited on
Commit
a3566ce
1 Parent(s): e26752c

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +1 -2
preprocessor_config.json CHANGED
@@ -2,13 +2,12 @@
2
  "do_normalize": true,
3
  "do_rescale": true,
4
  "do_resize": true,
5
- "feature_extractor_type": "ViTFeatureExtractor",
6
  "image_mean": [
7
  0.485,
8
  0.456,
9
  0.406
10
  ],
11
- "image_processor_type": "ViTFeatureExtractor",
12
  "image_std": [
13
  0.229,
14
  0.224,
 
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": "ViTImageProcessor",
11
  "image_std": [
12
  0.229,
13
  0.224,