From d46e7fa1a630946205d08b6c277c5b1dfa8c594e Mon Sep 17 00:00:00 2001 From: Yun Chen Date: Fri, 24 Jan 2020 07:17:48 -0800 Subject: [PATCH] fix link to tutorials in readme Summary: Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/7 Differential Revision: D19556384 Pulled By: nikhilaravi fbshipit-source-id: 4bd93a3bff92cbba78600bda703a19fd1c663109 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ecdd559..ab0e1bdd 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ Get started with PyTorch3d by trying one of the tutorial notebooks. ||| |:-----------------------------------------------------------------------------------------------------------:|:--------------------------------------------------:| -| [Deform a sphere mesh to dolphin](https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb)| [Bundle adjustment](https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/bundle_adjustment.ipynb) | +| [Deform a sphere mesh to dolphin](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/deform_source_mesh_to_target_mesh.ipynb)| [Bundle adjustment](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/bundle_adjustment.ipynb) | | | |:------------------------------------------------------------:|:--------------------------------------------------:| -| [Render textured meshes](https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/render_textured_meshes.ipynb)| [Camera position optimization](https://github.com/fairinternal/pytorch3d/blob/master/docs/tutorials/camera_position_optimization_with_differentiable_rendering.ipynb)| +| [Render textured meshes](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/render_textured_meshes.ipynb)| [Camera position optimization](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/camera_position_optimization_with_differentiable_rendering.ipynb)| ## Documentation