From 02a57e74f7a6222da91923e9451e17f6481add1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Mon, 29 Jul 2024 15:29:48 +0000 Subject: [PATCH] Minor improvements for README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 558b10e..3e99d26 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ After installation, one can run GLOMAP by (starting from a database) ```shell glomap mapper --database_path DATABASE_PATH --output_path OUTPUT_PATH --image_path IMAGE_PATH ``` -For more details on the command line interface, one can type `glomap -h" or 'glomap mapper -h" for help. +For more details on the command line interface, one can type `glomap -h` or `glomap mapper -h` for help. To obtain a colored reconstruction, it is recommended to call ```shell colmap color_extractor --image_path IMAGE --input_path MODEL_INPUT --output_path MODEL_OUTPUT