How do I render point clouds's normal map with only vertices data and no faces?
Lvjihong opened this issue · 1 comments
Lvjihong commented
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.
bottler commented
There is a method for this in the file https://github.com/facebookresearch/pytorch3d/blob/main/pytorch3d/ops/points_normals.py .