update processor params (#4)
- update processor params (57a3ebad014df97b1d2c2774d4cfad75c3e6f8b6) Co-authored-by: Fatih <fcakyon@users.noreply.huggingface.co>
This commit is contained in:
parent
c12281dea7
commit
3b04527047
|
@ -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