Skip to content

Commit

Permalink
update paper link to arxiv
Browse files Browse the repository at this point in the history
  • Loading branch information
lpanaf committed Jul 31, 2024
1 parent 82de2d8 commit 66d574f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GLOMAP: Global Structure-from-Motion Revisited

[Project page](https://lpanaf.github.io/eccv24_glomap/) | [Paper](https://demuc.de/papers/pan2024glomap.pdf) | [ Supplementary](https://demuc.de/papers/pan2024glomap_supp.pdf)
[Project page](https://lpanaf.github.io/eccv24_glomap/) | [Paper](https://arxiv.org/pdf/2407.20219)
---

## About
Expand Down Expand Up @@ -36,10 +36,6 @@ After installation, one can run GLOMAP by (starting from a database)
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.
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
```

Note:
- GLOMAP depends on two external libraries - [COLMAP](https://github.com/colmap/colmap) and [PoseLib](https://github.com/PoseLib/PoseLib).
Expand Down

0 comments on commit 66d574f

Please sign in to comment.