File size: 2,742 Bytes
4a333b6 | 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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | {
"image_processor": {
"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,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Kimi_K25ImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_patches": 16384,
"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": 655360,
"max_num_frames_each_video": null,
"merge_kernel_size": 2,
"patch_limit_on_one_side": 512,
"patch_size": 14,
"sample_fps": 8.0,
"temporal_merge_kernel_size": 4,
"timestamp_mode": "hh:mm:ss.fff"
},
"merge_size": 2,
"patch_size": 14,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"max_height": 512,
"max_width": 512
}
},
"processor_class": "Kimi_K25Processor",
"video_processor": {
"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": 655360,
"max_num_frames_each_video": null,
"merge_kernel_size": 2,
"patch_limit_on_one_side": 512,
"patch_size": 14,
"sample_fps": 8.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"
}
}
|