param fix (thanks Alban)

This commit is contained in:
bkerbl 2023-07-04 19:32:03 +02:00
parent 056115308d
commit eddd3722b7

View File

@ -111,8 +111,8 @@ python metrics.py -m <path to trained model> # Compute error metrics on renderin
``` ```
We further provide the ```full_eval.py``` script. This script specifies the routine used in our evaluation and demonstrates the use of some additional parameters, e.g., ```--images (-i)``` to define alternative image directories within COLMAP data sets. If you have downloaded and extracted all the training data, you can run it like this: We further provide the ```full_eval.py``` script. This script specifies the routine used in our evaluation and demonstrates the use of some additional parameters, e.g., ```--images (-i)``` to define alternative image directories within COLMAP data sets. If you have downloaded and extracted all the training data, you can run it like this:
``` ```shell
python full_eval.py --m360 <mipnerf360 folder> --tat <tanks and temples folder> --db <deep blending folder> python full_eval.py -m360 <mipnerf360 folder> -tat <tanks and temples folder> -db <deep blending folder>
``` ```
In the current version, this process takes about 7h on our reference machine containing an A6000. In the current version, this process takes about 7h on our reference machine containing an A6000.