File size: 1,262 Bytes
c8dbb0e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | {
"auto_map": {
"AutoImageProcessor": "kimi_k25_vision_processing.KimiK25VisionProcessor",
"AutoProcessor": "kimi_k25_processor.KimiK25Processor"
},
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"do_sample_frames": true,
"fps": 2,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"max_patches": 4096,
"media_proc_cfg": {
"config_type": "media_proc.processors.moonvit.MoonViTMediaProcessorConfig",
"fixed_output_tokens": null,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"in_patch_limit": 16384,
"in_patch_limit_each_frame": 4096,
"in_patch_limit_video": null,
"max_num_frames_each_video": null,
"merge_kernel_size": 2,
"patch_limit_on_one_side": 512,
"patch_size": 14,
"sample_fps": 2.0,
"temporal_merge_kernel_size": 4,
"timestamp_mode": "hh:mm:ss.fff"
},
"merge_size": 2,
"patch_size": 14,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"return_metadata": false,
"size": {
"max_height": 512,
"max_width": 512
},
"temporal_patch_size": 4,
"video_processor_type": "Kimi_K25VideoProcessor"
}
|