For business inquiries, please visit our website and submit the form: [NVIDIA Research Licensing](https://www.nvidia.com/en-us/research/inquiries/)
...
...
@@ -20,16 +19,14 @@ For business inquiries, please visit our website and submit the form: [NVIDIA Re
# Requirements
- Both Windows and Linux are supported.
- CUDA __v10.2 or higher__.
- CMake __v3.19 or higher__.
- A __C++14__ capable compiler.
- CUDA __v10.2 or higher__, a __C++14__ capable compiler, and CMake __v3.19 or higher__.
- A high-end NVIDIA GPU that supports TensorCores and has a large amount of memory. The framework was tested primarily with an RTX 3090.
- __(optional)__ Python __3.7 or higher__ for interactive Python bindings. Run `pip install -r requirements.txt` to install the required dependencies.
- On some machines, `pyexr` refuses to install via `pip`. This can be resolved by installing a pre-built OpenEXR from [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#openexr).
- On some machines, `pyexr` refuses to install via `pip`. This can be resolved by installing OpenEXR from [here](https://www.lfd.uci.edu/~gohlke/pythonlibs/#openexr).
- __(optional)__ OptiX __7.3 or higher__ for faster mesh SDF training. Set the environment variable `OptiX_INSTALL_DIR` to the installation directory if it is not discovered automatically.
If you are using Linux, we recommend the following packages
If you are using Linux, install the following packages
If the build succeeds, you can now run the code via the `build/testbed` executable, or the `scripts/run.py` script described below.
If the build succeeded, you can now run the code via the `build/testbed` executable or the `scripts/run.py` script described below.
If automatic GPU architecture detection fails, (as can happen if you have multiple GPUs installed), set the `TCNN_CUDA_ARCHITECTURES` enivonment variable for the GPU you would like to use. Set it to
-`86` for RTX 3000 cards,
-`80` for A100 cards, and
-`75` for RTX 2000 cards.
If automatic GPU architecture detection fails, (as can happen if you have multiple GPUs installed), set the `TCNN_CUDA_ARCHITECTURES` enivonment variable for the GPU you would like to use. Set it to `86` for RTX 3000 cards, `80` for A100 cards, and `75` for RTX 2000 cards.
Alternatively, download any NeRF-compatible scene (e.g. [from the NeRF authors' drive](https://drive.google.com/drive/folders/1JDdLGDruGNXWnM1eqY1FNL9PlStjaKWi)) into the data subfolder.
Alternatively, download any NeRF-compatible scene (e.g. [from the NeRF authors' drive](https://drive.google.com/drive/folders/1JDdLGDruGNXWnM1eqY1FNL9PlStjaKWi)).
Download the nanovdb volume file for the Disney Cloud dataset from <ahref="https://drive.google.com/drive/folders/1SuycSAOSG64k2KLV7oWgyNWyCvZAkafK?usp=sharing"> this google drive link</a>.
The dataset is derived from <ahref="https://disneyanimation.com/data-sets/?drawer=/resources/clouds/">this</a> dataset (<ahref="https://media.disneyanimation.com/uploads/production/data_set_asset/6/asset/License_Cloud.pdf">CC BY-SA 3.0</a>).
Download the [nanovdb volume for the Disney cloud](https://drive.google.com/drive/folders/1SuycSAOSG64k2KLV7oWgyNWyCvZAkafK?usp=sharing), which is derived [from here](https://disneyanimation.com/data-sets/?drawer=/resources/clouds/)([CC BY-SA 3.0](https://media.disneyanimation.com/uploads/production/data_set_asset/6/asset/License_Cloud.pdf)).
for proof-reading, feedback, profound discussions, and early testing.
We also thank <ahref="https://joeylitalien.github.io/">Joey Litalien</a> for providing us with the framework for this website.
<br/>
<br/>
<em>Girl With a Pearl Earing</em> renovation by Koorosh Orooj <ahref="http://profoundism.com/free_licenses.html">(CC BY-SA 4.0 License)</a>
<br/>
<em>Lucy</em> model from the <ahref="http://graphics.stanford.edu/data/3Dscanrep/">Stanford 3D scan repository</a>
<br/>
<em>Disney Cloud</em> model by Walt Disney Animation Studios. (<ahref="https://media.disneyanimation.com/uploads/production/data_set_asset/6/asset/License_Cloud.pdf">CC BY-SA 3.0</a>)
<br/>
<em>Bearded Man</em> model by Oliver Laric. (<ahref="https://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>)