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

perspective_projection #241

Closed
HuiliCui opened this issue May 17, 2022 · 1 comment
Closed

perspective_projection #241

HuiliCui opened this issue May 17, 2022 · 1 comment

Comments

@HuiliCui
Copy link

hello,I have a question about projection. I want to use verts and cam_trans for projection results. Here's how I did it
image
But the result is wrong. What can I do to get the right result?

@Arthur151
Copy link
Owner

Hi, Huili Cui,
This is a good one.

The problem is that we estimate the camera parameters for people in input image (padded to square), instead of original image.
So if you use the padded input image (just to pad the shorter edge to make it square), I think it would be fine.
Then you can substract the padded length to convert the pro_vert to original image.

It would be very helpful to debug if you can provide visual results.

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