diff --git a/.github/fit_nerf.gif b/.github/fit_nerf.gif new file mode 100644 index 00000000..b0d222b4 Binary files /dev/null and b/.github/fit_nerf.gif differ diff --git a/.github/fit_textured_volume.gif b/.github/fit_textured_volume.gif new file mode 100644 index 00000000..d1083aff Binary files /dev/null and b/.github/fit_textured_volume.gif differ diff --git a/README.md b/README.md index f3bc0f8b..3dcb9c25 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,13 @@ Get started with PyTorch3D by trying one of the tutorial notebooks. |:------------------------------------------------------------:|:--------------------------------------------------:| | [Render DensePose data](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/render_densepose.ipynb)| [Load & Render ShapeNet data](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/dataloaders_ShapeNetCore_R2N2.ipynb)| +| | +|:------------------------------------------------------------:|:--------------------------------------------------:| +| [Fit Textured Volume](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/fit_textured_volume.ipynb)| [Fit A Simple Neural Radiance Field](https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/fit_simple_neural_radiance_field.ipynb)| + + + + ## Documentation Learn more about the API by reading the PyTorch3D [documentation](https://pytorch3d.readthedocs.org/).