Jump to content

PyTorch: Difference between revisions

23 bytes added ,  14 October 2020
Line 114: Line 114:
{{main | PyTorch3D}}
{{main | PyTorch3D}}
[https://github.com/facebookresearch/pytorch3d PyTorch3D] is a library by Facebook AI Research which contains differentiable renderers for meshes and point clouds.   
[https://github.com/facebookresearch/pytorch3d PyTorch3D] is a library by Facebook AI Research which contains differentiable renderers for meshes and point clouds.   
It is build using custom CUDA kernels.
It is built using custom CUDA kernels and only runs on Linux.