Skip to content

MMPose V0.25.0 Release

Compare
Choose a tag to compare
@ly015 ly015 released this 02 Apr 17:47
· 119 commits to master since this release

Highlights

New Features

Improvements

Bug Fixes

  • Fix keypoint index in RHD dataset meta information (#1265) @liqikai9
  • Fix pre-commit hook unexpected behavior on Windows (#1282) @liqikai9
  • Remove python-dev installation in CI (#1276) @ly015
  • Unify hyphens in argument names in tools and demos (#1271) @ly015
  • Fix ambiguous channel size in channel_shuffle that may cause exporting failure (#1242) @PINTO0309
  • Fix a bug in Webcam API that causes single-class detectors fail (#1239) @674106399
  • Fix the issue that custom_hook can not be set in configs (#1236) @bladrome
  • Fix incompatible MMCV version in DockerFile (#raykindle)
  • Skip invisible joints in visualization (#1228) @womeier