From f9319cc03adf4bab59ceaedf927cfbf69ff6f45b Mon Sep 17 00:00:00 2001 From: "Alcolado Nuthall, George E (PG/R - Comp Sci & Elec Eng)" <galcoladonuthall@surrey.ac.uk> Date: Wed, 28 Feb 2024 16:05:24 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 971a39e..254bb23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Instructions - To reconstruct using your Cam Params -In Colmap Gui create a new project and run feat extraction. Then update the database with your camera params using database_update provide the images.txt cameras.txt and your database.db using these flag --images_file --cameras_file --database_path. Go back into the Gui run feature matching and then start reconstruction. +In Colmap Gui create a new project and run feat extraction. +Update the database with your camera params using database_update provide the images.txt cameras.txt and your database.db using these flag --images_file --cameras_file --database_path. +Go back into the Gui and edit your existing db, run feature matching and then start reconstruction. +Once finished you can export model as txt. -- GitLab