-
Notifications
You must be signed in to change notification settings - Fork 159
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
The problem of adding new motion capture data for human motion tracking #337
Comments
Unfortunately, I haven't open-sourced any of these functions as they're overly complicated and not very user friendly for anyone else than myself. It's been long on my todo-list to clean up the IK-code but I'm honestly not sure if I'll ever get there. You need to transform the mujoco_mpc/mjpc/tasks/humanoid/tracking/tracking.cc Lines 69 to 73 in 1f78168
That should be relatively easy to do. Just note that you'll have to rescale the positions with a constant value to get them right. Then just write the each frame into an
That is, each What's a bit trickier is if you also want to use reset positions for the motions. These are controlled by the first |
I looked around and noticed that I had opened a PR (https://github.com/hartikainen/mocap-environments/pull/6/files) for converting the AMASS files (which also contains most of the CMU mocap motions) into our |
@rottenapple777 if you would clean that up and make it usable, that would be a much-appreciated contribution 👍 |
@hartikainen Okay, I'll check it out. Thanks for taking the time to reply. |
Is there an update on this? |
In the human motion tracking task, I want to add new motion capture data, but the amc file I downloaded from CMU is different from the xml of the keyframe in mjpc. Is some format conversion program being used? How do I get the new motion capture data file in the new xml format. Thanks a lot.
The text was updated successfully, but these errors were encountered: