From 4f87d4f975441f721882888f65f41e9d7a4235a9 Mon Sep 17 00:00:00 2001
From: GEAN <GEAN@example.com>
Date: Wed, 28 Feb 2024 16:02:12 +0000
Subject: [PATCH] fix: update readme

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ffe5973..971a39e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,4 @@
-# Instructions
-If you are looking at https://colmap.github.io/faq.html#reconstruct-sparse-dense-model-from-known-camera-poses
+# Instructions - To reconstruct using your Cam Params
 
-Between running the feature extractor and running a mapper you need to update the database with your camera 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.
 
-Run python database_update.py and provide the images.txt cameras.txt and your database.db using these flag --images_file --cameras_file --database_path
-- 
GitLab