-
Notifications
You must be signed in to change notification settings - Fork 142
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
TXT file in Human3.6m #55
Comments
Hi @RuipengZhang118, The file contains the Euler angle representation of a kinematic tree that represents the human body. With these transformations and a list of bone lengths, you can represent a pose and with a series you can represent motion. If you are not familiar with kinematic trees, understanding this function human-motion-prediction/src/forward_kinematics.py Lines 14 to 28 in c9a2774
might be a good place to start. Cheers, |
I already know that every third digit from the seventh to the 99th represents an axis-angle - the process of rigid body rotation, but what does the first six numbers mean? Also how to restore a skeleton that is visible to the naked eye?For example, intuitively use three numbers to represent key point coordinates. I didn't understand your visual code. I hope you can give me some more complete theoretical materials or videos. Thank you again. @una-dinosauria |
Hi @RuipengZhang118 I have the same question right now,have you work out,need your help. |
I directly use the author's tools to generate the human skeleton. |
Hello, first of all, thank you very much for your open source code. I am a newcomer to research. Can you ask some questions? What is stored in each frame of each TXT file in Human3.6m? I am a bit confused about what is the mathematical meaning, why can I remove some data directly? thank you very much.
The text was updated successfully, but these errors were encountered: