fix config files (#3)

- fix config file (26c03bd32420c58a81d1356b4cd7156f0889026f)
- Update preprocessor_config.json (d782cc491c1af6f559fed7e59d969ce499e04447)


Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
This commit is contained in:
Niels Rogge 2022-12-12 12:53:13 +00:00 committed by system
parent c0805983e9
commit 59b84d1f96
2 changed files with 1205 additions and 1205 deletions

File diff suppressed because it is too large Load Diff

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,