Commit Graph

94 Commits (ac02c20581005c58df2b0cd8c936d897d5d87ec6)

Author SHA1 Message Date
Xinyu Wang c91b028772
[Docs] Update Model & Log Links in Readme & Metafiles (#1356)
* update model and log links

* fix

* fix

* update dbpp & sdmgr

* update kie acc

* fix

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-08-31 21:05:29 +08:00
Tong Gao 53562d8526
Full regression testing fix (#1357) 2022-08-31 20:15:57 +08:00
Tong Gao 9b368fe45c
[Fix] Rename VeryDeepVGG to MiniVGG (#1330)
* [Fix] Rename VeryDeepVGG to MiniVGG

* update
2022-08-25 16:35:59 +08:00
liukuikun e78a1591db
[Config] dict related path to config (#1329) 2022-08-25 16:14:10 +08:00
liukuikun 7ab2a2e09d
[Config] default runtime cfg (#1327) 2022-08-25 16:13:47 +08:00
Tong Gao a24de8318e
[Config] Refactor base config (part 2) (#1315)
* update textrecog

* Add base configs
2022-08-24 14:19:58 +08:00
Tong Gao ab04560a4d
[Config] Refactor base config (part 1) (#1314)
* [Config] Refactor base config

* [Config] Refactor base config

* fix panet

* fix
2022-08-23 22:43:07 +08:00
Xinyu Wang 9620f2de91
[Docs] Update readme config links of Mask R-CNN, PSENet, FCENet, SATRN, NRTR, MASTER (#1308)
* update readme cfg

* Apply suggestions from code review

Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
2022-08-22 19:06:53 +08:00
Tong Gao 4c20ebcb71
[Docs] Update readme links of DB, DB++, DRRG and ABI (#1307) 2022-08-22 17:49:23 +08:00
liukuikun d27b2fd84f
[Config] rec config refine (#1306)
* refine rec config

* fix mj-sub
2022-08-22 16:42:56 +08:00
Xinyu Wang b2e06c04f5
[Config] Update NRTR configs (#1302)
* [Config] Add textrec_default_runtime

* add vis hook

* update nrtr configs

* Update configs/textrecog/nrtr/nrtr_resnet31-1by16-1by8_6e_st_mj.py

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-08-22 14:44:46 +08:00
Xinyu Wang 7aea3619ca
[Config] Update MASTER config (#1301)
* [Config] Add textrec_default_runtime

* add vis hook

* update master config

* update metafile

* update

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-08-22 14:30:44 +08:00
Tong Gao 7ac7f66949
[Config] Rename DB, DB++ and DRRG (#1296)
* [Config] Rename DB, DB++ and DRRG

* update metafiles
2022-08-22 12:49:24 +08:00
Xinyu Wang 6ca7404925
[Config] Update satrn config (#1300)
* [Config] Add textrec_default_runtime

* [Config] Add textrec_default_runtime

* add vis hook

* update satrn cfg

* update

* update

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
2022-08-22 12:45:00 +08:00
Tong Gao 814b281c79
[Config] Rename & refactor ABINet config (#1299) 2022-08-22 12:40:08 +08:00
Tong Gao 6b6d833be4
[Fix] Fix MJ config (#1288)
* [Fix] Fix MJ config

* fix

* fix

* fix
2022-08-17 21:39:43 +08:00
liukuikun 1978075577
[Config] recog dataset config refactor (#1275) 2022-08-16 16:32:50 +08:00
liukuikun ef683206ed
[Api] vis hook and data flow api (#1185)
* vis hook and data flow api

* fix comment

* add TODO for merging and rewriting after MultiDatasetWrapper
2022-08-08 11:37:46 +08:00
Tong Gao c9ec09d8f1
[Config] Fix NRTR config (#1232) 2022-08-01 15:34:41 +08:00
liukuikun 8d2e8886e8
[Fix] Fix scanner and sar Resize to RecaleToHeight (#1242) 2022-08-01 11:42:11 +08:00
liukuikun f2024dc4bf
[Config] SAR seq config (#1215) 2022-07-27 20:03:02 +08:00
Qing Jiang 507f0656c9
[Fix] Fix configs/textrecog/nrtr/nrtr_modality_transform_academic.py (#1206)
* loss

* fix

* fix nrtr
2022-07-26 10:49:07 +08:00
Qing Jiang 870f062394
[Refactor] Update NRTR configs (#1199)
* loss

* fix

* [update] Update NRTR configs

* [update] Set a smaller interval
2022-07-25 19:22:16 +08:00
liukuikun 83e4fb10ee
[Fix] fix empty image and resize small image (#1200) 2022-07-25 19:21:09 +08:00
Tong Gao 8c2873f061
[Fix] Fix ABINet (#1193) 2022-07-25 11:26:33 +08:00
liukuikun 2487c0a4a5
[Config] fix scanner and sar config (#1196) 2022-07-25 11:25:39 +08:00
liukuikun 0393e32603
[Config] rec toy dataset config (#1182) 2022-07-22 17:00:03 +08:00
liukuikun 5dfa68641c
[Config] Add multiloop cfg (#1186) 2022-07-22 16:46:06 +08:00
Tong Gao 6f30020eec
[CI] Add CI (#1176)
* [CI] Add CI

* update init

* fix lint

* fix lint

* fix linting

* fix linting

* fix linting

* fix

* fix

* fix

* fix

* fix

* fix

* disable github ci

* fix

* Update .circleci/test.yml

Co-authored-by: Qing Jiang <mountchicken@outlook.com>

* fix

* fix

Co-authored-by: Qing Jiang <mountchicken@outlook.com>
2022-07-21 14:28:57 +08:00
jiangqing.vendor e303404215 [Fix] Fix some config errors 2022-07-21 10:58:04 +08:00
jiangqing.vendor dc180443b8 [TODO] Updata det_datasets & recog_datasets 2022-07-21 10:58:03 +08:00
gaotongxiao 1a167ff317 Migrate tests 2022-07-21 10:58:03 +08:00
jiangqing.vendor 27261b2bce [TODO] mv configs/base/models -> configs/textdet & textrecog 2022-07-21 10:58:03 +08:00
xinyu 567aec5390 update metafiles 2022-07-21 10:58:03 +08:00
jiangqing.vendor dc84187311 [TODO] Replace loss_module with module_loss 2022-07-21 10:57:31 +08:00
jiangqing.vendor 3709c7b03a [Metafiles] Update Metafiles for FCENet, MaskRCNN, NRTR, MASTER 2022-07-21 10:57:31 +08:00
gaotongxiao 914c8af7bf Revert "[TODO] Add LoadImageFromLMDB"
This reverts commit e716ae726f007f79effdf2d45b4955a887f3c1e3
2022-07-21 10:57:30 +08:00
jiangqing.vendor 19958fbf6f [TODO] Add LoadImageFromLMDB 2022-07-21 10:57:17 +08:00
gaotongxiao 2d478ea244 Add ABINet cfg 2022-07-21 10:55:46 +08:00
liukuikun 77ffe8fb00 [Config] scanner config 2022-07-21 10:55:46 +08:00
liukuikun ca35c78e69 [Config] SAR config 2022-07-21 10:51:03 +08:00
jiangqing.vendor b406f3785f [MASTER] Add MASTER config 2022-07-21 10:51:02 +08:00
wangxinyu 3992f0d78e [SATRN] SATRN Config 2022-07-21 10:51:01 +08:00
jiangqing.vendor 4f2ec6de71 [NRTR] NRTR config 2022-07-21 10:51:01 +08:00
liukuikun f1eebe9e34 [CRNN] CRNN config 2022-07-21 10:51:00 +08:00
liukuikun e1e26d3f74
[Enchance] add codespell ignore and use mdformat (#1022)
* 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
Qing Jiang 0c060099e1
[Fix] Fix config name of MASTER in ocr.py (#1044)
* loss

* fix

* 'fix'

* [update] full fix
2022-05-28 20:47:00 +08:00
Jianquan Ye 061d353b2a
[Model] Add MASTER (#807)
* fix #794: add MASTER

* fix conflict add MASTER

* fix conflict add MASTER

* fix conflict add MASTER

* fix conflict add MASTER

* fix conflict add MASTER

* fix conflict add MASTER

* fix conflict add MASTER

* Fix linting

* after git rebase main

* after git rebase main

* fix conflict add MASTER

* fix conflict add MASTER

* after git rebase main

* fix conflict add MASTER

* fix conflict add MASTER

* fix conflict add MASTER

* after git rebase main

* add GCAModule to plugins

* coexist master and master_old

* fix merge mmocr 0.5.0 conflict

* fix lint error

* update

* [fix] remove remains in __init__

* [update] update code in review

* update readme for master

* Add docstr to MasterDecoder, refined MasterDecoder, remove MASTERLoss

* Unify the output length of MasterDecoder in train and test mode; add test for it, remove MasterLoss

* update readme

* update

* update metafile,README,demo/README,config,ocr.py

* Update mmocr/utils/ocr.py

* update

Co-authored-by: gaotongxiao <gaotongxiao@gmail.com>
Co-authored-by: Mountchicken <mountchicken@outlook.com>
2022-05-05 16:06:15 +08:00
Tong Gao d901b37035
[Fix] Add num_classes to configs of ABINet (#805)
* [Fix] Add num_classes to configs of ABINet

* add comments
2022-03-16 17:17:02 +08:00
liukuikun 976b976e4a
[Docs] update readme according to standard (#742)
* 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