mrzjy commited on
Commit
4cf98d7
·
verified ·
1 Parent(s): 796edd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -14,7 +14,18 @@ tags:
14
 
15
  # Game Playthrough
16
 
17
- Work in progress.
 
 
 
 
 
 
 
 
 
 
 
18
 
19
  ## Description (English)
20
 
 
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