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

Not normalize 3d keypoint? #20

Open
noahcao opened this issue Jun 12, 2022 · 0 comments
Open

Not normalize 3d keypoint? #20

noahcao opened this issue Jun 12, 2022 · 0 comments

Comments

@noahcao
Copy link

noahcao commented Jun 12, 2022

Hi,

I noticed in the data loading, the 2d keypoint coordinates are normalized like here. Is there any reason why 3d keypoints are not normalized?

Given a set of keypoints_2d of [Nx3] and the corresponding keypoints_3d of [Nx4], I think their first two colomuns should be the same: keypoints_2d[:,:2] == keypoints_3d[:,:2]. Not normalizing 3d keypoints may introduce some noise here?

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