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