fix a typo in processor config (#3)
Browse files- fix a typo in processor config (ff2d381d66a66f91defe688194c149ab7ccc6d90)
Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
- preprocessor_config.json +3 -3
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"crop_size": {
|
3 |
-
"height":
|
4 |
-
"width":
|
5 |
},
|
6 |
"do_center_crop": true,
|
7 |
"do_normalize": true,
|
@@ -21,6 +21,6 @@
|
|
21 |
"resample": 2,
|
22 |
"rescale_factor": 0.00392156862745098,
|
23 |
"size": {
|
24 |
-
"shortest_edge":
|
25 |
}
|
26 |
}
|
|
|
1 |
{
|
2 |
"crop_size": {
|
3 |
+
"height": 448,
|
4 |
+
"width": 448
|
5 |
},
|
6 |
"do_center_crop": true,
|
7 |
"do_normalize": true,
|
|
|
21 |
"resample": 2,
|
22 |
"rescale_factor": 0.00392156862745098,
|
23 |
"size": {
|
24 |
+
"shortest_edge": 448
|
25 |
}
|
26 |
}
|