katuni4ka commited on
Commit
f88a133
·
verified ·
1 Parent(s): d474411

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +13 -13
preprocessor_config.json CHANGED
@@ -1,29 +1,29 @@
1
  {
2
  "aspect_ratio_setting": "anyres",
3
  "crop_size": {
4
- "height": 30,
5
- "width": 30
6
  },
7
  "image_grid_pinpoints": [
8
  [
9
- 30,
10
- 60
11
  ],
12
  [
13
- 60,
14
- 30
15
  ],
16
  [
17
- 60,
18
- 60
19
  ],
20
  [
21
- 90,
22
- 30
23
  ],
24
  [
25
- 30,
26
- 90
27
  ]
28
  ],
29
  "do_center_crop": true,
@@ -46,6 +46,6 @@
46
  "resample": 3,
47
  "rescale_factor": 0.00392156862745098,
48
  "size": {
49
- "shortest_edge": 30
50
  }
51
  }
 
1
  {
2
  "aspect_ratio_setting": "anyres",
3
  "crop_size": {
4
+ "height": 32,
5
+ "width": 32
6
  },
7
  "image_grid_pinpoints": [
8
  [
9
+ 32,
10
+ 64
11
  ],
12
  [
13
+ 64,
14
+ 32
15
  ],
16
  [
17
+ 64,
18
+ 64
19
  ],
20
  [
21
+ 96,
22
+ 32
23
  ],
24
  [
25
+ 32,
26
+ 96
27
  ]
28
  ],
29
  "do_center_crop": true,
 
46
  "resample": 3,
47
  "rescale_factor": 0.00392156862745098,
48
  "size": {
49
+ "shortest_edge": 32
50
  }
51
  }