You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
I'm trying to convert the attached asf/ amc files (from the CMU dataset) to bvh. However the output bvh euler angles don't match the input ones. I'm trying to load the animation in MuJoCo similarly to what has been done here: parse_amc but for bvh.
I've also attached a script that prints the possible euler angles from the transformation matrix for a joint in the first frame, (as a newbie) I would expect one of the conversions to match almost perfectly the amc data. But since it doesn't I think I don't fully understand the conversions so any hint/help would be fantastic!
In the same script I also made a check with conversions from dm_control and they match.