Skip to content

MMPose V0.7.0 Release

Compare
Choose a tag to compare
@innerlee innerlee released this 05 Oct 05:47
· 648 commits to master since this release
808dd03

Highlights

  1. Support HMR for 3D human shape recovery.
  2. Support WholeBody human pose estimation.
  3. Support more 2D hand keypoint estimation datasets.
  4. Add more popular backbones & enrich the modelzoo.
    • ShuffleNetv2
  5. Support hand demo and whole-body demo.

New Features

Bug Fixes

  • Fix typos in docs (#121)
  • Fix assertion (#142)

Improvements

  • Add tools to transform .mat format to .json format (#126)
  • Add hand demo (#115)
  • Add whole-body demo (#163)
  • Reuse mmcv utility function and update version files (#135, #137)
  • Enrich the modelzoo (#147, #169)
  • Improve docs (#174, #175, #178)
  • Improve README (#176)
  • Improve version.py (#173)