mrzjy commited on
Commit
6b806dc
·
verified ·
1 Parent(s): e14f1a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - zh
5
+ tags:
6
+ - game
7
+ - hoyoverse
8
+ - video
9
+ - audio
10
+ - multimodal
11
+ ---
12
+
13
+ # Game Playthrough (Chinese)
14
+
15
+ This is a collection of playthrough videos of Honkai Impact 3rd from Hoyoverse.
16
+
17
+ All credits to [the source author from BiliBili](https://www.bilibili.com/video/BV12W411h76f)
18
+
19
+ 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)
22
+ - [x] Audios: The audio-only files, coresponding to all the videos
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
+ Work in progress.