15 Commits

Author SHA1 Message Date
Tong Gao
782bcc446d
[Dataset Preparer] Add TextSpottingConfigGenerator (#1561)
* [Dataset Preparer] Add TextSpottingConfigGenerator

* update init
2022-12-05 15:00:47 +08:00
Tong Gao
c32ce6baa3
[Fix] Fix IC13 textrecog annotations (#1568) 2022-11-24 12:42:50 +08:00
Xinyu Wang
31a353a892
[Fix] Fix IC13 textdet config (#1563) 2022-11-23 14:32:28 +08:00
Tong Gao
f6472eab2a
[Dataset] Add config generators to all textdet and textrecog configs (#1560) 2022-11-23 10:28:45 +08:00
Tong Gao
24aaec2675
[Dataset] Update CT80 config (#1555)
* [Dataset] Update CT80 config

* [Dataset] Update CT80 config
2022-11-21 14:24:04 +08:00
Tong Gao
26e7ea6e77
[Config] Support IC15_1811 (#1556)
* [Config] Update IC15 recog cfg

* Update dataset_zoo/icdar2015/textrecog.py

Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>

Co-authored-by: liukuikun <24622904+Harold-lkk@users.noreply.github.com>
2022-11-21 14:23:39 +08:00
Tong Gao
cfce57ad87
[Feature] Add config generator (#1552)
* [Feature] Add config generator

* update icdar2013

* fix ut

* simplify design

* cfg generator

* update

* fix
2022-11-21 14:23:20 +08:00
Xinyu Wang
5fbb22cd4e
[Feature] Add IC13 preparer (#1531)
* add ic13

* update
2022-11-16 12:50:03 +08:00
Xinyu Wang
6b2077ef19
[Feature] Add cute80 to dataset preparer (#1522) 2022-11-15 19:50:32 +08:00
liukuikun
1d5f43e79f
[Feature] iiit5k converter (#1530) 2022-11-15 19:49:56 +08:00
Xinyu Wang
d514784878
[Feature] Add SVTP to dataset preparer (#1523)
* add svtp

* fix comments
2022-11-15 19:42:43 +08:00
Xinyu Wang
62ff782b71
[Fix] Fix ICDARTxtParser (#1529)
* fix

* fix comments

* fix

* fix

* fix

* delete useless
2022-11-15 19:18:14 +08:00
Xinyu Wang
79a778689d
[Feature] Add SVT to dataset preparer (#1521)
* add svt to data preparer

* add svt parser test
2022-11-15 18:54:30 +08:00
Xinyu Wang
baa2b4f863
[Fix] Fix wildreceipt metafile 2022-11-15 16:23:19 +08:00
Xinyu Wang
8864fa174b
[Feature] Add Dataset Preparer (#1484)
* 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>
2022-11-02 15:06:49 +08:00