joanrodai commited on
Commit
370f38b
·
verified ·
1 Parent(s): 8a960b5

Upload folder using huggingface_hub

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