Skip to content

Releases: open-mmlab/mmpose

MMPose V0.20.0 Release

01 Nov 11:55
c0d5e4c
Compare
Choose a tag to compare

Highlights

New Features

Bug Fixes

Improvements

  • Support non-square input shape for bottom-up (#991) @wusize
  • Add image and video resources for demo (#971) @liqikai9
  • Use CUDA docker images to accelerate CI (#973) @ly015
  • Add codespell hook and fix detected typos (#977) @ly015

MMPose V0.19.0 Release

08 Oct 16:15
8d668a5
Compare
Choose a tag to compare

Highlights

New Features

Bug Fixes

Improvements

Breaking Changes

MMPose V0.18.0 Release

02 Sep 08:23
019afad
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Fix redundant model weight loading in pytorch-to-onnx conversion (#850) @ly015
  • Fix a bug in update_model_index.py that may cause pre-commit hook failure(#866) @ly015
  • Fix a bug in interhand_3d_head (#890) @zengwang430521
  • Fix pose tracking demo failure caused by out-of-date configs (#891)

MMPose V0.17.0 Release

06 Aug 15:49
85c877d
Compare
Choose a tag to compare

Highlights

  1. Support "Lite-HRNet: A Lightweight High-Resolution Network" CVPR'2021 (#733,#800) @jin-s13
  2. Add 3d body mesh demo (#771) @zengwang430521
  3. Add Chinese documentation (#787, #798, #799, #802, #804, #805, #815, #816, #817, #819, #839) @ly015, @luminxu, @jin-s13, @liqikai9, @zengwang430521
  4. Add Colab Tutorial (#834) @ly015

New Features

Bug Fixes

Breaking Changes

Improvements

MMPose V0.16.0 Release

03 Jul 12:12
8965f54
Compare
Choose a tag to compare
mmpose.demo.mp4

Highlights

  1. Support "ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search" CVPR'2021 (#742,#755).
  2. Support MPI-INF-3DHP dataset (#683,#746,#751).
  3. Add webcam demo tool (#729)
  4. Add 3d body and hand pose estimation demo (#704, #727).

New Features

Bug Fixes

Breaking Changes

  • Switch to MMCV MODEL_REGISTRY (#669)

Improvements

  • Refactor MeshMixDataset (#752)
  • Rename 'GaussianHeatMap' to 'GaussianHeatmap' (#745)
  • Update out-of-date configs (#734)
  • Improve compatibility for breaking changes (#731)
  • Enable to control radius and thickness in visualization (#722)
  • Add regex dependency (#720)

MMPose V0.15.0 Release

03 Jun 03:25
ff00a8b
Compare
Choose a tag to compare

Highlights

  1. Support 3d video pose estimation (VideoPose3D).
  2. Support 3d hand pose estimation (InterNet).
  3. Improve presentation of the model zoo.

New Features

  • Support "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image" (ECCV‘20) (#624)
  • Support "3D human pose estimation in video with temporal convolutions and semi-supervised training" (CVPR'19) (#602,#681)
  • Support 3d pose estimation demo (#653,#670)
  • Support bottom-up whole-body pose estimation (#689)
  • Support mmcli (#634)

Bug Fixes

Breaking Changes

  • Reorganize configs by tasks, algorithms, datasets, and techniques (#647)
  • Rename heads and detectors (#667)

Improvements

  • Add radius and thickness parameters in visualization (#638)
  • Add trans_prob parameter in TopDownRandomTranslation (#650)
  • Switch to MMCV MODEL_REGISTRY (#669)
  • Update dependencies (#674,#676)

MMPose V0.14.0 Release

07 May 06:10
b0acfc4
Compare
Choose a tag to compare

Highlights

  1. Support animal pose estimation with 7 popular datasets.
  2. Support "A simple yet effective baseline for 3d human pose estimation" (ICCV'17).

New Features

  • Support "A simple yet effective baseline for 3d human pose estimation" (ICCV'17) (#554,#558,#566,#570,#589)
  • Support animal pose estimation (#559,#561,#563,#571,#603,#605)
  • Support Horse-10 dataset (#561), MacaquePose dataset (#561), Vinegar Fly dataset (#561), Desert Locust dataset (#561), Grevy's Zebra dataset (#561), ATRW dataset (#571), and Animal-Pose dataset (#603).
  • Support bottom-up pose tracking demo (#574).
  • Support FP16 training (#584,#616,#626).
  • Support NMS for bottom-up (#609).

Bug Fixes

  • Fix bugs in the top-down demo, when there are no people in the images (#569).
  • Fix the links in the doc (#612).

Improvements

MMPose V0.13.0 Release

01 Apr 10:54
2a43cce
Compare
Choose a tag to compare

Highlights

  1. Support Wingloss.
  2. Support RHD hand dataset.

New Features

  • Support Wingloss (#482)
  • Support RHD hand dataset (#523, #551)
  • Support Human3.6m dataset for 3d keypoint detection (#518, #527)
  • Support TCN model for 3d keypoint detection (#521, #522)
  • Support Interhand3D model for 3d hand detection (#536)
  • Support Multi-task detector (#480)

Bug Fixes

  • Fix PCKh@0.1 calculation (#516)
  • Fix unittest (#529)
  • Fix circular importing (#542)
  • Fix bugs in bottom-up keypoint score (#548)

Improvements

MMPose V0.12.0 Release

01 Mar 08:57
05cd64c
Compare
Choose a tag to compare

Highlights

  1. Support DeepPose algorithm.

New Features

  • Support DeepPose algorithm (#446, #461)
  • Support interhand3d dataset (#468)
  • Support Albumentation pipeline (#469)
  • Support PhotometricDistortion pipeline (#485)
  • Set seed option for training (#493)
  • Add demos for face keypoint detection (#502)

Bug Fixes

  • Change channel order according to configs (#504)
  • Fix num_factors in UDP encoding (#495)
  • Fix configs (#456)

Breaking Changes

  • Refactor configs for wholebody pose estimation (#487, #491)
  • Rename decode function for heads (#481)

Improvements

MMPose V0.11.0 Release

01 Feb 08:13
d51e6e9
Compare
Choose a tag to compare

Highlights

  1. Support fashion landmark detection.
  2. Support face keypoint detection.
  3. Support pose tracking with MMTracking.

New Features

  • Support fashion landmark detection (DeepFashion) (#413)
  • Support face keypoint detection (300W, AFLW, COFW, WFLW) (#367)
  • Support pose tracking demo with MMTracking (#427)
  • Support face demo (#443)
  • Support AIC dataset for bottom-up methods (#438, #449)

Bug Fixes

  • Fix multi-batch training (#434)
  • Fix sigmas in AIC dataset (#441)
  • Fix config file (#420)

Breaking Changes

  • Refactor Heads (#382)

Improvements