From fea74bf2f1ff9dd140f367dee3791d7a2bb6ed74 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Mon, 12 Dec 2022 12:52:33 +0000 Subject: [PATCH] update processor params (#4) - update processor params (d2573e3c3d78bb7ac29a607ad1e50be14b705e0c) 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 b824248..63e451f 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,