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

About HGPIFu #16

Open
Followmeczx opened this issue Apr 24, 2024 · 2 comments
Open

About HGPIFu #16

Followmeczx opened this issue Apr 24, 2024 · 2 comments

Comments

@Followmeczx
Copy link

Followmeczx commented Apr 24, 2024

When estimating the human body geometry, the query operation is performed in HGPIFuNet.
image
The first step is to project the sampled point set onto the image plane. But I found that the transforms parameter is None.
image
image
So in xyz = self.projection(points, calibs, transforms), only the points are rotated and translated.
Are all points in the world coordinate system? The projection operation only converts points from the world coordinate system to the camera coordinate system after rotation and translation, and does not project further to the image plane. Please give me some help.

@River-Zhang
Copy link
Owner

Actually, all points are projected into [-1, 1] space cubes to perform operations. It is not strictly camera coordinate but normalized device coordinates (NDC).

@Followmeczx
Copy link
Author

Where is the code projected into [-1, 1] space cubes?

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