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

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +1 -8
preprocessor_config.json CHANGED
@@ -1,15 +1,8 @@
1
  {
2
  "do_normalize": true,
3
  "do_resize": true,
4
- "do_center_crop": false,
5
- "do_rescale": true,
6
  "feature_extractor_type": "ViTImageProcessor",
7
  "image_mean": [0.5, 0.5, 0.5],
8
  "image_std": [0.5, 0.5, 0.5],
9
- "rescale_factor": 0.00392156862745098,
10
- "resample": 2,
11
- "size": {
12
- "height": 224,
13
- "width": 224
14
- }
15
  }
 
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
  }