Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,9 @@ tags:
|
|
14 |
|
15 |
# Game Playthrough
|
16 |
|
17 |
-
|
|
|
|
|
18 |
|
19 |
## Description (English)
|
20 |
|
@@ -29,7 +31,7 @@ The dataset contains the following contents:
|
|
29 |
- [x] Videos: The video-only files, corresponding to all videos in the [source](https://www.bilibili.com/video/BV12W411h76f). Mostly in 1280x720 aspect ratio, HEVC encoding.
|
30 |
- [x] Audios: The audio-only files, coresponding to all the videos. Mostly in M4A format with various kbps.
|
31 |
- [x] OCR-Results (Raw): The OCR results for all the frames every 1 second. This process is done by using [Paddle-OCR](https://github.com/PaddlePaddle/PaddleOCR).
|
32 |
-
- [
|
33 |
|
34 |
Up-to-date: 2024.08.08
|
35 |
|
@@ -46,7 +48,7 @@ Latest video: [P186]主线第二部03间章:一个梦游者的苦痛-02[720P
|
|
46 |
- [x] 视频:纯视频文件 [source](https://www.bilibili.com/video/BV12W411h76f). 大部分都在 1280x720 分辨率, HEVC 编码。
|
47 |
- [x] 音频:纯音频文件. 均为 M4A 格式,不同的 kbps。
|
48 |
- [x] OCR 结果 (无任何后处理):对所有视频每隔1秒取一帧,使用 [Paddle-OCR](https://github.com/PaddlePaddle/PaddleOCR) 对每一帧执行 OCR,获取画面上的任何可识别文字。
|
49 |
-
- [
|
50 |
|
51 |
时间截止:2024.08.08
|
52 |
|
|
|
14 |
|
15 |
# Game Playthrough
|
16 |
|
17 |
+
最终解析出的语料在 [honkai_impact_3rd_chinese_dialogue_corpus](https://huggingface.co/datasets/mrzjy/honkai_impact_3rd_chinese_dialogue_corpus)。
|
18 |
+
|
19 |
+
See [honkai_impact_3rd_chinese_dialogue_corpus](https://huggingface.co/datasets/mrzjy/honkai_impact_3rd_chinese_dialogue_corpus) for final parsed result!
|
20 |
|
21 |
## Description (English)
|
22 |
|
|
|
31 |
- [x] Videos: The video-only files, corresponding to all videos in the [source](https://www.bilibili.com/video/BV12W411h76f). Mostly in 1280x720 aspect ratio, HEVC encoding.
|
32 |
- [x] Audios: The audio-only files, coresponding to all the videos. Mostly in M4A format with various kbps.
|
33 |
- [x] OCR-Results (Raw): The OCR results for all the frames every 1 second. This process is done by using [Paddle-OCR](https://github.com/PaddlePaddle/PaddleOCR).
|
34 |
+
- [x] VLM-Parsed corpus: Given the OCR-results and image frames, hopefully we will parse the raw info into structured story narrations and dialogues (with associated speaker & content). This process will be done by using strong vision language models.
|
35 |
|
36 |
Up-to-date: 2024.08.08
|
37 |
|
|
|
48 |
- [x] 视频:纯视频文件 [source](https://www.bilibili.com/video/BV12W411h76f). 大部分都在 1280x720 分辨率, HEVC 编码。
|
49 |
- [x] 音频:纯音频文件. 均为 M4A 格式,不同的 kbps。
|
50 |
- [x] OCR 结果 (无任何后处理):对所有视频每隔1秒取一帧,使用 [Paddle-OCR](https://github.com/PaddlePaddle/PaddleOCR) 对每一帧执行 OCR,获取画面上的任何可识别文字。
|
51 |
+
- [x] 多模态大模型解析结果:对所有 OCR 结果 + 图像信息,调用多模态大模型将其解析成结构化剧情数据,包含旁白、说话人、说话内容等信息。
|
52 |
|
53 |
时间截止:2024.08.08
|
54 |
|