Alignment Tool

GLOMAP

GLOMAP is a global Structure-from-Motion system from the COLMAP ecosystem. Its standalone repository is now deprecated because the work has moved into COLMAP as the global mapper.

Stage: AlignmentLarge image setsGlobal SfM experimentsCOLMAP users

What It Does

GLOMAP is worth knowing because large 3DGS captures can push alignment tools hard. A global SfM approach can be attractive when you have many images, broad loops, or an image graph that is expensive to register incrementally.

For new projects, the practical advice is simple: follow the COLMAP global mapper path rather than depending on the old standalone GLOMAP repository.

How To Use It In 3DGS

  • Start with the same capture discipline used for COLMAP: high overlap, consistent exposure, and stable focus.
  • Use COLMAP global mapper when your image count or scene scale makes incremental mapping awkward.
  • Inspect the result carefully before training; global methods can still produce outlier poses.
  • Feed the resulting sparse reconstruction into your 3DGS trainer just like a normal COLMAP output.

Things To Watch

  • Do not build a new production workflow around the deprecated standalone repository unless you have a reason.
  • Global SfM is not a magic fix for weak capture coverage or repeated texture.
  • Large scenes still need careful image curation, especially for sky, water, glass, and moving objects.

What Changed

The standalone GLOMAP repository was archived on March 9, 2026. The practical path now is COLMAP’s integrated global mapper, not a separate GLOMAP install.

  • Use global mapping when large unordered sets make incremental registration slow or brittle.
  • Expect different camera intrinsics than incremental COLMAP because the global pipeline estimates calibration through the view graph.
  • If a tutorial still says `glomap mapper`, check whether it predates the COLMAP 4.0 migration.