TheGuy444 commited on
Commit
e058610
·
verified ·
1 Parent(s): b5bb8c8

Update preprocessor_config.json

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