CoolFace
Modelpublic

trl-internal-testing/tiny-Qwen2VLForConditionalGeneration

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes192kdownloads
video_preprocessor_config.json45 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "do_center_crop": null,7  "do_convert_rgb": true,8  "do_normalize": true,9  "do_pad": null,10  "do_rescale": true,11  "do_resize": true,12  "do_sample_frames": false,13  "fps": null,14  "image_mean": [15    0.48145466,16    0.4578275,17    0.4082107318  ],19  "image_std": [20    0.26862954,21    0.26130258,22    0.2757771123  ],24  "input_data_format": null,25  "max_frames": 768,26  "max_pixels": 12845056,27  "merge_size": 2,28  "min_frames": 4,29  "min_pixels": 3136,30  "num_frames": null,31  "patch_size": 14,32  "processor_class": "Qwen2VLProcessor",33  "resample": 3,34  "rescale_factor": 0.00392156862745098,35  "return_metadata": false,36  "size": {37    "longest_edge": 12845056,38    "shortest_edge": 313639  },40  "size_divisor": null,41  "temporal_patch_size": 2,42  "video_metadata": null,43  "video_processor_type": "Qwen2VLVideoProcessor"44}45