From c2b3b166b7d1b5ac8a5b5ccf5504415ffd1fa924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Thu, 29 Jan 2026 14:46:19 +0100 Subject: [PATCH 1/2] Add deprecation notice --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6250b51..1b5efacd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +:no_entry: [DEPRECATED] This project is no longer maintained and has been fully migrated to [COLMAP](https://github.com/colmap/colmap/), where it GLOMAP can be used using the "global" mapper. + # GLOMAP: Global Structure-from-Motion Revisited [Project page](https://lpanaf.github.io/eccv24_glomap/) | [Paper](https://arxiv.org/pdf/2407.20219) @@ -25,7 +27,7 @@ To use the seperate rotation averaging module, refer to [this README](docs/rotat ## Getting Started To build GLOMAP, first install [COLMAP](https://colmap.github.io/install.html#build-from-source) -dependencies and then build GLOMAP using the following commands: +dependencies and then build GLOMAP using the following commands: ```shell mkdir build cd build @@ -79,7 +81,7 @@ colmap feature_extractor \ --image_path ./data/south-building/images \ --database_path ./data/south-building/database.db colmap exhaustive_matcher \ - --database_path ./data/south-building/database.db + --database_path ./data/south-building/database.db glomap mapper \ --database_path ./data/south-building/database.db \ --image_path ./data/south-building/images \ From 84a6e4a6c64b0ab33a1fff3dcbf34eae3ec60bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Thu, 29 Jan 2026 14:48:57 +0100 Subject: [PATCH 2/2] d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5efacd..38bd9179 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -:no_entry: [DEPRECATED] This project is no longer maintained and has been fully migrated to [COLMAP](https://github.com/colmap/colmap/), where it GLOMAP can be used using the "global" mapper. +⚠️ [DEPRECATED] This project is no longer maintained and has been fully migrated to [COLMAP](https://github.com/colmap/colmap/), where GLOMAP functionality is exposed as the "global" mapper. # GLOMAP: Global Structure-from-Motion Revisited