tiny-random-InternVLVisionModel / video_preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for InternVLVisionModel
f8f5e52 verified
Raw
History Blame Contribute Delete
629 Bytes
{
"crop_size": {
"height": [
64,
64
],
"width": [
64,
64
]
},
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": false,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"initial_shift": true,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"size": {
"height": [
64,
64
],
"width": [
64,
64
]
},
"video_processor_type": "InternVLVideoProcessor"
}