CoolFace
Modelpublic

rsoohyun/SpatialBlock-3B-direct

sourceHugging Faceapache-2.0updated 14d agoView on Hugging Face
1likes106downloads
video_preprocessor_config.json44 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_rescale": true,10  "do_resize": true,11  "do_sample_frames": false,12  "fps": null,13  "image_mean": [14    0.48145466,15    0.4578275,16    0.4082107317  ],18  "image_std": [19    0.26862954,20    0.26130258,21    0.2757771122  ],23  "input_data_format": null,24  "max_frames": 768,25  "max_pixels": 100352,26  "merge_size": 2,27  "min_frames": 4,28  "min_pixels": 3136,29  "num_frames": null,30  "pad_size": null,31  "patch_size": 14,32  "processor_class": "Qwen2_5_VLProcessor",33  "resample": 3,34  "rescale_factor": 0.00392156862745098,35  "return_metadata": false,36  "size": {37    "longest_edge": 100352,38    "shortest_edge": 313639  },40  "temporal_patch_size": 2,41  "video_metadata": null,42  "video_processor_type": "Qwen2VLVideoProcessor"43}44