facebookresearch / synsin

View synthesis for the public.
http://www.robots.ox.ac.uk/~ow/synsin.html
Other
668 stars 94 forks source link

Neural point cloud renderer #22

Closed VitorGuizilini-TRI closed 4 years ago

VitorGuizilini-TRI commented 4 years ago

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.

jcjohnson commented 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

VitorGuizilini-TRI commented 4 years ago

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. :)