website updates

Summary:
A few small website updates:

- changed the tutorials to point to the `stable` tag on github so we don't have to update the website each time we want to run them!
- changed the colab button
- re ran notebook cells to update the images for textured meshes

Once these fixes are landed I can build and publish the website.

Reviewed By: bottler

Differential Revision: D20484836

fbshipit-source-id: 603a05e752f631c60d1a3abb9adeb1b9b451ab98
This commit is contained in:
Nikhila Ravi
2020-03-17 13:04:55 -07:00
committed by Facebook GitHub Bot
parent 25d2e2c8b7
commit 3901dbe4de
7 changed files with 105 additions and 61 deletions

View File

@@ -83,7 +83,7 @@
"outputs": [],
"source": [
"!pip install torch torchvision\n",
"!pip install 'git+https://github.com/facebookresearch/pytorch3d.git'"
"!pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'"
]
},
{

View File

@@ -70,7 +70,7 @@
"outputs": [],
"source": [
"!pip install torch torchvision\n",
"!pip install 'git+https://github.com/facebookresearch/pytorch3d.git'"
"!pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'"
]
},
{

View File

@@ -85,7 +85,7 @@
"outputs": [],
"source": [
"!pip install torch torchvision\n",
"!pip install 'git+https://github.com/facebookresearch/pytorch3d.git'"
"!pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'"
]
},
{

File diff suppressed because one or more lines are too long