1 Star 0 Fork 0

Bytedance Inc. / particle-sfm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
colmap.md 745 Bytes
一键复制 编辑 原始数据 按行查看 历史

Colmap installation

First install packages to support Colmap:

sudo apt-get install \
    git \
    cmake \
    ninja-build \
    build-essential \
    libboost-program-options-dev \
    libboost-filesystem-dev \
    libboost-graph-dev \
    libboost-system-dev \
    libeigen3-dev \
    libflann-dev \
    libfreeimage-dev \
    libmetis-dev \
    libgoogle-glog-dev \
    libgtest-dev \
    libsqlite3-dev \
    libglew-dev \
    qtbase5-dev \
    libqt5opengl5-dev \
    libcgal-dev \
    libceres-dev

Clone colmap, checkout the version which works with this repo, compile and install:

git clone https://github.com/colmap/colmap
git checkout bd84ad6

cd colmap
mkdir build
cd build
cmake .. -GNinja
ninja
sudo ninja install
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ByteDance/particle-sfm.git
git@gitee.com:ByteDance/particle-sfm.git
ByteDance
particle-sfm
particle-sfm
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891