ZhangYuanhan commited on
Commit
bf1fb81
1 Parent(s): 51e4235

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +23 -23
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": "LlavaProcessor",
18
- "resample": 3,
19
- "rescale_factor": 0.00392156862745098,
20
- "size": {
21
- "height": 384,
22
- "width": 384
23
- }
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": "LlavaProcessor",
18
+ "resample": 3,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "height": 384,
22
+ "width": 384
23
+ }
24
+ }