MMPose V0.6.0 Release
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