human-motion-prediction icon indicating copy to clipboard operation
human-motion-prediction copied to clipboard

TXT file in Human3.6m

Open RuipengZhang118 opened this issue 5 years ago • 4 comments

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.

RuipengZhang118 avatar Apr 06 '19 05:04 RuipengZhang118

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 https://github.com/una-dinosauria/human-motion-prediction/blob/c9a2774fe59bb78c6ec6d04e15f2cb7243c4348c/src/forward_kinematics.py#L14-L28 might be a good place to start.

Cheers,

una-dinosauria avatar Apr 07 '19 22:04 una-dinosauria

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

RuipengZhang118 avatar Apr 16 '19 09:04 RuipengZhang118

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.

liwj812 avatar Dec 30 '19 07:12 liwj812

I directly use the author's tools to generate the human skeleton.

RuipengZhang118 avatar Dec 30 '19 07:12 RuipengZhang118