Skip to content

Commit fab08c0

Browse files
authored
Update and rename main.md to nerf.md
1 parent 5e7b5d1 commit fab08c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.md renamed to nerf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $$min_{\theta}\sum_{i}\left\| render_{i}(F_{\Theta}-I_{i}\right\|^{2}$$
6868

6969
![In this illustration taken from the paper, the five variables are fed
7070
into the MLP to produce color and volume density. $F_\Theta$ has 9
71-
layers, 256 channels](raydiagram.png "fig:") [fig:my~l~abel]
71+
layers, 256 channels](assets/raydiagram.png "fig:") [fig:my~l~abel]
7272

7373
\
7474
In practice, the Cartesian coordinates are expressed as vector d. You
@@ -102,7 +102,7 @@ Here is an example of applying Fourier feature to your code:\
102102

103103
![Mapping how Fourier features are related to NeRF’s positional
104104
encoding. Taken from Jon Barron’s CS 231n talk in Spring
105-
2021](fourier.png "fig:") [fig:my~l~abel]
105+
2021](assets/fourier.png "fig:") [fig:my~l~abel]
106106

107107
NeRF also uses hierarchical volume sampling: coarse sampling and the
108108
fine network. This allows NeRF to more efficiently run their model and
@@ -125,7 +125,7 @@ The paper goes in depth on quantitative measures of the results, which
125125
NeRF outperforms existing models. A visual assessment is shared below:
126126

127127
![Example of NeRF results versus existing SOTA
128-
results](results.png "fig:") [fig:my~l~abel]
128+
results](assets/NeRFresults.png "fig:") [fig:my~l~abel]
129129

130130
Additional references
131131
=====================

0 commit comments

Comments
 (0)