From eddd3722b7c4896ff578bca96522848a1eb49b7e Mon Sep 17 00:00:00 2001 From: bkerbl Date: Tue, 4 Jul 2023 19:32:03 +0200 Subject: [PATCH] param fix (thanks Alban) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65b1972..38b4b08 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ python metrics.py -m # 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: -``` -python full_eval.py --m360 --tat --db +```shell +python full_eval.py -m360 -tat -db ``` In the current version, this process takes about 7h on our reference machine containing an A6000.