Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use my own mocap dataset or videopose3d estimation result for training #75

Closed
zitongzhan opened this issue Jul 23, 2020 · 1 comment

Comments

@zitongzhan
Copy link

Hello,

As I glance through the code, I guess the function for converting my own mocap dataset or videopose3d estimation result to .bvh file is not provided. Typical mocap or pose estimation result only contains the xyz coordinate of each joint, but rotations are not provided. Do you have any suggestions for me to achieve this goal? Like, using pose estimation skeletons in retargeting. I see someone have mentioned this before in this post. Thanks in advance!

@kfiraberman
Copy link
Collaborator

Converting 3D positions (output of typical pose estimation methods) to rotations is an ill-posed problem.
Usually, people use Inverse Kinematics (IK) to perform such a step. The IK provided here can be used as a baseline for such an implementation, but note that there is no such use case in our code since we only use it to correct foot contact positions. I believe that the results you want to achieve (3D positions -> 3D rotations) are depended on the quality of the 3D positions you have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants