yaya36095 commited on
Commit
10d9bc1
·
verified ·
1 Parent(s): 05843b2

Update preprocessor_config.json

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