v0.6.0
版本发布时间: 2020-09-03 01:08:41
open-mmlab/mmpose最新发布版本:v1.3.2(2024-07-12 20:18:03)
Highlights
-
Add popular backbones & enrich the modelzoo.
- ResNext
- SEResNet
- ResNetV1D
- MobileNetv2
- ShuffleNetv1
- CPM (Convolutional Pose Machine)
-
Add popular datasets:
-
Support 2d hand keypoint estimation.
-
Support bottom-up inference.
New Features
- Support OneHand10K dataset (#52).
- Support MPII dataset (#55).
- Support MPII-TRB dataset (#19, #47, #48).
- Support OCHuman dataset (#70).
- Support AIChallenger dataset (#87).
- Support multiple backbones (#26).
- Support CPM model (#56).
Bug Fixes
- Fix configs for MPII & MPII-TRB datasets (#93).
- Fix the bug of missing
test_pipeline
in configs (#14). - Fix typos (#27, #28, #50, #53, #63).
Improvements