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

dim 96 when unnorm 3D keypoints #199

Closed
andresherrera97 opened this issue Aug 2, 2021 · 1 comment
Closed

dim 96 when unnorm 3D keypoints #199

andresherrera97 opened this issue Aug 2, 2021 · 1 comment
Labels

Comments

@andresherrera97
Copy link

Hello,
I've been seeing your code and I can't understand why when unnormalizing the 3D keypoint you use an input of dimension 48 and an output of dimension 96. What is the use for the extra dimensions?
Thanks in advance.

@una-dinosauria
Copy link
Owner

96 (96/3=32) is the original data. It contains some extra markers that don't have degrees of freedom; ie, they are located at a constant offset from other markers.
48 (48/3=16) is the number of 3d points we work with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants