| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mmdeploy-1.1.0-windows-amd64-cuda11.3.zip | 2023-05-24 | 399.8 MB | |
| mmdeploy-1.1.0-windows-amd64.zip | 2023-05-24 | 44.0 MB | |
| mmdeploy-1.1.0-linux-x86_64-cxx11abi-cuda11.3.tar.gz | 2023-05-24 | 366.5 MB | |
| mmdeploy-1.1.0-linux-x86_64-cxx11abi.tar.gz | 2023-05-24 | 22.0 MB | |
| mmdeploy-1.1.0-linux-x86_64-cuda11.3.tar.gz | 2023-05-24 | 366.5 MB | |
| mmdeploy-1.1.0-linux-x86_64.tar.gz | 2023-05-24 | 22.0 MB | |
| MMDeploy Release V1.1.0.tar.gz | 2023-05-24 | 5.3 MB | |
| MMDeploy Release V1.1.0.zip | 2023-05-24 | 6.3 MB | |
| README.md | 2023-05-24 | 3.9 kB | |
| Totals: 9 Items | 1.2 GB | 0 | |
What's Changed
๐ Features
- Support SOLOv2 deployment with OpenVINO by @Li-Hongda in https://github.com/open-mmlab/mmdeploy/pull/1521
- Support loading openvino model from memory by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/2027
- Add attention convertor by @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/2064
๐ฅ Improvements
- Rename mmcls to mmpretrain by @huayuan4396 in https://github.com/open-mmlab/mmdeploy/pull/2003
- Rename mmedit to mmagic by @huayuan4396 in https://github.com/open-mmlab/mmdeploy/pull/2061 and @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/2092
- Add with argmax by @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/2038
- Support opset_version 13 for ort and trt by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2071
- Swap width and height in Resize and Pad according to upstream codebases by @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/2063
๐ Bug fixes
- Fix retinanet wrong visualization with torch1.13 by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/1977
- Fix rknn and aarch64 build ci by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/1980
- Fix dataloader for ncnn quantization by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/2018
- Fix with_argmax for mmseg by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2056
- Fix wrong batch index for CascadeRoiHead by @grimoire in https://github.com/open-mmlab/mmdeploy/pull/2078
- Fix regression test for mmocr by @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/1789
- Fix function rewriter by @huayuan4396 in https://github.com/open-mmlab/mmdeploy/pull/2105
๐ Documentations
- Update SAR status by @AllentDan in https://github.com/open-mmlab/mmdeploy/pull/1789
- Generate supported-backends markdown table by @kaizhong2021 in https://github.com/open-mmlab/mmdeploy/pull/1986
- Update mmcls doc by @Renzhihan in https://github.com/open-mmlab/mmdeploy/pull/1978
- Update mmseg docs by @Renzhihan in https://github.com/open-mmlab/mmdeploy/pull/2022
- Update Repo List in README by @huayuan4396 in https://github.com/open-mmlab/mmdeploy/pull/2031
- Update build_from_source.md by @liuzhixin2003 in https://github.com/open-mmlab/mmdeploy/pull/1994
- Update mmdet.md en/cn by @Luo-Z13 in https://github.com/open-mmlab/mmdeploy/pull/2054
- Update Github Badge for Workflow by @huayuan4396 in https://github.com/open-mmlab/mmdeploy/pull/2020
๐ Other
- Remove circleci by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/1999
- Update ncnn+ppq github ci by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2058
- Add regression test workflow in github action by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2081
- Limit urllib3 for readthedocs by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2070
- Fix prebuild workflow by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2107 and https://github.com/open-mmlab/mmdeploy/pull/2112
- Bump version by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2094
New Contributors
- @Renzhihan made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/1978
- @Li-Hongda made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/1521
- @huayuan4396 made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2031
- @liuzhixin2003 made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/1994
- @Luo-Z13 made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2054
Full Changelog: https://github.com/open-mmlab/mmdeploy/compare/v1.0.0...v1.1.0