colmap / glomap

GLOMAP - Global Structured-from-Motion Revisited
BSD 3-Clause "New" or "Revised" License
1.3k stars 76 forks source link

How to visualize the results? #49

Closed icfixx closed 1 month ago

icfixx commented 1 month ago

Hi,

I am running on Ubuntu 22.04 with the south-building dataset.

after this cmd completed ~/dev/glomap/south-building$ glomap mapper --database_path ./database.db --image_path ./images/ --output_path ./sparse

I see a folder sparse/0/ with cameras.bin images.bin points3D.bin how do i visualize them

lpanaf commented 1 month ago

Hi, one simple option is to use colmap gui, then choose import model to visualize things

pablospe commented 1 month ago

https://rerun.io/examples/3d-reconstruction/glomap

ichsan2895 commented 1 month ago

colmap gui is the answer. It also compatible with glomap output. image

ahojnnes commented 1 month ago

This is now also documented in the README.

icfixx commented 1 month ago

@ahojnnes Can you please update the README to show the full shell command to run the COLMAP visualization

The reconstruction can be visualized using the COLMAP GUI, for example:

colmap gui --import_path ./output/south-building/sparse/0 --database_path data/south-building/database.db --image_path data/south-building/images/