PyTorch3D: Difference between revisions

(Created page with "PyTorch3D This Facebook AI Research's PyTorch 3D graphics library. The main features are a mesh and point cloud renderer. ==Install== See [https://github.com/facebookresear...")
 
Line 11: Line 11:
# Make sure you have CUDA, CUDNN, PyTorch installed
# Make sure you have CUDA, CUDNN, PyTorch installed
# <pre>pip install 'git+https://github.com/facebookresearch/pytorch3d.git'</pre>
# <pre>pip install 'git+https://github.com/facebookresearch/pytorch3d.git'</pre>
;Notes
* The pip version does not include CUDA support. Install it from the git repo.
* You need to recompile and reinstall PyTorch3D every time you upgrade PyTorch.


==Usage==
==Usage==