MMDeploy Release V1.1.0
What's Changed
π Features
- Support SOLOv2 deployment with OpenVINO by @Li-Hongda in #1521
- Support loading openvino model from memory by @irexyc in #2027
- Add attention convertor by @AllentDan in #2064
π₯ Improvements
- Rename mmcls to mmpretrain by @huayuan4396 in #2003
- Rename mmedit to mmagic by @huayuan4396 in #2061 and @AllentDan in #2092
- Add with argmax by @AllentDan in #2038
- Support opset_version 13 for ort and trt by @RunningLeon in #2071
- Swap width and height in Resize and Pad according to upstream codebases by @AllentDan in #2063
π Bug fixes
- Fix retinanet wrong visualization with torch1.13 by @RunningLeon in #1977
- Fix rknn and aarch64 build ci by @irexyc in #1980
- Fix dataloader for ncnn quantization by @irexyc in #2018
- Fix with_argmax for mmseg by @RunningLeon in #2056
- Fix wrong batch index for CascadeRoiHead by @grimoire in #2078
- Fix regression test for mmocr by @AllentDan in #1789
- Fix function rewriter by @huayuan4396 in #2105
π Documentations
- Update SAR status by @AllentDan in #1789
- Generate supported-backends markdown table by @kaizhong2021 in #1986
- Update mmcls doc by @Renzhihan in #1978
- Update mmseg docs by @Renzhihan in #2022
- Update Repo List in README by @huayuan4396 in #2031
- Update build_from_source.md by @liuzhixin2003 in #1994
- Update mmdet.md en/cn by @Luo-Z13 in #2054
- Update Github Badge for Workflow by @huayuan4396 in #2020
π Other
- Remove circleci by @RunningLeon in #1999
- Update ncnn+ppq github ci by @RunningLeon in #2058
- Add regression test workflow in github action by @RunningLeon in #2081
- Limit urllib3 for readthedocs by @RunningLeon in #2070
- Fix prebuild workflow by @RunningLeon in #2107 and #2112
- Bump version by @RunningLeon in #2094
New Contributors
- @Renzhihan made their first contribution in #1978
- @Li-Hongda made their first contribution in #1521
- @huayuan4396 made their first contribution in #2031
- @liuzhixin2003 made their first contribution in #1994
- @Luo-Z13 made their first contribution in #2054
Full Changelog: v1.0.0...v1.1.0