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

Projecting predicted vertices given predicted camera #10

Closed
itzsid opened this issue Jul 28, 2022 · 1 comment
Closed

Projecting predicted vertices given predicted camera #10

itzsid opened this issue Jul 28, 2022 · 1 comment

Comments

@itzsid
Copy link

itzsid commented Jul 28, 2022

Hi,

I'm interested in projecting the predicted vertices given the predicted camera. There is a a functionality in STRAPS for this:

                pred_vertices2d = orthographic_project_torch(pred_vertices, pred_cam_wp)
                pred_vertices2d = undo_keypoint_normalisation(pred_vertices2d,
                                                              proxy_rep_input_wh)

Is there something similar in HierarchicalProbabilistic3DHuman? I would like to avoid using body_vis_renderer.

Thanks!

@akashsengupta1997
Copy link
Owner

Hi,

Yes the same functions are available in this repo!

orthographic_project_torch is here and undo_keypoint_normalisation is 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

2 participants