yaya36095 commited on
Commit
ae70e42
·
verified ·
1 Parent(s): 1999a06

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -8
preprocessor_config.json CHANGED
@@ -1,11 +1,10 @@
1
  {
 
2
  "do_normalize": true,
3
  "do_resize": true,
4
- "image_mean": [0.485, 0.456, 0.406],
5
- "image_processor_type": "ImageProcessorForClassification",
6
- "image_std": [0.229, 0.224, 0.225],
7
- "size": {
8
- "height": 224,
9
- "width": 224
10
- }
11
- }
 
1
  {
2
+ "crop_size": 224,
3
  "do_normalize": true,
4
  "do_resize": true,
5
+ "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [0.5, 0.5, 0.5],
7
+ "image_std": [0.5, 0.5, 0.5],
8
+ "resample": 3,
9
+ "size": 224
10
+ }