openPangu-VL-7B-x-platform / video_preprocessor_config.json
zongmianli's picture
update misc config files
9c7bdb0
{
"any_res_dynamic_video_pixels": true,
"any_res_max_frame_pixels": 200704,
"any_res_max_video_total_pixels": 11239424,
"any_res_min_frame_pixels": 100352,
"any_res_min_video_total_pixels": 100352,
"auto_map": {
"AutoImageProcessor": "imageprocessor_openpangu_vl.OpenPanguVLImageProcessorFast",
"AutoProcessor": "processor_openpangu_vl.OpenPanguVLProcessor",
"AutoVideoProcessor": "videoprocessor_openpangu_vl.OpenPanguVLVideoProcessor"
},
"crop_size": null,
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"do_center_crop": null,
"do_convert_rgb": true,
"do_normalize": true,
"do_pad": null,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": null,
"fps": null,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "OpenPanguVLImageProcessorFast",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"input_data_format": null,
"max_pixels": 3312400,
"merge_size": 2,
"min_pixels": 50176,
"num_frames": null,
"patch_size": 14,
"processor_class": "OpenPanguVLProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 448,
"width": 448
},
"size_divisor": null,
"temporal_patch_size": 2,
"video_metadata": null,
"video_processor_type": "OpenPanguVLVideoProcessor"
}