From 9e86cead91760da7deba55c879e41ac0e84e2fe3 Mon Sep 17 00:00:00 2001 From: wsg123 <1453416853@qq.com> Date: Mon, 8 Jul 2024 10:03:24 +0800 Subject: [PATCH] Delete preprocessor_config.json Signed-off-by: wsg123 <1453416853@qq.com> --- preprocessor_config.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 preprocessor_config.json diff --git a/preprocessor_config.json b/preprocessor_config.json deleted file mode 100644 index b7414e7..0000000 --- a/preprocessor_config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "do_normalize": true, - "do_resize": true, - "feature_extractor_type": "ViTFeatureExtractor", - "image_mean": [ - 0.5, - 0.5, - 0.5 - ], - "image_std": [ - 0.5, - 0.5, - 0.5 - ], - "resample": 2, - "size": 224 -}