From 113f762324bde8f4951468dda58fe00248ac50fe Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Tue, 6 Dec 2022 08:16:55 +0000 Subject: [PATCH] fix a typo in processor config (#3) - fix a typo in processor config (ff2d381d66a66f91defe688194c149ab7ccc6d90) Co-authored-by: Fatih --- preprocessor_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index 05f8840..b824248 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -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 } }