File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
7070into the MLP to produce color and volume density. $F_ \Theta$ has 9
71- layers, 256 channels] ( assets/raydiagram.png " fig: ") [ fig: my ~ l ~ abel ]
71+ layers, 256 channels] ( assets/raydiagram.png " fig: ") [ fig: Figure 1 ]
7272
7373\
7474In 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
104104encoding. Taken from Jon Barron’s CS 231n talk in Spring
105- 2021] ( assets/fourier.png " fig: ") [ fig: my ~ l ~ abel ]
105+ 2021] ( assets/fourier.png " fig: ") [ fig: Figure 2 ]
106106
107107NeRF also uses hierarchical volume sampling: coarse sampling and the
108108fine 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
125125NeRF outperforms existing models. A visual assessment is shared below:
126126
127127![ Example of NeRF results versus existing SOTA
128- results] ( assets/NeRFresults.png " fig: ") [ fig: my ~ l ~ abel ]
128+ results] ( assets/NeRFresults.png " fig: ") [ fig: Figure 3 ]
129129
130130Additional references
131131=====================
You can’t perform that action at this time.
0 commit comments