From a4725d242138a1c3f0d37c1dc294443bc55e14d5 Mon Sep 17 00:00:00 2001 From: Jeremy Francis Reizenstein Date: Tue, 10 Aug 2021 08:17:14 -0700 Subject: [PATCH] add new 0.5.0 content --- docs/batching.html | 2 +- docs/batching/index.html | 2 +- docs/cameras.html | 2 +- docs/cameras/index.html | 2 +- docs/cubify.html | 2 +- docs/cubify/index.html | 2 +- docs/datasets.html | 2 +- docs/datasets/index.html | 2 +- docs/io.html | 60 +- docs/io/index.html | 60 +- docs/meshes_io.html | 4 +- docs/meshes_io/index.html | 4 +- docs/renderer.html | 2 +- docs/renderer/index.html | 2 +- docs/renderer_getting_started.html | 2 +- docs/renderer_getting_started/index.html | 2 +- docs/visualization.html | 2 +- docs/visualization/index.html | 2 +- docs/why_pytorch3d.html | 4 +- docs/why_pytorch3d/index.html | 4 +- files/fit_simple_neural_radiance_field.ipynb | 901 +++++++++++++++++ files/fit_simple_neural_radiance_field.py | 789 +++++++++++++++ files/fit_textured_volume.ipynb | 496 +++++++++ files/fit_textured_volume.py | 390 +++++++ tutorials/bundle_adjustment.html | 2 +- tutorials/bundle_adjustment/index.html | 2 +- ...ization_with_differentiable_rendering.html | 2 +- .../index.html | 2 +- tutorials/dataloaders_ShapeNetCore_R2N2.html | 2 +- .../dataloaders_ShapeNetCore_R2N2/index.html | 2 +- .../deform_source_mesh_to_target_mesh.html | 2 +- .../index.html | 2 +- .../fit_simple_neural_radiance_field.html | 956 ++++++++++++++++++ .../index.html | 956 ++++++++++++++++++ tutorials/fit_textured_mesh.html | 2 +- tutorials/fit_textured_mesh/index.html | 2 +- tutorials/fit_textured_volume.html | 548 ++++++++++ tutorials/fit_textured_volume/index.html | 548 ++++++++++ tutorials/index.html | 2 +- tutorials/render_colored_points.html | 2 +- tutorials/render_colored_points/index.html | 2 +- tutorials/render_densepose.html | 2 +- tutorials/render_densepose/index.html | 2 +- tutorials/render_textured_meshes.html | 2 +- tutorials/render_textured_meshes/index.html | 2 +- 45 files changed, 5739 insertions(+), 43 deletions(-) create mode 100644 files/fit_simple_neural_radiance_field.ipynb create mode 100644 files/fit_simple_neural_radiance_field.py create mode 100644 files/fit_textured_volume.ipynb create mode 100644 files/fit_textured_volume.py create mode 100644 tutorials/fit_simple_neural_radiance_field.html create mode 100644 tutorials/fit_simple_neural_radiance_field/index.html create mode 100644 tutorials/fit_textured_volume.html create mode 100644 tutorials/fit_textured_volume/index.html diff --git a/docs/batching.html b/docs/batching.html index 27f5f70b..1c7b6835 100644 --- a/docs/batching.html +++ b/docs/batching.html @@ -6,7 +6,7 @@ ga('create', 'UA-157376881-1', 'auto'); ga('send', 'pageview'); -