Docker image to run Colmap (GitHub), an open source structure-from-motion toolbox. docker run \ -it \ --rm \ --user $(id -u):$(id -g) \ --userns=host \ --net=host \ --ipc=host \ --gpus all \ -e DISPLAY=$DISPLAY \ -v /tmp/.X11-unix/:/tmp/.X11-unix:ro \ -v ...
with pycolmap.Database(database_path) as colmap_db: as this guarantees that the database is closed even if an exception occurs in between. 👍 1 ferreram added 2 commits December 4, 2024 15:07 Use a context manager to open the database + use logging instead of p… … 3c1e05f...
Docker image to run Colmap (GitHub), an open source structure-from-motion toolbox. docker run \ -it \ --rm \ --user $(id -u):$(id -g) \ --userns=host \ --net=host \ --ipc=host \ --gpus all \ -e DISPLAY=$DISPLAY \ -v /tmp/.X11-unix/:/tmp/.X11-unix:ro \ -v ...