v0.9.0
版本发布时间: 2020-11-30 13:30:30
open-mmlab/mmpose最新发布版本:v1.3.2(2024-07-12 20:18:03)
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)