From a095997f83bb4342da95e19b067b5c33020e6dc6 Mon Sep 17 00:00:00 2001 From: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai> Date: Thu, 18 Jul 2024 14:29:40 +0800 Subject: [PATCH] Delete preprocessor_config.json Signed-off-by: kif85e2a28a3854087893a059632b7dbc8 <32b7dbc8@leinao.ai> --- preprocessor_config.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 preprocessor_config.json diff --git a/preprocessor_config.json b/preprocessor_config.json deleted file mode 100644 index 9a46cca..0000000 --- a/preprocessor_config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "crop_pct": 0.875, - "do_normalize": true, - "do_resize": true, - "feature_extractor_type": "ConvNextFeatureExtractor", - "image_mean": [ - 0.485, - 0.456, - 0.406 - ], - "image_std": [ - 0.229, - 0.224, - 0.225 - ], - "resample": 3, - "size": 224 -}