tiny-random-MiniCPMV4_6Model / video_preprocessor_config.json
hf-transformers-bot's picture
Update tiny models for MiniCPMV4_6Model
4cb589f verified
Raw
History Blame Contribute Delete
659 Bytes
{
"crop_size": {
"height": 32,
"width": 32
},
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": true,
"downsample_mode": "16x",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"max_num_frames": 128,
"max_slice_nums": 9,
"patch_size": 14,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"scale_resolution": 448,
"size": {
"height": 32,
"width": 32
},
"slice_mode": true,
"stack_frames": 1,
"use_image_id": true,
"video_processor_type": "MiniCPMV4_6VideoProcessor"
}