Commit Graph

4 Commits (33cbc9b92f63b05b52d90a49c4ecfec34385be36)

Author SHA1 Message Date
Kevin Wang edf085c010
[Feature] TextRecogCropConverter add crop with opencv warpPersepective function (#1667)
* [Feature] TextRecogCropConverter add crop with opencv warpPersepective function.

* [Fix] fix some pr problems

* Apply suggestions from code review

---------

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2023-02-03 17:04:37 +08:00
Tong Gao 03a23ca4db
[Docs] Remove unsupported datasets in docs (#1670) 2023-02-02 19:47:10 +08:00
Tong Gao 8737675445
[Fix] Being more conservative on Dataset Preparer (#1520)
* [Fix] Being more conservative on Dataset Preparer

* update
2022-11-08 17:17:54 +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