Skip to content

MMPose V0.10.0 Release

Compare
Choose a tag to compare
@innerlee innerlee released this 05 Jan 05:24
· 528 commits to master since this release
545738f

Highlights

  1. Support more human pose estimation methods.
  2. Support pose tracking.
  3. Support multi-batch inference.
  4. Add some useful tools, including analyze_logs, get_flops, print_config.
  5. Support more backbone networks.

New Features

  • Support UDP (#353, #371, #402)
  • Support multi-batch inference (#390)
  • Support MHP dataset (#386)
  • Support pose tracking demo (#380)
  • Support MPII-TRB demo (#372)
  • Support MobileNet for hand pose estimation (#377)
  • Support ResNest backbone (#370)
  • Support VGG backbone (#370)
  • Add some useful tools, including analyze_logs, get_flops, print_config (#324)

Bug Fixes

  • Fix bugs in pck evaluation (#328)
  • Fix model download links in README (#396, #397)
  • Fix CrowdPose annotations and update benchmarks (#384)
  • Fix modelzoo stat (#354, #360, #362)
  • Fix config files for AIC datasets (#340)

Breaking Changes

  • Rename image_thr to det_bbox_thr for top-down methods.

Improvements

  • Organize the readme files (#398, #399, #400)
  • Check linting for markdown (#379)
  • Add faq.md (#350)
  • Remove PyTorch 1.4 in CI (#338)
  • Add pypi badge in readme (#329)