mmdeploy
mmdeploy copied to clipboard
[Enhancement] Support Object Detection and Instance Segmentation for ort trt ncnn and openvino in mmdet 2.0
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
Support models for all backends in mmdet 2.0
Modification
- [x] Instance Segmentation models for ort, trt, openvino
- [x] Two stage Object Detection models for ort, trt, openvino
- [x] One stage Object Detection models for ort, trt, openvino and ncnn.
- [x] Add ut
BC-breaking (Optional)
None.
Use cases (Optional)
None.
Checklist
- Pre-commit or other linting tools are used to fix the potential lint issues.
- The modification is covered by complete unit tests. If not, please add more unit tests to ensure the correctness.
- If the modification has a dependency on downstream projects of a newer version, this PR should be tested with all supported versions of downstream projects.
- The documentation has been modified accordingly, like docstring or example tutorials.