KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
colmap_in_docker
★ 12
Open GitHub ↗
install colmap in a docker
Download README (.md)
Explore Similar Repositories
twitter_flu_tracking
:
No description available.
fisher.info.mat.torch
:
No description available.
DatePickerAlertView
:
DatePickerAlertView
Observer
:
No description available.
LeetCode
:
LeetCode刷题
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
colmap_in_docker
?
Download (.md)
# colmap in docker This github repo aims to help you build a docker image with colmap residing in. **Prerequites:** make sure that [docker](https://docs.docker.com/install/linux/docker-ce/ubuntu/) and [nvidia-docker2](https://github.com/NVIDIA/nvidia-docker) are installed on your system. In addition, make sure that the nvidia driver installed on your system is compatible with cuda-8.0; otherwise you need to modify the base image in the Dockerfile (see [this page](https://hub.docker.com/r/nvidia/cuda/) for available nvidia images). **Workflow**: * run './build_colmap.sh'; <br>this builds a docker image called 'kai46/colmap:latest' on your local machine. * run './run_colmap.sh'; <br>this launches a container and leads you to an interactive bash; the script takes care of mapping host user id, and mounting host filesystem into the newly launched container; it is tailored to the phoenix cluster at Cornell, and by default, it mounts the '/phoenix' directory into the container; feel free to modify it for your own purposes. * enjoy!