mmdeploy/tests
Chen Xin 1f56eea807 [Feature] Support feature map output for mmsegmentation (#1625)
* add feature map output for mmseg

* update api

* update demo

* fix return

* update format_shape

* fix lint

* update csharp demo

* update python demo && api

* fix coreml build

* fix lint

* better sort

* update

* update cpp demo & add missing header

* change to CHW

* update csharp api

* update isort version to 5.12.0

* fix python api

* fix log

* more detail api docs

* isort support python3.7

* remove isort change

* remove whitespace

* axes check

* remove FormatShapeImpl

* minor

* add permute tc

* remove stride buffer

(cherry picked from commit b85f34141b)
2023-02-07 21:04:20 +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 [Fix] fix coreml for branch 1.x (#1669) 2023-01-31 13:49:48 +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 [Feature] Support feature map output for mmsegmentation (#1625) 2023-02-07 21:04:20 +08:00
test_mmcv
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