[Clean-up] Planned removal of the `max_size` argument
#4
by
HichTala
- opened
- preprocessor_config.json +5 -3
preprocessor_config.json
CHANGED
@@ -13,6 +13,8 @@
|
|
13 |
1.0,
|
14 |
1.0
|
15 |
],
|
16 |
-
"
|
17 |
-
|
18 |
-
|
|
|
|
|
|
13 |
1.0,
|
14 |
1.0
|
15 |
],
|
16 |
+
"size": {
|
17 |
+
"longest_edge": 1333,
|
18 |
+
"shortest_edge": 800
|
19 |
+
}
|
20 |
+
}
|