Skip to content

Commit 0a7c354

Browse files
h5jamfacebook-github-bot
authored andcommitted
fix typo on NeRF tutorial (#1163)
Summary: Hello, I'm Seungoh from South Korea. I'm finding typo while I'm learning tutorials. Wrong numbers are changed to right numbers. Thank you. Pull Request resolved: #1163 Reviewed By: patricklabatut Differential Revision: D35546843 Pulled By: bottler fbshipit-source-id: b6e70cdf821fd4a108dfd416e8f4bcb3ecbeb449
1 parent b79764e commit 0a7c354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/fit_simple_neural_radiance_field.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@
815815
"cell_type": "markdown",
816816
"metadata": {},
817817
"source": [
818-
"## 5. Visualizing the optimized neural radiance field\n",
818+
"## 6. Visualizing the optimized neural radiance field\n",
819819
"\n",
820820
"Finally, we visualize the neural radiance field by rendering from multiple viewpoints that rotate around the volume's y-axis."
821821
]
@@ -865,7 +865,7 @@
865865
"cell_type": "markdown",
866866
"metadata": {},
867867
"source": [
868-
"## 6. Conclusion\n",
868+
"## 7. Conclusion\n",
869869
"\n",
870870
"In this tutorial, we have shown how to optimize an implicit representation of a scene such that the renders of the scene from known viewpoints match the observed images for each viewpoint. The rendering was carried out using the PyTorch3D's implicit function renderer composed of either a `MonteCarloRaysampler` or `NDCMultinomialRaysampler`, and an `EmissionAbsorptionRaymarcher`."
871871
]

0 commit comments

Comments
 (0)