joanrodai commited on
Commit
8a960b5
·
verified ·
1 Parent(s): 6c7ba22

Delete preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +0 -24
preprocessor_config.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "_processor_class": "SiglipProcessor",
3
- "image_processor_type": "SiglipImageProcessor",
4
- "do_resize": true,
5
- "size": {
6
- "height": 384,
7
- "width": 384
8
- },
9
- "resample": 3,
10
- "do_rescale": true,
11
- "rescale_factor": 0.00392156862745098,
12
- "do_normalize": true,
13
- "image_mean": [
14
- 0.5,
15
- 0.5,
16
- 0.5
17
- ],
18
- "image_std": [
19
- 0.5,
20
- 0.5,
21
- 0.5
22
- ],
23
- "do_convert_rgb": null
24
- }