diff --git a/README.md b/README.md index f2b4c92e..19077d5e 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ We also have deep dive notes on several API components: - [Mesh IO](https://github.com/facebookresearch/pytorch3d/tree/master/docs/notes/meshes_io.md) - [Differentiable Rendering](https://github.com/facebookresearch/pytorch3d/tree/master/docs/notes/renderer_getting_started.md) +## Overview Video + +This 14 min tutorial provides an overview of the structure of the PyTorch3D codebase and how to get started including several code examples. + + + + ## Development We welcome new contributions to PyTorch3D and we will be actively maintaining this library! Please refer to [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for full instructions on how to run the code, tests and linter, and submit your pull requests.