openxrlab / xrmocap

OpenXRLab Multi-view Motion Capture Toolbox and Benchmark

Home Page:https://xrmocap.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMPLify error on one-frame keypoints3d input

LazyBusyYang opened this issue · comments

  1. LBFGS raises an error when input has only one frame. A keypoints3d of two frames is good.
  2. Argument img_paths does not work in mview_sperson_smpl_estimator
  3. Error raised if mediapipe has not been installed. https://github.com/openxrlab/xrmocap/blob/main/xrmocap/human_perception/keypoints_estimation/mediapipe_estimator.py#L3

Fixed in #77.