Skip to content

MMPose V0.6.0 Release

Compare
Choose a tag to compare
@innerlee innerlee released this 02 Sep 17:08
· 680 commits to master since this release
c264b01

Highlights

  1. Add popular backbones & enrich the modelzoo.

    • ResNext
    • SEResNet
    • ResNetV1D
    • MobileNetv2
    • ShuffleNetv1
    • CPM (Convolutional Pose Machine)
  2. Add popular datasets:

  3. Support 2d hand keypoint estimation.

  4. Support bottom-up inference.

New Features

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

  • Update benchmark (#93).
  • Add Dockerfile (#44).
  • Improve unittest coverage and minor fix (#18).
  • Support CPUs for train/val/demo (#34).
  • Support bottom-up demo (#69).
  • Add tools to publish model (#62).
  • Enrich the modelzoo (#64, #68, #82).