mrzjy commited on
Commit
e34749f
·
verified ·
1 Parent(s): 70c1e5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -8,10 +8,13 @@ tags:
8
  - video
9
  - audio
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).
@@ -24,25 +27,23 @@ The dataset contains the following contents:
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
 
 
8
  - video
9
  - audio
10
  - multimodal
11
+ - vision-language
12
  ---
13
 
14
  # Game Playthrough
15
 
16
+ Work in progress.
17
+
18
  ## Description (English)
19
 
20
  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).
 
27
 
28
  - [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.
29
  - [x] Audios: The audio-only files, coresponding to all the videos. Mostly in M4A format with various kbps.
30
+ - [ ] 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).
31
+ - [ ] 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.
32
 
33
  Up-to-date: [P186]主线第二部03间章:一个梦游者的苦痛-02[720P 高清]
34
 
 
 
35
  ## Description (Chinese)
36
 
37
  本 Repo 收集了崩坏3的CG + 剧情对话视频,同时基于 OCR 和多模态大语言模型构造相应的中文崩坏3剧情语料。
38
 
39
+ 感谢 [B站视频Up主](https://www.bilibili.com/video/BV12W411h76f)
40
 
41
  数据集包括以下部分:
42
 
43
  - [x] 视频:纯视频文件 [source](https://www.bilibili.com/video/BV12W411h76f). 大部分都在 1280x720 分辨率, HEVC 编码。
44
  - [x] 音频:纯音频文件. 均为 M4A 格式,不同的 kbps。
45
  - [ ] OCR 结果 (无任何后处理):对所有视频每隔1秒取一帧,OCR 模型调用 [Paddle-OCR](https://github.com/PaddlePaddle/PaddleOCR)。
46
+ - [ ] 多模态大模型解析结果:对所有 OCR 结果 + 图像信息,调用多模态大模型将其解析成结构化剧情数据,包含旁白、说话人、说话内容等信息。
47
 
48
  时间截止:[P186]主线第二部03间章:一个梦游者的苦痛-02[720P 高清]
49