mmocr/tests/test_models
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
..
test_label_convertor [Fix] Support loading space character from dict file (#854) 2022-03-22 17:44:32 +08:00
test_detector.py [Refactor] refactor textdet postprocess (#640) 2021-12-14 17:35:44 +08:00
test_kie_config.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_loss.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_modules.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_ner_model.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_ocr_backbone.py [Model] Add MASTER (#807) 2022-05-05 16:06:15 +08:00
test_ocr_decoder.py [Model] Add MASTER (#807) 2022-05-05 16:06:15 +08:00
test_ocr_encoder.py [Model] Full ABINet Framework (#651) 2021-12-15 11:21:54 +08:00
test_ocr_fuser.py [Model] Full ABINet Framework (#651) 2021-12-15 11:21:54 +08:00
test_ocr_head.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_ocr_layer.py [Refactor] refactor transformer modules (#618) 2021-12-04 17:12:31 +08:00
test_ocr_loss.py [Model] Full ABINet Framework (#651) 2021-12-15 11:21:54 +08:00
test_ocr_neck.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_ocr_preprocessor.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_panhead.py [Refactor] refactor textdet postprocess (#640) 2021-12-14 17:35:44 +08:00
test_recog_config.py [Refactor] refactor transformer modules (#618) 2021-12-04 17:12:31 +08:00
test_recognizer.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_targets.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_textdet_head.py [Refactor] refactor textdet postprocess (#640) 2021-12-14 17:35:44 +08:00
test_textdet_neck.py [Feature] Add DBNet++ (#973) 2022-05-05 14:39:20 +08:00