From 7e5bad475c2dbb8ef401c208654f521621f7e74d Mon Sep 17 00:00:00 2001 From: Nikhila Ravi Date: Fri, 17 Jul 2020 10:12:05 -0700 Subject: [PATCH] Add tutorial video to the README Summary: Added link to the youtube video of the PyTorch hackathon tutorial to the README. Reviewed By: bottler Differential Revision: D22592655 fbshipit-source-id: 7b3791042a0d6f7e1d3b5602580f10b08a48fe43 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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.