| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Check that Docker >=19.03 installed on your host machine:
docker --versionSetup the NVIDIA driver and nvidia-toolkit on your host machine:
For Ubuntu host machines: ./setup-ubuntu.sh For CentOS host machines: ./setup-centos.sh
Run the run script, using the full local path to your preferred local working directory (a folder with your input files/images, etc.):
./run.sh /path/where/your/working/folder/isThis will put you in a directory (inside the Docker container) mounted to the local path you specified. Now you can run COLMAP binaries on your own inputs like this:
colmap automatic_reconstructor --image_path ./images --workspace_path .Alternatively, you can run the run-gui script, which will start the graphical user interface of COLMAP:
./run-gui.sh /path/where/your/working/folder/isAfter completing steps 1-2, you can build the Docker image from scratch using the Dockerfile. First, update the CUDA and Ubuntu versions in Dockerfile lines 1-2 to match your system, then:
./build.sh
./run.sh /path/where/your/working/folder/is| Back | FazBrowse Home | New Git URL |