ljnlonoljpiljm commited on
Commit
5e9a237
·
verified ·
1 Parent(s): 8595bcd

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +15 -12
preprocessor_config.json CHANGED
@@ -1,24 +1,27 @@
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": 2,
19
  "rescale_factor": 0.00392156862745098,
20
  "size": {
21
- "height": 224,
22
- "width": 224
23
  }
24
  }
 
1
  {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
  "do_normalize": true,
9
  "do_rescale": true,
10
  "do_resize": true,
11
  "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
  ],
16
+ "image_processor_type": "BitImageProcessor",
17
  "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
  ],
22
+ "resample": 3,
 
23
  "rescale_factor": 0.00392156862745098,
24
  "size": {
25
+ "shortest_edge": 256
 
26
  }
27
  }