Skip to content

MMPose V0.24.0 Release

Compare
Choose a tag to compare
@ly015 ly015 released this 07 Mar 19:48
· 145 commits to master since this release

Highlights

New Features

Improvements

  • Refactor multi-view 3D pose estimation framework towards better modularization and expansibility (#1196) @wusize
  • Add WebcamAPI documents and tutorials (#1187) @ly015
  • Refactor dataset evaluation interface to align with other OpenMMLab codebases (#1209) @ly015
  • Add deprecation message for deploy tools since MMDeploy has supported MMPose (#1207) @QwQ2000
  • Improve documentation quality (#1206, #1161) @ly015
  • Switch to OpenMMLab official pre-commit-hook for copyright check (#1214) @ly015

Bug Fixes

  • Fix hard-coded data collating and scattering in inference (#1175) @ly015
  • Fix model configs on JHMDB dataset (#1188) @jin-s13
  • Fix area calculation in pose tracking inference (#1197) @pallgeuer
  • Fix registry scope conflict of module wrapper (#1204) @ly015
  • Update MMCV installation in CI and documents (#1205)
  • Fix incorrect color channel order in visualization functions (#1212) @ly015