Photogrammetry: latest COLMAP&OpenMVS for CPU&CUDA. https://github.com/yeicor-docker/colmap-openmvs
50K+
A robust, production-ready photogrammetry pipeline combining COLMAP and OpenMVS, containerized for reproducibility and ease of use. Supports both CPU-only and CUDA-accelerated environments: run the full pipeline on any machine, or leverage GPU acceleration for faster processing when available.
-u $(id -u):$(id -g) for proper file permissions on output.--help provides detailed info about all embedded tools and configuration options.Place your images in a directory with a subfolder called images/:
/your/data/path/
images/
img1.jpg
img2.jpg
...
You can create a config.sh file in your data directory to override environment variables and fine-tune the pipeline.
To see all available options and configuration variables:
docker run --rm -it yeicor/colmap-openmvs:cpu-latest --help
For CPU-only (compatible with all systems):
docker run --rm -it -u $(id -u):$(id -g) \
-v /your/data/path:/data \
yeicor/colmap-openmvs:cpu-latest /data
For CUDA acceleration (requires NVIDIA GPU and drivers):
docker run --rm -it --gpus all -u $(id -u):$(id -g) \
-v /your/data/path:/data \
yeicor/colmap-openmvs:cuda-latest /data
Happy reconstructing!
Content type
Image
Digest
sha256:f520e985b…
Size
2.2 GB
Last updated
about 1 hour ago
docker pull yeicor/colmap-openmvs:cuda-latest