Closed yxwktdk closed 5 months ago
RGBD images can be converted to pointcloud with get_rgbd_point_cloud
from pytorch3d.implicitron.tools.point_cloud_utils
. But if you have the mesh you may prefer to use sample_points_from_meshes. "scaling factor" may mean different things in different places - you need to look at the camera classes themselves.
I have got the rgb as well as deepmap of a face by the following code:
And now I want to use these information for reconstructing a face pointcloud. Can I realize this with Pytorch3d? If not, other method may need the information of camera like'scaling factor',how can I get scaling factor of the camera? Please help me solve this question, thanks!