diff --git a/README.md b/README.md index 67b712ce..5ecdd559 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + [![CircleCI](https://circleci.com/gh/facebookresearch/pytorch3d.svg?style=svg)](https://circleci.com/gh/facebookresearch/pytorch3d) [![Anaconda-Server Badge](https://anaconda.org/pytorch3d/pytorch3d/badges/version.svg)](https://anaconda.org/pytorch3d/pytorch3d) @@ -35,11 +35,11 @@ PyTorch3d is released under the [BSD-3-Clause License](LICENSE). 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) | -| | +| | |:------------------------------------------------------------:|:--------------------------------------------------:| | [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)| diff --git a/docs/requirements.txt b/docs/requirements.txt index 90a6e21b..ade12c51 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,3 +4,7 @@ recommonmark==0.4.0 sphinx_rtd_theme sphinx_markdown_tables mock +numpy +git+git://github.com/facebookresearch/fvcore.git +https://download.pytorch.org/whl/nightly/cpu/torch-1.3.0.dev20191010%2Bcpu-cp37-cp37m-linux_x86_64.whl +https://download.pytorch.org/whl/nightly/cpu/torchvision-0.5.0.dev20191008%2Bcpu-cp37-cp37m-linux_x86_64.whl