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

Input Feature Vector #12

Open
Combo1 opened this issue Jul 15, 2023 · 1 comment
Open

Input Feature Vector #12

Combo1 opened this issue Jul 15, 2023 · 1 comment

Comments

@Combo1
Copy link

Combo1 commented Jul 15, 2023

Hello,

I am trying to run AGRoL in real-time. However, I struggle with generating poses I recorded myself. I record motion data from my VR headset + controllers in Unity and then pass this information to the model by inserting rotation, rotational velocity, position and velocity. I end up with a hovering avatar rotating in space. I was wondering if any of you could provide me with some insight how you transformed the data before passing the information to the model. The position is in meters, I calculate the velocity every frame anew and for the rotation and rotational velocity I follow the instructions of the paper. For that I just cut off from a 4x4 rotation matrix the top left portion to get a 3x3 rotation matrix.

order
@dulucas
Copy link
Contributor

dulucas commented Oct 25, 2024

Might be a scale problem(like meters VS centimeters?)? Maybe you could compare your inputs with the AMASS data to see the difference? The XYZ might be defined differently in the AMASS data

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