[Clean-up] Planned removal of the `max_size` argument (#4)
Browse files- [Clean-up] Planned removal of the `max_size` argument (8a0fa1d6966707102ee7d626fc4c0ac7493f0a1d)
Co-authored-by: Hicham Tala <HichTala@users.noreply.huggingface.co>
- 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 |
+
}
|