Closed VitorGuizilini-TRI closed 4 years ago
It's part of PyTorch3D:
C++ / CUDA core: https://github.com/facebookresearch/pytorch3d/tree/master/pytorch3d/csrc/rasterize_points
Python interface: https://github.com/facebookresearch/pytorch3d/tree/master/pytorch3d/renderer/points
Thank you! My next question would have been if we can use non-square images, but apparently you are already working on it, so I guess that's all for now. :)
Probably not an issue, it's more a clarification: can you point me to the neural point cloud renderer code in this repository, as described in the paper? The proposed solutions to naive rendering are very interesting, I'd like to explore them further in some other tasks.