From e040485005c42ae681c4355cb830684c24c57f74 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Mon, 12 Dec 2022 12:52:09 +0000 Subject: [PATCH] update processor params (#3) - update processor params (4022b66955d297a015ce83c6e51613e9330ec5c6) Co-authored-by: Fatih --- preprocessor_config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/preprocessor_config.json b/preprocessor_config.json index 05f8840..a5489ad 100644 --- a/preprocessor_config.json +++ b/preprocessor_config.json @@ -8,15 +8,15 @@ "do_rescale": true, "do_resize": true, "image_mean": [ - 0.5, - 0.5, - 0.5 + 0.45, + 0.45, + 0.45 ], "image_processor_type": "VideoMAEImageProcessor", "image_std": [ - 0.5, - 0.5, - 0.5 + 0.225, + 0.225, + 0.225 ], "resample": 2, "rescale_factor": 0.00392156862745098,