fix a typo in processor config (#3)
- fix a typo in processor config (ff2d381d66a66f91defe688194c149ab7ccc6d90) Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
This commit is contained in:
parent
d460be8db8
commit
113f762324
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"crop_size": {
|
||||
"height": 224,
|
||||
"width": 224
|
||||
"height": 448,
|
||||
"width": 448
|
||||
},
|
||||
"do_center_crop": true,
|
||||
"do_normalize": true,
|
||||
|
@ -21,6 +21,6 @@
|
|||
"resample": 2,
|
||||
"rescale_factor": 0.00392156862745098,
|
||||
"size": {
|
||||
"shortest_edge": 224
|
||||
"shortest_edge": 448
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue