Releases: Tau-J/rtmlib
Releases · Tau-J/rtmlib
0.0.15
What's Changed
- Support cuda device id by @edwardnguyen1705 in #44
- Deprecation warning: import
openvino.runtime->openvinoby @davidpagnon in #60 - Skip resizing if unnecessary by @AurelienCoppee in #47
- Demo was stuck in an infinite loop by @davidpagnon in #63
- Change Python requirement to >=3.10 and update dependencies by @FBarrca in #64
- Multiclass detector implementation by @davidpagnon in #68
- Bump 0.0.15 by @Tau-J in #69
New Contributors
- @edwardnguyen1705 made their first contribution in #44
- @AurelienCoppee made their first contribution in #47
- @FBarrca made their first contribution in #64
Full Changelog: 0.0.14...0.0.15
0.0.14
What's Changed
- Fix wrong output type by @PierreMarieCurie in #49
- First pass implementation of rtmpose3d by @S0yKaf in #50
- use uv to manage rtmlib and use python 3.12 as default by @Tau-J
New Contributors
- @PierreMarieCurie made their first contribution in #49
- @S0yKaf made their first contribution in #50
Full Changelog: 0.0.13...0.0.14
0.0.13
What's Changed
- Update base.py by @jschoch in #39
- More general "Custom" solution + PoseTracker to also work without detection model + Fixed RTMO NMS + Fixed wholebody solution by @davidpagnon in #45
New Contributors
- @jschoch made their first contribution in #39
- @davidpagnon made their first contribution in #45
Full Changelog: 0.0.12...0.0.13
0.0.12
What's Changed
- [Docs] Refine docs by @Tau-J in #18
- fix: supported mps in macOS by @zgx949 in #21
- fix creation of Body with pose=None by @johan12345 in #22
- Support Halpe26 keypoints. by @hunminkim98 in #25
New Contributors
- @zgx949 made their first contribution in #21
- @johan12345 made their first contribution in #22
- @hunminkim98 made their first contribution in #25
Full Changelog: 0.0.11...0.0.12