fix a typo in preprocess config (#4)

- fix a typo in preprocess config (40644cb2ac155ffd45e3f56a1b06cbd1444e605c)


Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
This commit is contained in:
Niels Rogge 2022-12-06 08:16:35 +00:00 committed by system
parent bf04d54d47
commit f74b6fa84d
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"crop_size": { "crop_size": {
"height": 224, "height": 448,
"width": 224 "width": 448
}, },
"do_center_crop": true, "do_center_crop": true,
"do_normalize": true, "do_normalize": true,
@ -21,6 +21,6 @@
"resample": 2, "resample": 2,
"rescale_factor": 0.00392156862745098, "rescale_factor": 0.00392156862745098,
"size": { "size": {
"shortest_edge": 224 "shortest_edge": 448
} }
} }