CoolFace
Modelpublic

TencentARC/TimeLens-8B

sourceHugging Faceotherupdated 5mo agoView on Hugging Face
19likes1.2kdownloads
preprocessor_config.json39 linesDownload Raw Back to root
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "disable_grouping": null,7  "do_center_crop": null,8  "do_convert_rgb": true,9  "do_normalize": true,10  "do_pad": null,11  "do_rescale": true,12  "image_mean": [13    0.5,14    0.5,15    0.516  ],17  "image_processor_type": "Qwen2VLImageProcessorFast",18  "image_std": [19    0.5,20    0.5,21    0.522  ],23  "input_data_format": null,24  "max_pixels": null,25  "merge_size": 2,26  "min_pixels": null,27  "pad_size": null,28  "patch_size": 16,29  "processor_class": "Qwen3VLProcessor",30  "resample": 3,31  "rescale_factor": 0.00392156862745098,32  "return_tensors": null,33  "size": {34    "longest_edge": 16777216,35    "shortest_edge": 6553636  },37  "temporal_patch_size": 238}39