mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2024-11-22 16:28:32 +00:00
param fix (thanks Alban)
This commit is contained in:
parent
056115308d
commit
eddd3722b7
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user