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

convert new_joints to new_joint_vecs #152

Open
UsanoCoCr opened this issue Sep 24, 2024 · 1 comment
Open

convert new_joints to new_joint_vecs #152

UsanoCoCr opened this issue Sep 24, 2024 · 1 comment

Comments

@UsanoCoCr
Copy link

I want to mathematically convert new_joints to new_joint_vecs, I look at the code in motion_representation.ipynb I'm not sure if new_joints_vecs to new_joints is reversible, has anyone done the same thing?

@Gelercatty
Copy link

i also concern about this problem, i saw someone do it like this, but im not sure if this is correct. it seems they use process_file() to
transform new_joints[time,22,3] into new_ joints_feature(vector) [time,263] directly, but joints and new_joints is different..?
image
https://github.com/OpenMotionLab/MotionGPT/blob/main/mGPT/data/HumanML3D.py line 88

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