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 convert just 1 pose (not the full sequence) from AMASS to HumanML3D ? #98

Open
mayank64ce opened this issue Oct 16, 2023 · 7 comments

Comments

@mayank64ce
Copy link

No description provided.

@mayank64ce
Copy link
Author

What about SMPL to HumanML3D @EricGuo5513 ?

@jojo978
Copy link

jojo978 commented Nov 20, 2023

I also found this issue. process_file in motion_representation.ipynb gives exceptions for sequences of the length 1. I think that's because it can't calculate the velocity.

@mayank64ce
Copy link
Author

Yeah. Idk if I just pad the next frame with zeros, the output will make any sense.

@mayank64ce
Copy link
Author

@jojo978 did you find any solution to this ?

@EricGuo5513
Copy link
Owner

I think for 1 pose, you can skip the velocity features,

@mayank64ce
Copy link
Author

@EricGuo5513 I see. so to get the single pose, will I have to append maybe a dummy second pose so that the sequence is overall of length 2 ? also what are the indices of the velocity entries so I can zero them out ?

@EricGuo5513
Copy link
Owner

EricGuo5513 commented Jan 17, 2024 via email

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

3 participants