Commit Graph

21 Commits (85f34730083f4cdca823bc794130d839d4e6d71b)

Author SHA1 Message Date
Antonio Lanza 5fc920495a
[Fix] : remove max_seq_len inconsistency () 2022-10-09 14:05:33 +08:00
liukuikun e1e26d3f74
[Enchance] add codespell ignore and use mdformat ()
* update

* update contributing

* update ci

* fix md

* update pre-commit hook

* update mdformat

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-06-09 14:58:44 +08:00
liukuikun 976b976e4a
[Docs] update readme according to standard ()
* config/readme standard

* add ABINet linking

* fix linking error, delete unused cite and adjust note sytle

* union note format

* Remove > before paper link when generating docs
2022-01-25 23:02:59 +08:00
Hongbin Sun 0a1787d6bc
[Refactor] refactor transformer modules ()
* base refactor

* update config

* modify implementation of nrtr

* add config file

* add mask

* add operation order

* fix contiguous bug

* update config

* fix pytest

* fix pytest

* update readme

* update readme and metafile

* update docstring

* fix norm cfg and dict size

* rm useless

* use mmocr builder instead

* update pytest

* update

* remove useless

* fix ckpt name

* fix path

* include all config file into pytest

* update inference

* Update test_recog_config.py
2021-12-04 17:12:31 +08:00
Tong Gao 69d5040590
[Docs] Update model readme ()
* update satrn

* Add intro and pic to readmes

* update stats.py

* abstract for tps

* Fix CRNN and TPS CRNN readme
2021-11-30 16:40:18 +08:00
Hongbin Sun 3188e53404
[Refactor] refactor textrecog config structure ()
* refactor configs of textrecog

* remove duplicate key in config _base_

* fix typo

* rename dataset config file
2021-11-25 16:27:45 +08:00
Tong Gao 5fb1268a06
unify task names in metafiles () 2021-11-03 15:03:37 +08:00
Tong Gao dab5725d70
fix paper field in metafiles () 2021-11-03 15:02:31 +08:00
Hongbin Sun 3707d67106
support batch inference for crnn and segocr ()
* support batch inference for crnn and segocr
2021-08-03 16:52:58 +08:00
Hongbin Sun 6d97d8286e
Update nrtr batch size () 2021-07-16 15:06:36 +08:00
Tong Gao 1a5a880abb
fix nrtr cfg () 2021-07-08 13:30:58 +08:00
Hongbin Sun 20f65fb521
use unifor_concat_datase instead of concat_dataset ()
* use unifor_concat_datase instead of concat_dataset

* add unittest for uniform_concat_dataset
2021-07-03 16:03:37 +08:00
Hongbin Sun 82f64a5b62
support batch inference during testing ()
* support batch inference during testing

* fix unittest

* update docs using url

* set cfg for train, val and test

* update docs

* update docs and test.py

* samples_per_gpu as global setting

* changes revert
2021-06-23 11:34:29 +08:00
Hongbin Sun 1240169f18
update metafile () 2021-05-14 00:17:33 +08:00
quincylin1 7e0d48df11
fix metafiles () 2021-05-13 17:28:59 +08:00
quincylin1 cc27d8254b
Add metafiles ()
* add metafiles

* add metafiles

* add metafiles

* fix metafile errors

* fix metafiles

* Update metafile.yml

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-05-13 02:46:26 +00:00
lizz 7dc5695d6d Add methods to readme
Signed-off-by: lizz <lizz@sensetime.com>
2021-04-10 18:04:36 +08:00
Hongbin Sun c88126f0d2 fix : update readme 2021-04-07 10:19:36 +08:00
Hongbin Sun 0b2aa3aec6
fix : update nrtr readme () 2021-04-06 14:39:06 +00:00
Hongbin Sun 03720f46c3
fix : add nrtr readme; update nrtr config () 2021-04-06 03:14:30 +00:00
yuexy 3b443cf6f9
[feature]: add nrtr ()
* [feature]: add nrtr

* Rename nrtr_top_dataset.py to nrtr_toy_dataset.py

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-04-05 20:19:45 +08:00