0.15.0
版本发布时间: 2021-06-03 11:25:51
open-mmlab/mmpose最新发布版本:v1.3.2(2024-07-12 20:18:03)
Highlights
- Support 3d video pose estimation (VideoPose3D).
- Support 3d hand pose estimation (InterNet).
- Improve presentation of the model zoo.
New Features
- Support "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image" (ECCV‘20) (#624)
- Support "3D human pose estimation in video with temporal convolutions and semi-supervised training" (CVPR'19) (#602,#681)
- Support 3d pose estimation demo (#653,#670)
- Support bottom-up whole-body pose estimation (#689)
- Support mmcli (#634)
Bug Fixes
- Fix opencv compatibility (#635)
- Fix demo with UDP (#637)
- Fix bottom-up model onnx convertion (#680)
- Fix
GPU_IDS
in distributed training (#668) - Fix MANIFEST.in (#641,#657)
- Fix docs (#643,#684,#688,#690,#692)
Breaking Changes
- Reorganize configs by tasks, algorithms, datasets, and techniques (#647)
- Rename heads and detectors (#667)
Improvements