update processor params (#6)

- Update preprocessor_config.json (2534c571a0fc66eb21c8db88c2382c54e65152c4)


Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
This commit is contained in:
Niels Rogge 2022-12-12 12:52:40 +00:00 committed by system
parent 420a31456f
commit 188026c302
1 changed files with 6 additions and 6 deletions

View File

@ -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,