From 6073463220e7d38ecb704e1c07fa10cbabf1f728 Mon Sep 17 00:00:00 2001 From: bkerbl Date: Mon, 10 Jul 2023 18:11:03 +0200 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01e698d..b999243 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ In the current version, this process takes about 7h on our reference machine con python full_eval.py -o --skip_training -m360 -tat -db ``` -If you want to do compute the metrics on our paper's [evaluation images](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/evaluation/images.zip), you can also skip rendering. In this case it is not necessary to provide the source datasets. You can compute metrics for multiple image sets at a time. +If you want to compute the metrics on our paper's [evaluation images](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/evaluation/images.zip), you can also skip rendering. In this case it is not necessary to provide the source datasets. You can compute metrics for multiple image sets at a time. ```shell python full_eval.py -m /garden ... --skip_training --skip_rendering ```