Amitav Baruah 61121b9f2c Add example of rendering pointclouds with a background color.
Summary:
Add cells to the rendering_colored_points tutorial showing how to initialize a renderer and compositor that will render pointclouds with a background color.

{F333731292}
{F334136799}

Reviewed By: nikhilaravi

Differential Revision: D23632503

fbshipit-source-id: e9ce0178b41e74baf912bd82ca1db41b680fc68f
2020-09-14 10:39:08 -07:00
..
2020-01-23 11:53:46 -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'.