mmocr/tests/test_models
Hongbin Sun 0a1787d6bc
[Refactor] refactor transformer modules (#618)
* 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
..
test_label_convertor [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_detector.py [Feature] Save filename in text detection test results (#570) 2021-11-11 14:07:07 +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 [Feature] Add Satrn (#405) 2021-08-19 22:02:58 +08:00
test_ocr_decoder.py [Refactor] refactor transformer modules (#618) 2021-12-04 17:12:31 +08:00
test_ocr_encoder.py [Refactor] refactor transformer modules (#618) 2021-12-04 17:12:31 +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 [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +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 [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +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 [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00
test_textdet_neck.py [Enhancement] Add copyright info (#439) 2021-08-17 17:39:30 +08:00