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