v0.22.0
版本发布时间: 2022-01-05 14:21:47
open-mmlab/mmpose最新发布版本:v1.3.2(2024-07-12 20:18:03)
Highlights
- Support VoxelPose "VoxelPose: Towards Multi-Camera 3D Human Pose Estimation in Wild Environment", ECCV'2020 (#1050) @wusize
- Support Soft Wing loss "Structure-Coherent Deep Feature Learning for Robust Face Alignment", TIP'2021 (#1077) @jin-s13
- Support Adaptive Wing loss "Adaptive Wing Loss for Robust Face Alignment via Heatmap Regression", ICCV'2019 (#1072) @jin-s13
New Features
- Support VoxelPose "VoxelPose: Towards Multi-Camera 3D Human Pose Estimation in Wild Environment", ECCV'2020 (#1050) @wusize
- Support Soft Wing loss "Structure-Coherent Deep Feature Learning for Robust Face Alignment", TIP'2021 (#1077) @jin-s13
- Support Adaptive Wing loss "Adaptive Wing Loss for Robust Face Alignment via Heatmap Regression", ICCV'2019 (#1072) @jin-s13
- Add LiteHRNet-18 Checkpoints trained on COCO. (#1120) @jin-s13
Improvements
- Improve documentation quality (#1115, #1111, #1105, #1087, #1086, #1085, #1084, #1083, #1124, #1070, #1068) @jin-s13, @liqikai9, @ly015
- Support CircleCI (#1074) @ly015
- Skip unit tests in CI when only document files were changed (#1074, #1041) @QwQ2000, @ly015
- Support file_client_args in LoadImageFromFile (#1076) @jin-s13
Bug Fixes
- Fix a bug in Dark UDP postprocessing that causes error when the channel number is large. (#1079, #1116) @X00123, @jin-s13
- Fix hard-coded
sigmas
in bottom-up image demo (#1107, #1101) @chenxinfeng4, @liqikai9 - Fix unstable checks in unit tests (#1112) @ly015
- Do not destroy NULL windows if
args.show==False
in demo scripts (#1104) @bladrome