mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
* add data preparer * temporarily ignore data preparer test * update * fix comments * update doc; add script to generate dataset zoo doc * fix comments; update scripts * apply comments Co-authored-by: Tong Gao <gaotongxiao@gmail.com> * apply comments Co-authored-by: Tong Gao <gaotongxiao@gmail.com> * coco parser * fix comments * add fileio tests * fix test * add tests for parsers and dumpers * add test for data preparer * fix a bug * update icdar txt parser * rename icdar txt parser * fix comments * fix test * fix comments Co-authored-by: Tong Gao <gaotongxiao@gmail.com> Co-authored-by: liukuikun <641417025@qq.com>
20 lines
310 B
Markdown
20 lines
310 B
Markdown
**Text Detection**
|
|
|
|
```text
|
|
# x1,y1,x2,y2,x3,y3,x4,y4,trans
|
|
|
|
377,117,463,117,465,130,378,130,Genaxis Theatre
|
|
493,115,519,115,519,131,493,131,[06]
|
|
374,155,409,155,409,170,374,170,###
|
|
```
|
|
|
|
**Text Recognition**
|
|
|
|
```text
|
|
# img_name, "text"
|
|
|
|
word_1.png, "Genaxis Theatre"
|
|
word_2.png, "[06]"
|
|
word_3.png, "62-03"
|
|
```
|