您好,登錄后才能下訂單哦!
Ubutu1604如何安裝colmap?相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。
1-1 cuda 推薦
Recommended dependencies: CUDA (at least version 7.X)
1-2 基本依賴
sudo apt-get install \
git \
cmake \
build-essential \
libboost-program-options-dev \
libboost-filesystem-dev \
libboost-graph-dev \
libboost-regex-dev \
libboost-system-dev \
libboost-test-dev \
libeigen3-dev \
libsuitesparse-dev \
libfreeimage-dev \
libgoogle-glog-dev \
libgflags-dev \
libglew-dev \
qtbase5-dev \
libqt5opengl5-dev \
libcgal-dev
1-3 安裝qt
Under Ubuntu 16.04/18.04 the CMake configuration scripts of CGAL are broken and you must also install the CGAL Qt5 package:
sudo apt-get install libcgal-qt5-dev
1-4安裝Ceres Solver
Install Ceres Solver:
首先安裝einge3庫這個在1-2中已經完成
按照教程安裝的ceres庫版本,以及網上大多數教程安裝的版本都會和eigen3(3.3.7)有沖突,編譯時會報如下錯誤:
編譯ceres時:error: ‘integer_sequence' is not a member of ‘std‘錯誤
這里換成1.14.0版本的ceres問題得以解決;
1.先刪除之前的ceres-solver:
sudo rm -r /usr/local/lib/cmake/Ceres
sudo rm -rf /usr/local/include/ceres /usr/local/lib/libceres.a
sudo rm -r /usr/local/share/Ceres
2.下載ceres-solver-1.14.0
wget ceres-solver.org/ceres-solver-1.14.0.tar.gz
3.解壓
tar xvf ceres-solver-1.14.0.tar.gz
4.編譯
cd ceres-solver-1.14.0
mkdir build
cd build
cmake ..
make -j4
make test
5.安裝
sudo make install
1-5 安裝ColMap
git clone https://github.com/colmap/colmap.git
cd colmap
git checkout dev
mkdir build
cd build
cmake ..
make -j4
sudo make install
驗證colmap
colmap -h
colmap gui
安裝pycolmap
https://github.com/mihaidusmanu/pycolmap
使用Anaconda打開
https://www.cnblogs.com/kekeoutlook/p/13452214.html
conda create -n colmap_py37_pytorch21 python=3.7
conda activate colmap_py37_pytorch21
安裝pycolmap
pip install git+https://github.com/mihaidusmanu/pycolmap
或者手動下載源碼安裝
pip install ./
報錯1 cmake版本過低,升級更新下就好
官網下載源碼
1.通過以下命令查詢cmake版本。
cmake --version
2.這里,我并沒有卸載舊版本的cmake,而是直接安裝新版本,而且這樣沒有出現問題。【非必須】
可去http://www.cmake.org/files查找需要的版本,寫本博客時最新版為3.11.3,以此為例。
https://cmake.org/download/
3首先
sudo apt-get install openssl
sudo apt-get install libssl-dev
sudo apt-get install build-essential
下載后解壓,然后進入目錄執行:
./bootstrap
make -j8
sudo make install
驗證版本
cmake --version
cmake version 3.9.0CMake suite maintained and supported by Kitware (kitware.com/cmake).
3.創建cmake的軟連接
報錯2pybind11缺少
第三方庫沒下載,需要手動下載在文件夾子
git clone https://github.com/pybind/pybind11.git
復制到pybind文件夾下面
重新安裝
看完上述內容,你們掌握Ubutu1604如何安裝colmap的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。