Update README.md
Browse files
README.md
CHANGED
@@ -14,19 +14,6 @@ tags:
|
|
14 |
|
15 |
# Game Playthrough
|
16 |
|
17 |
-
## Illustration for building textual playthrough corpus from videos
|
18 |
-
|
19 |
-
1. OCR on video frames
|
20 |
-
|
21 |
-
- A Frame
|
22 |
-
|
23 |
-
![frame_130.jpg](img%2frame_130.jpg)
|
24 |
-
|
25 |
-
- Raw OCR result
|
26 |
-
|
27 |
-
```[{"box": [[1161.0, 17.0], [1250.0, 20.0], [1249.0, 49.0], [1160.0, 46.0]], "text": "跳过I", "score": 0.8165686130523682}, {"box": [[539.0, 154.0], [724.0, 136.0], [726.0, 158.0], [542.0, 177.0]], "text": "SOURCEUNKNOWN", "score": 0.9888437986373901}, {"box": [[541.0, 475.0], [645.0, 475.0], [645.0, 499.0], [541.0, 499.0]], "text": "不明通讯", "score": 0.9979484677314758}, {"box": [[807.0, 476.0], [976.0, 481.0], [976.0, 508.0], [806.0, 504.0]], "text": "无量塔姬子", "score": 0.9982650876045227}, {"box": [[544.0, 509.0], [1107.0, 534.0], [1106.0, 567.0], [542.0, 542.0]], "text": "防御系统已经解除,我们暂时安全了。但还是", "score": 0.9949256777763367}, {"box": [[548.0, 545.0], [786.0, 558.0], [784.0, 585.0], [546.0, 573.0]], "text": "不知道琪亚娜在哪里。", "score": 0.9898449182510376}]```
|
28 |
-
|
29 |
-
|
30 |
## Description (English)
|
31 |
|
32 |
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).
|
@@ -61,4 +48,19 @@ Latest video: [P186]主线第二部03间章:一个梦游者的苦痛-02[720P
|
|
61 |
|
62 |
时间截止:2024.08.08
|
63 |
|
64 |
-
最新视频:[P186]主线第二部03间章:一个梦游者的苦痛-02[720P 高清]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
# Game Playthrough
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
## Description (English)
|
18 |
|
19 |
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).
|
|
|
48 |
|
49 |
时间截止:2024.08.08
|
50 |
|
51 |
+
最新视频:[P186]主线第二部03间章:一个梦游者的苦痛-02[720P 高清]
|
52 |
+
|
53 |
+
|
54 |
+
## Illustration for text corpus construction pipeline
|
55 |
+
|
56 |
+
Here we show how text information is parsed from raw videos.
|
57 |
+
|
58 |
+
1. Extracting Video Frames
|
59 |
+
|
60 |
+
- A Frame as an Image
|
61 |
+
|
62 |
+
![frame_130.jpg](img%2Fframe_130.jpg)
|
63 |
+
|
64 |
+
2. OCR on video frame
|
65 |
+
|
66 |
+
```[{"box": [[1161.0, 17.0], [1250.0, 20.0], [1249.0, 49.0], [1160.0, 46.0]], "text": "跳过I", "score": 0.8165686130523682}, {"box": [[539.0, 154.0], [724.0, 136.0], [726.0, 158.0], [542.0, 177.0]], "text": "SOURCEUNKNOWN", "score": 0.9888437986373901}, {"box": [[541.0, 475.0], [645.0, 475.0], [645.0, 499.0], [541.0, 499.0]], "text": "不明通讯", "score": 0.9979484677314758}, {"box": [[807.0, 476.0], [976.0, 481.0], [976.0, 508.0], [806.0, 504.0]], "text": "无量塔姬子", "score": 0.9982650876045227}, {"box": [[544.0, 509.0], [1107.0, 534.0], [1106.0, 567.0], [542.0, 542.0]], "text": "防御系统已经解除,我们暂时安全了。但还是", "score": 0.9949256777763367}, {"box": [[548.0, 545.0], [786.0, 558.0], [784.0, 585.0], [546.0, 573.0]], "text": "不知道琪亚娜在哪里。", "score": 0.9898449182510376}]```
|