Skip to content

Commit 99806d0

Browse files
authored
Add deprecation notice (#237)
* Add deprecation notice * d
1 parent bfa9af8 commit 99806d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
⚠️ [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.
2+
13
# GLOMAP: Global Structure-from-Motion Revisited
24

35
[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
2527
## Getting Started
2628

2729
To build GLOMAP, first install [COLMAP](https://colmap.github.io/install.html#build-from-source)
28-
dependencies and then build GLOMAP using the following commands:
30+
dependencies and then build GLOMAP using the following commands:
2931
```shell
3032
mkdir build
3133
cd build
@@ -79,7 +81,7 @@ colmap feature_extractor \
7981
--image_path ./data/south-building/images \
8082
--database_path ./data/south-building/database.db
8183
colmap exhaustive_matcher \
82-
--database_path ./data/south-building/database.db
84+
--database_path ./data/south-building/database.db
8385
glomap mapper \
8486
--database_path ./data/south-building/database.db \
8587
--image_path ./data/south-building/images \

0 commit comments

Comments
 (0)