Skip to content

Commit

Permalink
website and README updates
Browse files Browse the repository at this point in the history
Summary: Small updates to the website setup before the website is updated

Reviewed By: bottler

Differential Revision: D24880351

fbshipit-source-id: 5c40664ad1ca3dd9f4fc746b239a82d47ed3a8e6
  • Loading branch information
nikhilaravi authored and facebook-github-bot committed Nov 11, 2020
1 parent 90f1d5c commit 5059be2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 27 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ PyTorch3D is written and maintained by the Facebook AI Research Computer Vision
In alphabetical order:

* Amitav Baruah
* Steve Branson
* Luya Gao
* Georgia Gkioxari
* Taylor Gordon
Expand Down
2 changes: 1 addition & 1 deletion website/pages/tutorials/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class TutorialHome extends React.Component {
{' '}
You can modify the code and experiment with varying different
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.{' '}
</p>
<h3> Run locally </h3>
Expand Down
1 change: 1 addition & 0 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Introduction": ["why_pytorch3d"],
"Data": ["meshes_io", "datasets", "batching"],
"Ops": ["cubify"],
"Visualization": ["visualization"],
"Renderer": ["renderer", "renderer_getting_started", "cameras"]
}
}
58 changes: 32 additions & 26 deletions website/tutorials.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
{
"3D operators": [
{
"id": "deform_source_mesh_to_target_mesh",
"title": "Fit Mesh"
},{
"id": "bundle_adjustment",
"title": "Bundle Adjustment"
}
],
"Rendering": [
{
"id": "render_textured_meshes",
"title": "Render Textured Meshes"
},{
"id": "fit_textured_mesh",
"title": "Fit a mesh with texture via rendering"
}, {
"id": "camera_position_optimization_with_differentiable_rendering",
"title": "Camera Position Optimization"
}
],
"Dataloaders": [
"3D operators": [
{
"id": "dataloaders_ShapeNetCore_R2N2",
"title": "Data loaders for ShapeNetCore and R2N2"
"id": "deform_source_mesh_to_target_mesh",
"title": "Fit Mesh"
},{
"id": "bundle_adjustment",
"title": "Bundle Adjustment"
}
]
}
],
"Rendering": [
{
"id": "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",
"title": "Fit a Mesh with Texture via Rendering"
}, {
"id": "camera_position_optimization_with_differentiable_rendering",
"title": "Camera Position Optimization with Differentiable Rendering"
}
],
"Dataloaders": [
{
"id": "dataloaders_ShapeNetCore_R2N2",
"title": "Data loaders for ShapeNetCore and R2N2"
}
]
}

0 comments on commit 5059be2

Please sign in to comment.