fix config files (#5)

- fix  config files (c18539a0f8e7969c56a9c13c823ded04ea207ca1)
- fix incorrect config file (755111696998cf6c06eeaea5bdb717f46cd4d67b)


Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
This commit is contained in:
Niels Rogge 2022-12-12 12:52:56 +00:00 committed by system
parent df9bcb190c
commit 8b0484b3e1
2 changed files with 1206 additions and 1206 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,15 +8,15 @@
"do_rescale": true, "do_rescale": true,
"do_resize": true, "do_resize": true,
"image_mean": [ "image_mean": [
0.5, 0.45,
0.5, 0.45,
0.5 0.45
], ],
"image_processor_type": "VideoMAEImageProcessor", "image_processor_type": "VideoMAEImageProcessor",
"image_std": [ "image_std": [
0.5, 0.225,
0.5, 0.225,
0.5 0.225
], ],
"resample": 2, "resample": 2,
"rescale_factor": 0.00392156862745098, "rescale_factor": 0.00392156862745098,