From e437ef9b0dbc5a374aad9e58777fedf73d3c26e4 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Wed, 12 Oct 2022 11:31:02 +0000 Subject: [PATCH] Update preprocessor_config.json --- preprocessor_config.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index 2d3f823..27df8f8 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -1,21 +1,19 @@ { - "crop_size": 224, "do_center_crop": true, - "do_convert_rgb": true, "do_normalize": true, "do_resize": true, - "feature_extractor_type": "CLIPFeatureExtractor", + "feature_extractor_type": "VideoMAEFeatureExtractor", "image_mean": [ - 0.48145466, - 0.4578275, - 0.40821073 + 0.485, + 0.456, + 0.406 ], "image_std": [ - 0.26862954, - 0.26130258, - 0.27577711 + 0.229, + 0.224, + 0.225 ], "processor_class": "XCLIPProcessor", - "resample": 3, + "resample": 2, "size": 224 -} +} \ No newline at end of file