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

function of these parameters #3

Open
LiuJinzhe-Keepgoing opened this issue Aug 13, 2024 · 1 comment
Open

function of these parameters #3

LiuJinzhe-Keepgoing opened this issue Aug 13, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@LiuJinzhe-Keepgoing
Copy link

LiuJinzhe-Keepgoing commented Aug 13, 2024

Very valuable job, I'm preparing to follow him, but I'm in some trouble. Can you explain in detail the specific implementation steps of transforming hml3d dataset or standard SMPL format data into 492-dimensional data in interhuman?

@LiuJinzhe-Keepgoing LiuJinzhe-Keepgoing changed the title structure of dataset? function of these parameters Aug 13, 2024
@pabloruizponce
Copy link
Owner

Hi, sorry for the late response (I was on my holiday period). I have just used the function process_motion_interhuman provided by the authors of the InterHuman dataset.

The motion input to this function is a concatenation of the global positions and local rotations of the HML3D motions. Global positions can be found in the joints folder of the dataset, and their shape must be (T, 22 * 3). The local rotations can be extracted from the new_joint_vecs folder of the dataset and their shape must be (T,21 * 6).

I cannot provide the converted motions from HML3D due to license conditions, but I hope this answer can help you :)

@pabloruizponce pabloruizponce self-assigned this Sep 5, 2024
@pabloruizponce pabloruizponce added the question Further information is requested label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants