mmdeploy/tests
AllentDan ff95bf48ea
[Feature] Support more MMOCR models: DBNet++, TextSnake, ABINet, MRCNN (#1534)
* WIP ocr

* add mrcnn rewrite

* add any rewrite for abinet

* export abinet to onnx

* fix abinet onnx export

* support abinet to tensorrt static and modify mmocr.yml

* add textsnake and dbnetpp

* support mrcnn in ORT and TRT

* add a condition before update data_preprocessor scope

* update doc and mmocr.yml

* add ut

* markdown and simple config

* write build_pytorch_model in child class

* update any_default

* remove where in abi_language_decoder___get_length__default

* keep where

* fix UT

* fix UT

* fix UT

* update mmocr.yml and config description

* tensorrt-fp32 -> tensorrt

* update doc
2023-01-16 12:06:03 +08:00
..
data
regression [Feature] Support more MMOCR models: DBNet++, TextSnake, ABINet, MRCNN (#1534) 2023-01-16 12:06:03 +08:00
test_apis [Refactor] Add backend manager for 1.x (#1515) 2022-12-28 11:38:01 +08:00
test_backend [Refactor] Add backend manager for 1.x (#1515) 2022-12-28 11:38:01 +08:00
test_codebase [Feature] Support more MMOCR models: DBNet++, TextSnake, ABINet, MRCNN (#1534) 2023-01-16 12:06:03 +08:00
test_core [Fix] fix unittest and suppress warning (#1552) 2022-12-22 19:57:36 +08:00
test_csrc cherry-pick: Decouple preprocess operation and transformation (#1353) 2022-12-08 14:49:12 +08:00
test_mmcv torchjit mdcn 1.x (#1536) 2022-12-20 15:13:49 +08:00
test_ops [Fix] fix unittest and suppress warning (#1552) 2022-12-22 19:57:36 +08:00
test_pytorch [Feature] Support more MMOCR models: DBNet++, TextSnake, ABINet, MRCNN (#1534) 2023-01-16 12:06:03 +08:00
test_utils