| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mmdeploy-1.3.1-linux-x86_64.tar.gz | 2023-12-25 | 23.7 MB | |
| mmdeploy-1.3.1-linux-x86_64-cuda11.8.tar.gz | 2023-12-25 | 969.0 MB | |
| mmdeploy-1.3.1-linux-x86_64-cxx11abi-cuda11.8.tar.gz | 2023-12-25 | 969.0 MB | |
| mmdeploy-1.3.1-linux-x86_64-cxx11abi.tar.gz | 2023-12-25 | 23.7 MB | |
| mmdeploy-1.3.1-windows-amd64-cuda11.8.zip | 2023-12-25 | 1.1 GB | |
| mmdeploy-1.3.1-windows-amd64.zip | 2023-12-25 | 44.0 MB | |
| MMDeploy Release V1.3.1 source code.tar.gz | 2023-12-25 | 6.0 MB | |
| MMDeploy Release V1.3.1 source code.zip | 2023-12-25 | 7.0 MB | |
| README.md | 2023-12-25 | 3.3 kB | |
| Totals: 9 Items | 3.1 GB | 0 | |
What's Changed
๐ Features
- Support RTMO models from mmpose by @Ben-Louis in https://github.com/open-mmlab/mmdeploy/pull/2597
- Add the operator
nms_matchfor onnxruntime by @yinfan98 in https://github.com/open-mmlab/mmdeploy/pull/2422 - Support the deployment of
CondInstfrom mmdet @Boomerl in https://github.com/open-mmlab/mmdeploy/pull/2469 and https://github.com/open-mmlab/mmdeploy/pull/2481 - Support
HTCfrom mmdet by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/2438
๐ฅ Improvements
- Enable exporting
get_simcc_maximumfor simcc by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2449 - Use different stream when create handle by @irexyc in https://github.com/open-mmlab/mmdeploy/pull/2526
- Add the ability to build a project with PyTorch 2.0. by @Danil328 in https://github.com/open-mmlab/mmdeploy/pull/2553
- Add prefix mmdet to LoadImageFromNDArray by @Danil328 in https://github.com/open-mmlab/mmdeploy/pull/2554
๐ Bug fixes
- Fix ort wrapper by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2560
- Fix for mask dimensions mismatch in rtmdet-ins models after exporting to ONNX by @LuukvandenBent in https://github.com/open-mmlab/mmdeploy/pull/2574
- Fix wrong size of mask in RTMDet-Ins post-processing by @flytocc in https://github.com/open-mmlab/mmdeploy/pull/2581
- Fix the onnx exportation for yoloxpose from mmpose by @Ben-Louis in https://github.com/open-mmlab/mmdeploy/pull/2466
- Fix building wheel on the Jetson platform by @roman-duris in https://github.com/open-mmlab/mmdeploy/pull/2497
- Fix "has no attribute startswith" by @Y-T-G in https://github.com/open-mmlab/mmdeploy/pull/2498
- Fix error when default_scope is None by @Y-T-G in https://github.com/open-mmlab/mmdeploy/pull/2499
- Fix pose inference on list of ndarrays by @Y-T-G in https://github.com/open-mmlab/mmdeploy/pull/2506
๐ Documentations
- Update the document of building mmdeploy with ncnn backend on Windows platform by @shuyaoyimei in https://github.com/open-mmlab/mmdeploy/pull/2476
๐ Other
- Bump version to v1.13.1 by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2613
- Fix ci failures by @RunningLeon in https://github.com/open-mmlab/mmdeploy/pull/2609
New Contributors
- @shuyaoyimei made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2476
- @yinfan98 made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2422
- @Boomerl made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2469
- @Ben-Louis made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2466
- @roman-duris made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2497
- @LuukvandenBent made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2574
- @Danil328 made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2553
- @Y-T-G made their first contribution in https://github.com/open-mmlab/mmdeploy/pull/2498
Full Changelog: https://github.com/open-mmlab/mmdeploy/compare/v1.3.0...v1.3.1