joanrodai commited on
Commit
740f1a8
·
verified ·
1 Parent(s): 370f38b

Upload folder using huggingface_hub

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