v0.24.0
版本发布时间: 2022-03-08 03:48:54
open-mmlab/mmpose最新发布版本:v1.3.2(2024-07-12 20:18:03)
Highlights
- Support HRFormer "HRFormer: High-Resolution Vision Transformer for Dense Predict", NeurIPS'2021 (#1203) @zengwang430521
- Support Windows installation with pip (#1213) @jin-s13, @ly015
- Add WebcamAPI documents and tutorials (#1187) @ly015
New Features
- Support HRFormer "HRFormer: High-Resolution Vision Transformer for Dense Predict", NeurIPS'2021 (#1203) @zengwang430521
- Support Windows installation with pip (#1213) @jin-s13, @ly015
- Support CPU training with mmcv < v1.4.4 (#1161) @EasonQYS, @ly015
- Add "Valentine Magic" demo with WebcamAPI (#1189, #1191) @liqikai9
Improvements
- Refactor multi-view 3D pose estimation framework towards better modularization and expansibility (#1196) @wusize
- Add WebcamAPI documents and tutorials (#1187) @ly015
- Refactor dataset evaluation interface to align with other OpenMMLab codebases (#1209) @ly015
- Add deprecation message for deploy tools since MMDeploy has supported MMPose (#1207) @QwQ2000
- Improve documentation quality (#1206, #1161) @ly015
- Switch to OpenMMLab official pre-commit-hook for copyright check (#1214) @ly015
Bug Fixes
- Fix hard-coded data collating and scattering in inference (#1175) @ly015
- Fix model configs on JHMDB dataset (#1188) @jin-s13
- Fix area calculation in pose tracking inference (#1197) @pallgeuer
- Fix registry scope conflict of module wrapper (#1204) @ly015
- Update MMCV installation in CI and documents (#1205)
- Fix incorrect color channel order in visualization functions (#1212) @ly015