Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ AI pipeline 概述如下:
|
|
23 |
1. 分P下载视频(使用 [BBDown](https://github.com/nilaoda/BBDown) 下载 [BiliBili崩三剧情视频](https://www.bilibili.com/video/BV12W411h76f/))
|
24 |
2. 视频帧分割(每1秒取一帧画面)
|
25 |
3. 逐帧 OCR 检测文本(使用 [Paddle-OCR](https://github.com/PaddlePaddle/PaddleOCR))
|
26 |
-
4. 逐帧 VLM 结构化解析(使用 [MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6),输入为帧图像 + OCR
|
27 |
5. 基于规则的后处理
|
28 |
- 规范化 VLM 输出(e.g., 去噪、排除格式有问题的输出)
|
29 |
- 基于编辑距离等方法的连续帧的信息去重与归并(e.g., 由于播放对白需要时间,话说一半的帧信息会被 merge 到后续话说完整的帧信息中,合并成一帧))
|
|
|
23 |
1. 分P下载视频(使用 [BBDown](https://github.com/nilaoda/BBDown) 下载 [BiliBili崩三剧情视频](https://www.bilibili.com/video/BV12W411h76f/))
|
24 |
2. 视频帧分割(每1秒取一帧画面)
|
25 |
3. 逐帧 OCR 检测文本(使用 [Paddle-OCR](https://github.com/PaddlePaddle/PaddleOCR))
|
26 |
+
4. 逐帧 VLM 结构化解析(使用 [MiniCPM-V-2_6](https://huggingface.co/openbmb/MiniCPM-V-2_6),输入为帧图像 + OCR结果,输出为结构化 JSON)
|
27 |
5. 基于规则的后处理
|
28 |
- 规范化 VLM 输出(e.g., 去噪、排除格式有问题的输出)
|
29 |
- 基于编辑距离等方法的连续帧的信息去重与归并(e.g., 由于播放对白需要时间,话说一半的帧信息会被 merge 到后续话说完整的帧信息中,合并成一帧))
|