What's Changed
π Features
- Support RTMO models from mmpose by @Ben-Louis in #2597
- Add the operator
nms_match
for onnxruntime by @yinfan98 in #2422 - Support the deployment of
CondInst
from mmdet @Boomerl in #2469 and #2481 - Support
HTC
from mmdet by @irexyc in #2438
π₯ Improvements
- Enable exporting
get_simcc_maximum
for simcc by @RunningLeon in #2449 - Use different stream when create handle by @irexyc in #2526
- Add the ability to build a project with PyTorch 2.0. by @Danil328 in #2553
- Add prefix mmdet to LoadImageFromNDArray by @Danil328 in #2554
π Bug fixes
- Fix ort wrapper by @RunningLeon in #2560
- Fix for mask dimensions mismatch in rtmdet-ins models after exporting to ONNX by @LuukvandenBent in #2574
- Fix wrong size of mask in RTMDet-Ins post-processing by @flytocc in #2581
- Fix the onnx exportation for yoloxpose from mmpose by @Ben-Louis in #2466
- Fix building wheel on the Jetson platform by @roman-duris in #2497
- Fix "has no attribute startswith" by @Y-T-G in #2498
- Fix error when default_scope is None by @Y-T-G in #2499
- Fix pose inference on list of ndarrays by @Y-T-G in #2506
π Documentations
- Update the document of building mmdeploy with ncnn backend on Windows platform by @shuyaoyimei in #2476
π Other
- Bump version to v1.13.1 by @RunningLeon in #2613
- Fix ci failures by @RunningLeon in #2609
New Contributors
- @shuyaoyimei made their first contribution in #2476
- @yinfan98 made their first contribution in #2422
- @Boomerl made their first contribution in #2469
- @Ben-Louis made their first contribution in #2466
- @roman-duris made their first contribution in #2497
- @LuukvandenBent made their first contribution in #2574
- @Danil328 made their first contribution in #2553
- @Y-T-G made their first contribution in #2498
Full Changelog: v1.3.0...v1.3.1