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

Projection of predicted 3d keypoints onto the input video #36

Open
wunderlife opened this issue Jan 11, 2023 · 1 comment
Open

Projection of predicted 3d keypoints onto the input video #36

wunderlife opened this issue Jan 11, 2023 · 1 comment

Comments

@wunderlife
Copy link

I wonder how to project the predicted 3d keypoints obtained from TCMR onto the input video. Can you elaborate the process?
Do I have to convert the 3d keypoints to pixel coordinates?

@hongsukchoi
Copy link
Owner

@wunderlife

TCMR predicts camera projection parameters (scale, x translation, y translation), which project 3D keypoints to the input image plane.

Refer to the variable pred_cam

pred_cam.append(output['theta'][:, :3])

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