Skip to content

Commit 42d9698

Browse files
authored
[Version] Bump version to v0.7.0 (#63)
* bump version to 0.7.0 * update news * fix PR comments
1 parent 1530d7c commit 42d9698

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@ A detailed introduction can be found in [introduction.md](./docs/en/tutorials/in
4444
XRMoCap decomposes the framework into several components, based on which optimization-based and learning-based methods are integrated into one framework. Users can easily prototype a customized multi-view mocap pipeline by choosing different components in configs.
4545

4646
## News
47-
47+
- 2022-12-21: XRMoCap [v0.7.0](https://github.com/openxrlab/xrmocap/releases/tag/v0.7.0) is released. Major updates include:
48+
- Add [mview_mperson_end2end_estimator](https://github.com/openxrlab/xrmocap/blob/main/xrmocap/core/estimation/mview_mperson_end2end_estimator.py) for learning-based method
49+
- Add SMPLX support and allow smpl_data initiation in `mview_sperson_smpl_estimator`
50+
- Add multiple optimizers, detailed joint weights and priors, grad clipping for better SMPLify results
51+
- Add [mediapipe_estimator](https://github.com/openxrlab/xrmocap/blob/main/xrmocap/human_perception/keypoints_estimation/mediapipe_estimator.py) for human keypoints2d perception
4852
- 2022-10-14: XRMoCap [v0.6.0](https://github.com/openxrlab/xrmocap/releases/tag/v0.6.0) is released. Major updates include:
4953
- Add [4D Association Graph](http://www.liuyebin.com/4dassociation/), the first Python implementation to reproduce this algorithm
5054
- Add Multi-view multi-person top-down smpl estimation
@@ -72,6 +76,7 @@ Supported methods:
7276
- [x] [Shape-aware 3D Pose Optimization](https://ait.ethz.ch/projects/2021/multi-human-pose/) (ICCV'2019)
7377
- [x] [MvP](https://arxiv.org/pdf/2111.04076.pdf) (NeurIPS'2021)
7478
- [x] [HuMMan MoCap](https://caizhongang.github.io/projects/HuMMan/) (ECCV'2022)
79+
- [x] [4D Association Graph](http://www.liuyebin.com/4dassociation/) (CVPR'2020)
7580

7681
</details>
7782

xrmocap/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) OpenXRLab. All rights reserved.
22

3-
__version__ = '0.6.0'
3+
__version__ = '0.7.0'
44

55

66
def parse_version_info(version_str):

0 commit comments

Comments
 (0)