CoolFace
Modelpublic

hf-tiny-v2/tiny-random-Kimi_K25Model

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes11downloads
video_preprocessor_config.json59 linesDownload Raw Back to root
1{2  "auto_map": {3    "AutoImageProcessor": "kimi_k25_vision_processing.KimiK25VisionProcessor",4    "AutoProcessor": "kimi_k25_processor.KimiK25Processor"5  },6  "do_convert_rgb": true,7  "do_normalize": true,8  "do_rescale": true,9  "do_resize": 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  "max_patches": 4096,23  "media_proc_cfg": {24    "config_type": "media_proc.processors.moonvit.MoonViTMediaProcessorConfig",25    "fixed_output_tokens": null,26    "image_mean": [27      0.5,28      0.5,29      0.530    ],31    "image_std": [32      0.5,33      0.5,34      0.535    ],36    "in_patch_limit": 16384,37    "in_patch_limit_each_frame": 4096,38    "in_patch_limit_video": null,39    "max_num_frames_each_video": null,40    "merge_kernel_size": 2,41    "patch_limit_on_one_side": 512,42    "patch_size": 14,43    "sample_fps": 2.0,44    "temporal_merge_kernel_size": 4,45    "timestamp_mode": "hh:mm:ss.fff"46  },47  "merge_size": 2,48  "patch_size": 14,49  "resample": 3,50  "rescale_factor": 0.00392156862745098,51  "return_metadata": false,52  "size": {53    "max_height": 512,54    "max_width": 51255  },56  "temporal_patch_size": 4,57  "video_processor_type": "Kimi_K25VideoProcessor"58}59