From 188026c3022e39dac25da0111f9a015603915775 Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Mon, 12 Dec 2022 12:52:40 +0000 Subject: [PATCH] update processor params (#6) - Update preprocessor_config.json (2534c571a0fc66eb21c8db88c2382c54e65152c4) 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,