openxrlab / xrmocap

OpenXRLab Multi-view Motion Capture Toolbox and Benchmark
https://xrmocap.readthedocs.io/
Other
348 stars 42 forks source link

SMPLify error on one-frame keypoints3d input #76

Closed LazyBusyYang closed 1 year ago

LazyBusyYang commented 1 year ago
  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
LazyBusyYang commented 1 year ago

Fixed in https://github.com/openxrlab/xrmocap/pull/77.