A hands-on tutorial repository for rendering with PyTorch3D — includes notebooks, helper scripts, and utilities to explore 3D rendering, coordinate systems, and more.
This repo contains:
demo_pytorch3D_rendering.ipynb— a Jupyter notebook demonstrating rendering pipelines, lighting, cameras, meshes, etc.installation_tools.py— helper functions for installing PyTorch3D, managing wheels, version checks, etc.tools_pytorch3d_coordsystems_demo.py— utilities and demos dealing with coordinate systems in PyTorch3D.
Just open the notebook demo_pytorch3D_rendering.ipynb in Colab and run it.