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

PCA from Axisangle #13

Open
marcilzakour opened this issue Sep 9, 2023 · 0 comments
Open

PCA from Axisangle #13

marcilzakour opened this issue Sep 9, 2023 · 0 comments

Comments

@marcilzakour
Copy link

Hi,

Thanks for the nice work! Is there a direct method to get the PCA to pose representation given the axis angle representation?
So far, I tried using the hands_components in the pickle file. I follow something like this

# (1,45)           (1,45)           (45x45)
pose_pca = pose_axisangle @ hand_components.T

It gives a similar pose it has a slight offset, especially for the thumb.
aa2pca

Also, it looks like the hand_components matrix is not exactly orthonormal.

Ideally, I am trying to avoid iterative optimization methods.
Any help is appreciated.

Kind Regards,
Marsil.

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

1 participant