facebookresearch/pytorch3d

How do I render point clouds's normal map with only vertices data and no faces?

Lvjihong opened this issue · 1 comments

I have known the method to achieve the goal using mesh. I want to use Pytorch3D to get point cloud's rendering normal map. The file of point cloud just has information of vertices but no faces.