GTA icon indicating copy to clipboard operation
GTA copied to clipboard

About HGPIFu

Open Followmeczx opened this issue 2 months ago • 2 comments

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.

Followmeczx avatar Apr 24 '24 08:04 Followmeczx