Skip to content
Snippets Groups Projects
Commit bd6f93d3 authored by Thomas Müller's avatar Thomas Müller
Browse files

Typography

parent f66aac41
No related branches found
No related tags found
No related merge requests found
...@@ -487,22 +487,21 @@ figure { ...@@ -487,22 +487,21 @@ figure {
<div class="row"> <div class="row">
<p> <p>
We would like to thank We would like to thank
<a href="https://tovacinni.github.io">Towaki Takikawa</a>,
<a href="https://luebke.us/">David Luebke</a>,
<a href="https://luminohope.org/">Koki Nagano</a> and
<a href="https://research.nvidia.com/person/nikolaus-binder">Nikolaus Binder</a> for profound discussions, and
<a href="https://anjulpatney.com/">Anjul Patney</a>, <a href="https://anjulpatney.com/">Anjul Patney</a>,
<a href="https://luebke.us/">David Luebke</a>,
<a href="https://research.nvidia.com/person/jacob-munkberg">Jacob Munkberg</a>, <a href="https://research.nvidia.com/person/jacob-munkberg">Jacob Munkberg</a>,
<a href="http://granskog.xyz/">Jonathan Granskog</a>, <a href="http://granskog.xyz/">Jonathan Granskog</a>,
<a href="https://www.cs.mcgill.ca/~jtremb59/">Jonathan Tremblay</a>, <a href="https://www.cs.mcgill.ca/~jtremb59/">Jonathan Tremblay</a>,
<a href="https://luminohope.org/">Koki Nagano</a>,
<a href="https://research.nvidia.com/person/marco-salvi">Marco Salvi</a>, <a href="https://research.nvidia.com/person/marco-salvi">Marco Salvi</a>,
<a href="https://www.cs.toronto.edu/~jlucas/">James Lucas</a> and <a href="https://research.nvidia.com/person/nikolaus-binder">Nikolaus Binder</a>,
<a href="https://www.cs.toronto.edu/~jlucas/">James Lucas</a>, and
<a href="https://tovacinni.github.io">Towaki Takikawa</a> <a href="https://tovacinni.github.io">Towaki Takikawa</a>
for proof-reading, feedback, profound discussions, and early testing. for proof-reading, feedback, profound discussions, and early testing.
We also thank <a href="https://joeylitalien.github.io/">Joey Litalien</a> for providing us with the framework for this website. We also thank <a href="https://joeylitalien.github.io/">Joey Litalien</a> for providing us with the framework for this website.
<br/> <br/>
<br/> <br/>
<em>Girl With a Pearl Earing</em> renovation by Koorosh Orooj <a href="http://profoundism.com/free_licenses.html">(CC BY-SA 4.0 License)</a> <em>Girl With a Pearl Earring</em> renovation by Koorosh Orooj <a href="http://profoundism.com/free_licenses.html">(CC BY-SA 4.0 License)</a>
<br/> <br/>
<em>Tokyo</em> gigapixel photograph by Trevor Dobson <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">(CC BY-NC-ND 2.0 License)</a> <em>Tokyo</em> gigapixel photograph by Trevor Dobson <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">(CC BY-NC-ND 2.0 License)</a>
<br/> <br/>
......
...@@ -9,7 +9,7 @@ This document attempts to give a few tips. ...@@ -9,7 +9,7 @@ This document attempts to give a few tips.
A good rule of thumb is that if your NeRF model does not seem to be converging after 20 seconds or so, it is unlikely to get much better after a long training time. A good rule of thumb is that if your NeRF model does not seem to be converging after 20 seconds or so, it is unlikely to get much better after a long training time.
We therefore recommend adjusting the data to get clear results in the early stages of training. We therefore recommend adjusting the data to get clear results in the early stages of training.
For large real world scenes, it is possible to get a little bit of extra sharpness by training for a few minutes at most. For large real world scenes, it is possible to get a little bit of extra sharpness by training for a few minutes at most.
Almost all of the convergence happens in the first few seconds. Almost all the convergence happens in the first few seconds.
The most common issue with datasets is an incorrect scale or offset in the camera positions; more details below. The most common issue with datasets is an incorrect scale or offset in the camera positions; more details below.
The next most common issue is too few images, or images with inaccurate camera parameters (for example, if COLMAP fails). The next most common issue is too few images, or images with inaccurate camera parameters (for example, if COLMAP fails).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment