From 10da33b5d6806ae5b25dcc7def0222f49ae61248 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 16 Feb 2022 18:09:42 +0100 Subject: [PATCH] crop_size is after resize ?? --- preprocessor_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index 742fb51..f124b35 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -1,5 +1,5 @@ { - "crop_size": 224, + "crop_size": 30, "do_center_crop": true, "do_normalize": true, "do_resize": true,