From 13054ed66b8c91c2d032051cff7ac93d2b0b3457 Mon Sep 17 00:00:00 2001 From: pice35408784b54431987c4d13c457b9cd Date: Mon, 28 Oct 2024 14:01:06 +0800 Subject: [PATCH] Delete preprocessor_config.json Signed-off-by: pice35408784b54431987c4d13c457b9cd --- 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 fb816e3..0000000 --- a/preprocessor_config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "do_normalize": true, - "do_resize": true, - "feature_extractor_type": "ViTFeatureExtractor", - "image_mean": [ - 0.485, - 0.456, - 0.406 - ], - "image_std": [ - 0.229, - 0.224, - 0.225 - ], - "resample": 3, - "size": 256 -}