From 406a364798adfe2f069338d794c21fa597d23ad0 Mon Sep 17 00:00:00 2001 From: Yun Chen Date: Fri, 24 Jan 2020 00:31:11 -0500 Subject: [PATCH] fix link to tutorials in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ecdd559a..ab0e1bdd7 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