Releases: open-mmlab/mmpose
Releases · open-mmlab/mmpose
MMPose V0.10.0 Release
Highlights
- Support more human pose estimation methods.
- Support pose tracking.
- Support multi-batch inference.
- Add some useful tools, including
analyze_logs
,get_flops
,print_config
. - 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
todet_bbox_thr
for top-down methods.
Improvements
MMPose V0.9.0 Release
Highlights
- Support more human pose estimation methods.
- Support video pose estimation datasets.
- Support Onnx model conversion.
New Features
- Support MSPN (#278)
- Support RSN (#221, #318)
- Support new post-processing method for MSPN & RSN (#288)
- Support sub-JHMDB dataset (#292)
- Support urls for pre-trained models in config files (#232)
- Support Onnx (#305)
Bug Fixes
Breaking Changes
post_process=True|False
andunbiased_decoding=True|False
are deprecated, usepost_process=None|default|unbiased
etc. instead (#288)
Improvements
- Enrich the model zoo (#256, #320)
- Set the default map_location as 'cpu' to reduce gpu memory cost (#227)
- Support return heatmaps and backbone features for bottom-up models (#229)
- Upgrade mmcv maximum & minimum version (#269, #313)
- Automatically add modelzoo statistics to readthedocs (#252)
- Fix Pylint issues (#258, #259, #260, #262, #265, #267, #268, #270, #271, #272, #273, #275, #276, #283, #285, #293, #294, #295)
- Improve README (#226, #257, #264, #280, #296)
- Support PyTorch 1.7 in CI (#274)
- Add docs/tutorials for running demos (#263)
MMPose V0.8.0 Release
Highlights
- Support more human pose estimation datasets.
- Support more 2D hand keypoint estimation datasets.
- Support adversarial training for 3D human shape recovery.
- Support multi-stage losses.
- Support mpii demo.
New Features
- Support CrowdPose dataset (#195).
- Support PoseTrack18 dataset (#220).
- Support InterHand2.6 dataset (#202).
- Support adversarial training for 3D human shape recovery (#192).
- Support multi-stage losses (#204).
Bug Fixes
- Fix config files (#190)
Improvements
MMPose V0.7.0 Release
Highlights
- Support HMR for 3D human shape recovery.
- Support WholeBody human pose estimation.
- Support more 2D hand keypoint estimation datasets.
- Add more popular backbones & enrich the modelzoo.
- ShuffleNetv2
- Support hand demo and whole-body demo.
New Features
- Support HMR for 3D human shape recovery (#157, #160, #161, #162)
- Support COCO-WholeBody dataset (#133)
- Support Frei-hand dataset (#125)
- Support CMU Panoptic HandDB dataset (#144)
- Support H36M dataset (#159)
- Support ShuffleNetv2 (#139)
- Support saving best models based on key indicator (#127)
Bug Fixes
Improvements
MMPose V0.6.0 Release
Highlights
-
Add popular backbones & enrich the modelzoo.
- ResNext
- SEResNet
- ResNetV1D
- MobileNetv2
- ShuffleNetv1
- CPM (Convolutional Pose Machine)
-
Add popular datasets:
-
Support 2d hand keypoint estimation.
-
Support bottom-up inference.
New Features
- Support OneHand10K dataset (#52).
- Support MPII dataset (#55).
- Support MPII-TRB dataset (#19, #47, #48).
- Support OCHuman dataset (#70).
- Support AIChallenger dataset (#87).
- Support multiple backbones (#26).
- Support CPM model (#56).
Bug Fixes
- Fix configs for MPII & MPII-TRB datasets (#93).
- Fix the bug of missing
test_pipeline
in configs (#14). - Fix typos (#27, #28, #50, #53, #63).
Improvements