Skip to content

gpanders/colmap-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized COLMAP

Dockerfile to create a Docker container with the COLMAP executables.

The container is hosted on Docker Hub. It is built from a CUDA image, and therefore requires both the NVIDIA Docker plugin and a CUDA supported graphics card. To use it, simply execute

nvidia-docker run --rm -v $PROJECT_PATH:/project ganders/colmap automatic_reconstruction --project_path /project --image_path /project/images 

You must mount a volume to the container using the -v flag in order to provide input images to COLMAP as well as to access the output. In the example above, the $PROJECT_PATH environment variable should be set to point to a directory on your host computer containing your project files.

See the COLMAP documentation for instructions on how to use the COLMAP executables.

About

Dockerized COLMAP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages