From 4bba75a1b0916c0bc8c170e80c1afca9f4e499e3 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Sun, 28 Nov 2021 18:56:19 +0000 Subject: [PATCH] Upload preprocessor_config.json --- preprocessor_config.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 preprocessor_config.json diff --git a/preprocessor_config.json b/preprocessor_config.json new file mode 100644 index 0000000..2db7dd7 --- /dev/null +++ b/preprocessor_config.json @@ -0,0 +1,17 @@ +{ + "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 +}