Update preprocessor_config.json
Browse files- preprocessor_config.json +13 -13
preprocessor_config.json
CHANGED
@@ -1,29 +1,29 @@
|
|
1 |
{
|
2 |
"aspect_ratio_setting": "anyres",
|
3 |
"crop_size": {
|
4 |
-
"height":
|
5 |
-
"width":
|
6 |
},
|
7 |
"image_grid_pinpoints": [
|
8 |
[
|
9 |
-
|
10 |
-
|
11 |
],
|
12 |
[
|
13 |
-
|
14 |
-
|
15 |
],
|
16 |
[
|
17 |
-
|
18 |
-
|
19 |
],
|
20 |
[
|
21 |
-
|
22 |
-
|
23 |
],
|
24 |
[
|
25 |
-
|
26 |
-
|
27 |
]
|
28 |
],
|
29 |
"do_center_crop": true,
|
@@ -46,6 +46,6 @@
|
|
46 |
"resample": 3,
|
47 |
"rescale_factor": 0.00392156862745098,
|
48 |
"size": {
|
49 |
-
"shortest_edge":
|
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 |
}
|