CoolFace
Modelpublic

TencentARC/TimeLens-8B

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
19likes1.2kdownloads
video_preprocessor_config.json41 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_sample_frames": true,11  "fps": 2,12  "image_mean": [13    0.5,14    0.5,15    0.516  ],17  "image_std": [18    0.5,19    0.5,20    0.521  ],22  "input_data_format": null,23  "max_frames": 768,24  "merge_size": 2,25  "min_frames": 4,26  "num_frames": null,27  "pad_size": null,28  "patch_size": 16,29  "processor_class": "Qwen3VLProcessor",30  "resample": 3,31  "rescale_factor": 0.00392156862745098,32  "return_metadata": false,33  "size": {34    "longest_edge": 25165824,35    "shortest_edge": 409636  },37  "temporal_patch_size": 2,38  "video_metadata": null,39  "video_processor_type": "Qwen3VLVideoProcessor"40}41