Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,13 @@ tags:
|
|
10 |
- multimodal
|
11 |
---
|
12 |
|
13 |
-
# Game Playthrough
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
16 |
|
17 |
All credits to [the source author from BiliBili](https://www.bilibili.com/video/BV12W411h76f)
|
18 |
|
@@ -20,9 +24,26 @@ The dataset contains the following contents:
|
|
20 |
|
21 |
- [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.
|
22 |
- [x] Audios: The audio-only files, coresponding to all the videos. Mostly in M4A format with various kbps.
|
23 |
-
- [ ] OCR-Results (Raw): The OCR results for all the frames every 1 second. This process is done by using [Paddle-OCR]()
|
24 |
- [ ] MLLM-Parsed corpus: The parsed OCR-results, hopefully including story narrations and dialogues (with associated speaker & content). This process will be done by using strong multimodal large language models.
|
25 |
|
26 |
Up-to-date: [P186]主线第二部03间章:一个梦游者的苦痛-02[720P 高清]
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
Work in progress.
|
|
|
10 |
- multimodal
|
11 |
---
|
12 |
|
13 |
+
# Game Playthrough
|
14 |
|
15 |
+
## Description (English)
|
16 |
+
|
17 |
+
This is a collection of playthrough videos of Honkai Impact 3rd from Hoyoverse, along with efforts to build a Chinese text corpus (with OCR and MLLM-based parsing).
|
18 |
+
|
19 |
+
The language setting is Chinese.
|
20 |
|
21 |
All credits to [the source author from BiliBili](https://www.bilibili.com/video/BV12W411h76f)
|
22 |
|
|
|
24 |
|
25 |
- [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.
|
26 |
- [x] Audios: The audio-only files, coresponding to all the videos. Mostly in M4A format with various kbps.
|
27 |
+
- [ ] 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)
|
28 |
- [ ] MLLM-Parsed corpus: The parsed OCR-results, hopefully including story narrations and dialogues (with associated speaker & content). This process will be done by using strong multimodal large language models.
|
29 |
|
30 |
Up-to-date: [P186]主线第二部03间章:一个梦游者的苦痛-02[720P 高清]
|
31 |
|
32 |
+
Work in progress.
|
33 |
+
|
34 |
+
## Description (Chinese)
|
35 |
+
|
36 |
+
本 Repo 收集了崩坏3的CG + 剧情对话视频,同时基于 OCR 和多模态大语言模型构造相应的中文崩坏3剧情语料。
|
37 |
+
|
38 |
+
感谢 [B站视频Up主](https://www.bilibili.com/video/BV12W411h76f)
|
39 |
+
|
40 |
+
数据集包括以下部分:
|
41 |
+
|
42 |
+
- [x] 视频:纯视频文件 [source](https://www.bilibili.com/video/BV12W411h76f). 大部分都在 1280x720 分辨率, HEVC 编码。
|
43 |
+
- [x] 音频:纯音频文件. 均为 M4A 格式,不同的 kbps。
|
44 |
+
- [ ] OCR 结果 (无任何后处理):对所有视频每隔1秒取一帧,OCR 模型调用 [Paddle-OCR](https://github.com/PaddlePaddle/PaddleOCR)。
|
45 |
+
- [ ] 多模态大模型解析结果:对所有 OCR 结果 + 图像信息,调用多模态大模型将其解析成结构化剧情数据,包含旁白、说话人、说话内容等信息
|
46 |
+
|
47 |
+
时间截止:[P186]主线第二部03间章:一个梦游者的苦痛-02[720P 高清]
|
48 |
+
|
49 |
Work in progress.
|