Christoph Lassner 039e02601d examples and docs.
Summary: This diff updates the documentation and tutorials with information about the new pulsar backend. For more information about the pulsar backend, see the release notes and the paper (https://arxiv.org/abs/2004.07484). For information on how to use the backend, see the point cloud rendering notebook and the examples in the folder docs/examples.

Reviewed By: nikhilaravi

Differential Revision: D24498129

fbshipit-source-id: e312b0169a72b13590df6e4db36bfe6190d742f9
2020-11-03 13:06:35 -08:00
..
2020-01-23 11:53:46 -08:00
2020-10-20 17:16:17 -07:00
2020-11-03 13:06:35 -08:00

Tutorial notebooks

For current versions of the tutorials, which correspond to the latest release, please look at this directory at the stable tag, namely at https://github.com/facebookresearch/pytorch3d/tree/stable/docs/tutorials .

There are links at the project homepage for opening these directly in colab.

They install torch, torchvision and PyTorch3D from pip, which should work with the CUDA 10.1 inside a GPU colab notebook. If you need to install pytorch3d from source inside colab, you can use !pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable' instead.

The versions of these tutorials on the main branch may need to use the latest pytorch3d from the main branch. You may be able to install this from source with !pip install 'git+https://github.com/facebookresearch/pytorch3d.git'.