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:
parent
df9bcb190c
commit
8b0484b3e1
2400
config.json
2400
config.json
File diff suppressed because it is too large
Load Diff
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue