Commit Graph

23 Commits (5670695338140ebd48f014d42bfa3c2414410095)

Author SHA1 Message Date
liukuikun f820470415
[Feature] Rec TTA (#1401)
* Support TTA for recognition

* updata readme

* updata abinet readme

* updata train_test doc for tta
2023-02-16 10:27:07 +08:00
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
Xinyu Wang c38618bf51
[Feature] Support browse_dataset.py to visualize original dataset (#1503)
* update browse dataset

* enhance browse_dataset

* update docs and fix original mode

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-12-16 22:34:23 +08:00
Kevin Wang f6da8715b9
[Docs] Fix some doc mistakes (#1630)
* [Docs] fix a mistake in user_guides/visualization.md

* [Docs] fix some mistakes in user_guides/dataset_prepare.md

* Update docs/en/user_guides/dataset_prepare.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-12-16 22:34:08 +08:00
Qing Jiang b11c58897c
[ASTER] Update ASTER config (#1629)
* update aster config

* update

* update en api

* Update configs/textrecog/aster/metafile.yml

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-12-15 19:49:55 +08:00
liukuikun d8c0df4827
[Config] rename base dataset terms to {dataset-name}_task_train/test (#1541) 2022-11-17 10:15:33 +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 1c06edc68f
[Docs] Update some dataset preparer related docs (#1502) 2022-11-02 16:08:01 +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
vansin e7e46771ba
[WIP] support get flops and parameters in dev-1.x (#1414)
* [Feature] support get_flops

* [Fix] add the divisor

* [Doc] add the get_flops doc

* [Doc] update the get_flops doc

* [Doc] update get FLOPs doc

* [Fix] delete unnecessary args

* [Fix] delete unnecessary code in get_flops

* [Doc] update get flops doc

* [Fix] remove unnecessary code

* [Doc] add space between Chinese and English

* [Doc] add English doc of get flops

* Update docs/zh_cn/user_guides/useful_tools.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update docs/zh_cn/user_guides/useful_tools.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* Update docs/en/user_guides/useful_tools.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* [Docs] fix the lint

* fix

* fix docs

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-10-09 17:47:51 +08:00
Tong Gao 3d015462e7
[Feature] Update model links in ocr.py and inference.md (#1431)
* [Feature] Update model links in ocr.py and inference.md

* Apply suggestions from code review

Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>

Co-authored-by: Xinyu Wang <45810070+xinke-wang@users.noreply.github.com>
2022-10-09 12:43:23 +08:00
liukuikun 4fef7d1868
Upgrade pre commit hooks (#1429) 2022-10-08 15:00:21 +08:00
Tong Gao 8d29643d98
[Docs] Fix inference docs (#1415) 2022-09-28 20:56:03 +08:00
liukuikun c6cc37b096
[Docs] config english (#1372)
* config english

* fix many comments

* fix many comments again

* fix some typo

* Update docs/en/user_guides/config.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-09-23 10:10:32 +08:00
Xinyu Wang ac02c20581
[Fix] Update all rec converters (#1284)
* init

* enable non-ascii dump

* fix

* kaist non-ascii

* fix conflicts

* fix

* update

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-09-01 13:17:01 +08:00
Tong Gao 415bb7f8d0
Update demo (#1362)
* update

* update

* update

* update

* demo

* update

* update

* update link

Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-09-01 12:45:28 +08:00
Tong Gao a979346e35
Update demo docs (#1360)
* update

* update

* update

* update

* demo
2022-09-01 09:23:06 +08:00
liukuikun dbb346afed
[Docs] vis doc (#1353)
* vis doc

* fix comment

* fix link
2022-08-31 21:28:29 +08:00
Xinyu Wang ce47b53399
[Docs] Dataset Preparation (#1347)
* init dataset doc

* update data prep doc

* fix

* fix

* fix some docs

* update

* update

* updates

* update
2022-08-31 20:16:33 +08:00
Xinyu Wang e72edd6dcb
[Docs] Useful Tools (#1349)
* init useful tools

* apply comments

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>

* update link

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
Co-authored-by: liukuikun <liukuikun@sensetime.com>
2022-08-31 15:51:12 +08:00
Xinyu Wang 8b32ea6fa9
[Docs] Training & Testing Tutorials (#1331)
* zh-cn train & test tutorial

* add En

* fix comments

* Update docs/en/user_guides/train_test.md

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-08-30 19:54:04 +08:00
Xinyu Wang ea537bbe86
[Docs] Empty doc tree (#1336)
* refactor doc tree

* add titles

* update

* update

* fix

* fix a bug

* remove ner in readme

* rename advanced guides

* fix migration
2022-08-29 15:37:13 +08:00