Skip to content

XRMoCap Release v0.7.0

Compare
Choose a tag to compare
@LazyBusyYang LazyBusyYang released this 23 Dec 03:38
· 37 commits to main since this release
42d9698

Highlights

New Features

  • Add mview_mperson_end2end_estimator, performing MvP estimation on customized data.
  • Add mediapipe_estimator, another alternative human keypoints2d perception method like mmpose_top_down_estimator.
  • Add RemoveDuplicate keypoints3d optimizer to remove duplicate MvP keypoints3d predictions.

Refactors

  • Refactor mview_sperson_smpl_estimator, compatible with SMPLX.
  • Refactor SMPLify, add grad clipping, joint angle priors, loss-parameter mapping, per-parameter optimizers, and body part weights.
  • Refactor evaluation for learning-based methods.

Documentations

  • Update download links for aliyun resources.
  • Add documents for end2end estimator.
  • Update tutorials for Shelf_50 demo.

CICD

  • Fix linting error caused by flake8.

Bug Fixes

  • Fix joint angle limits for shoulder prior.
  • Fix device error for betas initiation.
  • Fix file error for saving keypoints3d predicted by multiple GPUs evaluation.