Skip to content

MMPose v1.3.2 Release Note

Latest
Compare
Choose a tag to compare
@xiexinch xiexinch released this 12 Jul 12:18
5408bc7

v1.3.2 (12/07/2024)

New Features

  • Add center alignments for draw_texts in OpencvBackendVisualizer (#2958)
  • Add wflw2coco (#2961)
  • Support 300VW Dataset (#3005)
  • Add RTMW3D for 3D wholebody pose estimation task (#3037)

Improvements

  • In browse dataset : CombinedDataset element are now browse in turn, and image saved into their dataset name folder (#2985)

Bug Fixes

  • Fix loss computation in MSPNHead (#2993)
  • Fix bug in inferencer (#2966)
  • Make category_id in CocoWholeBodyDataset as numpy.array (#2963)

Documentation

  • Add rtmlib examples (#2923)
  • Fix readthedocs configuration (#2979)
  • Add more detailed comments (#2982)
  • Improve documentation folder structure of ExLPose (#2977)

New Contributors