mmocr/tests/test_models
Tong Gao 4f7270e574
Fix #282: Support init_cfg & update depreciated configs (#365)
* update coco ref

* init_cfg for dbnet

* initcfg for mask_rcnn

* textsnake init_cfg

* fix dbnet

* panet initcfg

* psenet initcfg

* fcenet initcfg

* drrg initcfg

* add init_cfg to detectors

* update maskrcnn config file to support mmdet

* fix init_cfg of fce_head

* crnn initcfg

* init_weights in training

* nrtr initcfg

* robust_scanner initcfg

* sar init_cfg

* seg init_cfg

* tps_crnn init_cfg

* sdmgr initcfg

* ner init_cfg

* fix textsnake

* sdmgr initcfg

* move "pretrained" to "init_cfg" for config files

* Moduleslist update

* fix seg

* ner init_cfg

* fix base

* fix encode decode recognizer

* revert dbnet config

* fix crnn

* fix base.py

* fix robust_scanner

* fix panet

* fix test

* remove redundant init_weights() in fcehead

* clean up

* relex mmdet version in workflow

* Add dependency version check

* Update mmocr/models/textdet/dense_heads/pse_head.py

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>

Co-authored-by: Hongbin Sun <hongbin306@gmail.com>
2021-07-20 23:18:25 +08:00
..
test_label_convertor add sar, seg and other components 2021-04-02 23:54:57 +08:00
test_detector.py [Fix] Fix unit tests, remove temporary files (#328) 2021-06-26 22:51:50 +08:00
test_kie_config.py Fix #282: Support init_cfg & update depreciated configs (#365) 2021-07-20 23:18:25 +08:00
test_loss.py [Fix] Correct isort setup (#288) 2021-06-16 19:44:01 +08:00
test_modules.py fix #212: improve drrg (#224) 2021-05-21 18:36:44 +08:00
test_ner_model.py Fix #282: Support init_cfg & update depreciated configs (#365) 2021-07-20 23:18:25 +08:00
test_ocr_backbone.py add sar, seg and other components 2021-04-02 23:54:57 +08:00
test_ocr_decoder.py Feature/iss 33 (#34) 2021-04-05 23:54:57 +08:00
test_ocr_encoder.py Remove usage of \ (#49) 2021-04-06 12:16:46 +00:00
test_ocr_head.py fix #40: add unit test for recog config, transforms, etc. (#44) 2021-04-06 07:17:20 +00:00
test_ocr_layer.py Feature/iss 33 (#34) 2021-04-05 23:54:57 +08:00
test_ocr_loss.py fix #40: add unit test for recog config, transforms, etc. (#44) 2021-04-06 07:17:20 +00:00
test_ocr_neck.py fix #40: add unit test for recog config, transforms, etc. (#44) 2021-04-06 07:17:20 +00:00
test_ocr_preprocessor.py refactor tps config (#135) 2021-05-12 06:14:24 +00:00
test_panhead.py [feature]: add textdet 2021-04-03 01:03:52 +08:00
test_recog_config.py Add unittest for kie (#56) 2021-04-13 13:58:31 +08:00
test_recognizer.py [Fix] Fix unit tests, remove temporary files (#328) 2021-06-26 22:51:50 +08:00
test_targets.py [feature]: add textdet 2021-04-03 01:03:52 +08:00
test_textdet_head.py Add drrg (#189) 2021-05-18 11:15:47 +08:00
test_textdet_neck.py Add drrg (#189) 2021-05-18 11:15:47 +08:00