From dcf3033e95cd37f3018228a78169454e46417a85 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Wed, 19 Jan 2022 16:02:08 +0000 Subject: [PATCH] Delete preprocessor_config.json --- 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 2db7dd7..0000000 --- a/preprocessor_config.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "do_normalize": true, - "do_resize": true, - "feature_extractor_type": "ViltFeatureExtractor", - "image_mean": [ - 0.5, - 0.5, - 0.5 - ], - "image_std": [ - 0.5, - 0.5, - 0.5 - ], - "resample": 3, - "size": 384 -}