From 9a43edcb5e36f4a1445f8b501f02109381ad4c43 Mon Sep 17 00:00:00 2001 From: Mathijs Hollemans Date: Thu, 10 Nov 2022 16:14:28 +0000 Subject: [PATCH] Upload processor --- preprocessor_config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index 90c6123..a15afce 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -1,7 +1,7 @@ { "crop_size": { - "height": 224, - "width": 224 + "height": 192, + "width": 192 }, "do_center_crop": true, "do_normalize": true, @@ -12,7 +12,7 @@ 0.5, 0.5 ], - "image_processor_type": "MobileNetV2ImageProcessor", + "image_processor_type": "MobileNetV1ImageProcessor", "image_std": [ 0.5, 0.5, @@ -21,6 +21,6 @@ "resample": 2, "rescale_factor": 0.00392156862745098, "size": { - "shortest_edge": 256 + "shortest_edge": 224 } }