PyTorch3d

PyTorch3d

  • Docs
  • Tutorials
  • API
  • GitHub

›

Tutorials

  • Overview

3D operators

  • Fit Mesh
  • Bundle Adjustment

Rendering

  • Render Textured Meshes
  • Camera Position Optimization

Welcome to the PyTorch3D Tutorials

Here you can learn about the structure and applications of Pytorch3D from examples which are in the form of ipython notebooks.

Run interactively

At the top of each example you can find a button named "Open in Colab" which will open the notebook in Google Colaboratory where you can run the code directly in the browser with access to GPU support e.g.

Open In Colab

You can modify the code and experiment with varying different settings. Remember to install pytorch, torchvision, fvcore and pytorch3d in the first cell of the colab notebook by running:

!pip install torch torchvision
!pip install 'git+https://github.com/facebookresearch/pytorch3d.git

Run locally

There is also a button to download the notebook and source code to run it locally.

pytorch3d
Facebook Open Source
Copyright "©" 2020 Facebook Inc