moss-video-preview-realtime-sft / preprocessor_config.json
findcard12138's picture
Upload folder using huggingface_hub
923a2ee verified
raw
history blame contribute delete
743 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_video_mllama.VideoMllamaImageProcessor",
"AutoProcessor": "processing_video_mllama.VideoMllamaProcessor"
},
"do_convert_rgb": true,
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "VideoMllamaImageProcessor",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"max_image_tiles": 1,
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 560,
"width": 560
},
"video_fps": 1.0,
"video_minlen": 8,
"video_maxlen": 256,
"frame_extract_num_threads": 4,
"extract_frame_func": "cv2"
}