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

What is the Hips_Yposition in pose_features.expmap.txt? #13

Open
dongran opened this issue Feb 8, 2024 · 2 comments
Open

What is the Hips_Yposition in pose_features.expmap.txt? #13

dongran opened this issue Feb 8, 2024 · 2 comments

Comments

@dongran
Copy link

dongran commented Feb 8, 2024

Thank you for providing your great work!

I found that Hips_Yposition is also selected as a motion feature for training.

However, there are already reference_dXposition, reference_dZposition, and reference_dYrotation here, which indicate Hips_Xposition, Hips_Yposition , and Hips_Zposition (I think) because the hip joint is the root joint.

So what is the Hips_Yposition? Or what are the reference_d?positions?

Could you tell me the difference between the reference_d?positions and root positions (hip)?

@simonalexanderson
Copy link
Owner

Hips_yPosition is the height of the hips above floor level. The reference_d values are translation and rotation deltas between frames (thus corresponding more to velocities) and can be integrated up to get the global position and rotation. The reason for these representations is to get features which are invariant of where the person was located in the capture space.

@dongran
Copy link
Author

dongran commented Feb 8, 2024

Thank you for your reply!

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