joanrodai commited on
Commit
fb19423
·
verified ·
1 Parent(s): a8b37ea

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. preprocessor_config.json +12 -12
  2. processor_config.json +5 -0
preprocessor_config.json CHANGED
@@ -1,24 +1,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
- }
 
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
+ }
 
 
 
 
 
 
processor_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "image_processor": {
3
+ "type": "SiglipImageProcessor"
4
+ }
5
+ }