Commit 5059be2a authored by Nikhila Ravi's avatar Nikhila Ravi Committed by Facebook GitHub Bot
Browse files

website and README updates

Summary: Small updates to the website setup before the website is updated

Reviewed By: bottler

Differential Revision: D24880351

fbshipit-source-id: 5c40664ad1ca3dd9f4fc746b239a82d47ed3a8e6
parent 90f1d5c2
...@@ -78,6 +78,7 @@ PyTorch3D is written and maintained by the Facebook AI Research Computer Vision ...@@ -78,6 +78,7 @@ PyTorch3D is written and maintained by the Facebook AI Research Computer Vision
In alphabetical order: In alphabetical order:
* Amitav Baruah * Amitav Baruah
* Steve Branson
* Luya Gao * Luya Gao
* Georgia Gkioxari * Georgia Gkioxari
* Taylor Gordon * Taylor Gordon
......
...@@ -59,7 +59,7 @@ class TutorialHome extends React.Component { ...@@ -59,7 +59,7 @@ class TutorialHome extends React.Component {
{' '} {' '}
You can modify the code and experiment with varying different You can modify the code and experiment with varying different
settings. Remember to install the latest stable version of settings. Remember to install the latest stable version of
pytorch3d and its dependencies. Code to do this with pip is PyTorch3D and its dependencies. Code to do this with pip is
provided in each notebook.{' '} provided in each notebook.{' '}
</p> </p>
<h3> Run locally </h3> <h3> Run locally </h3>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"Introduction": ["why_pytorch3d"], "Introduction": ["why_pytorch3d"],
"Data": ["meshes_io", "datasets", "batching"], "Data": ["meshes_io", "datasets", "batching"],
"Ops": ["cubify"], "Ops": ["cubify"],
"Visualization": ["visualization"],
"Renderer": ["renderer", "renderer_getting_started", "cameras"] "Renderer": ["renderer", "renderer_getting_started", "cameras"]
} }
} }
...@@ -12,12 +12,18 @@ ...@@ -12,12 +12,18 @@
{ {
"id": "render_textured_meshes", "id": "render_textured_meshes",
"title": "Render Textured Meshes" "title": "Render Textured Meshes"
},{
"id": "render_densepose",
"title": "Render DensePose Meshes"
}, {
"id": "render_colored_points",
"title": "Render Colored Pointclouds"
},{ },{
"id": "fit_textured_mesh", "id": "fit_textured_mesh",
"title": "Fit a mesh with texture via rendering" "title": "Fit a Mesh with Texture via Rendering"
}, { }, {
"id": "camera_position_optimization_with_differentiable_rendering", "id": "camera_position_optimization_with_differentiable_rendering",
"title": "Camera Position Optimization" "title": "Camera Position Optimization with Differentiable Rendering"
} }
], ],
"Dataloaders": [ "Dataloaders": [
...@@ -26,4 +32,4 @@ ...@@ -26,4 +32,4 @@
"title": "Data loaders for ShapeNetCore and R2N2" "title": "Data loaders for ShapeNetCore and R2N2"
} }
] ]
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment