Open Master-cai opened 3 months ago
What's this? @pilot5657
😅 同样的问题,cuda11.7的环境,colmap docker和apt安装的都报这个错。你解决了吗?
我的解决办法如下: 先卸载 sudo apt remove colmap 然后用源码安装: 第一步: 安装一些必要的依赖:
sudo apt-get install \
git \
libflann-dev \
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 \
libatlas-base-dev \
libsuitesparse-dev \
libeigen3-dev \
libboost-all-dev \
freeglut3-dev \
libglew-dev \
qtbase5-dev
接着,克隆colmap
的源码库并编译安装:
git clone https://github.com/colmap/colmap.git cd colmap mkdir build cd build cmake .. make -j$(nproc) sudo make install
最后,降低max_num_matches 的数量,我降低了一半,就可以了,否则,显存不足也会出错,我是4090的显卡。
os.system( 'colmap exhaustive_matcher --database_path database.db --SiftMatching.guided_matching 1 --SiftMatching.max_num_matches 16384')
你好,大佬,我想请问下测试1/4res时,输进colamp时的res是1/4,还是在colamp用正常res生成点云后,再用1/4res的图像进行训练啊,期待您的答复
Hi, I follow the README to first install the env, and then:
After download, I change the path in 'colmap_360.py' to my own download path and run
python tools/colmap_360.py
, it gives the following error:Is there anything wrong with my commands? Or can I use your proprecess data directly without running
colmap_360.py
? If so, what's the folder structure? cc @zhiwenfan @zehaozhu @henrypearce4D