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

Problems of data preprocessing #41

Open
XMU-qcj opened this issue Sep 27, 2021 · 1 comment
Open

Problems of data preprocessing #41

XMU-qcj opened this issue Sep 27, 2021 · 1 comment

Comments

@XMU-qcj
Copy link

XMU-qcj commented Sep 27, 2021

Thanks for your great work,
How can I convert the input six-dimensional vector back to the twelve-dimensional form of the data set?

@mariakalimeri
Copy link

Do you mean to say the "output pose of length 6"? If yes, then check the function eulerAnglesToRotationMatrix() in the helper.py module. It takes as input only the angles part of the 6-number long pose, i.e. positions 0, 1 and 2, and from that you should be able to construct the rotational matrix. The other three numbers at positions 3, 4 and 5 should be the translation vector that you can then append to the rotational matrix.

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