Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 742 Bytes

container-colmap.md

File metadata and controls

25 lines (18 loc) · 742 Bytes

COLMAP container

Usage

  • Pull from Docker Hub or build the docker image.

    • cpu-latest for no cuda support,
    • gpu-latest for cuda support.
  • Start interactive session using ./start.sh.

    ./start.sh WORKSPACE [[--gpu | --cpu] | --tty]
    
  • Execute scripts using rodo in the container.

    • Type rodo --help to see available scripts.
    • Note: If you don't want logging and notification, skip this. colmap binaries are in the PATH.

Available Scripts

The scripts placed in this folder are available to run directly.

  • rodo
  • sfm
  • mvs
  • images
  • list-keypoints
  • draw-keypoints