Metal079 commited on
Commit
d6e8a76
1 Parent(s): 35418d7

Delete preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +0 -28
preprocessor_config.json DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "crop_size": {
3
- "height": 384,
4
- "width": 384
5
- },
6
- "do_center_crop": true,
7
- "do_normalize": true,
8
- "do_rescale": true,
9
- "do_resize": true,
10
- "feature_extractor_type": "DeiTFeatureExtractor",
11
- "image_mean": [
12
- 0.485,
13
- 0.456,
14
- 0.406
15
- ],
16
- "image_processor_type": "DeiTImageProcessor",
17
- "image_std": [
18
- 0.229,
19
- 0.224,
20
- 0.225
21
- ],
22
- "resample": 3,
23
- "rescale_factor": 0.00392156862745098,
24
- "size": {
25
- "height": 438,
26
- "width": 438
27
- }
28
- }