1 Star 1 Fork 1

jinqy/GCNv2_SLAM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jiexiong Tang 提交于 2019-05-07 22:50 . Define TORCH_PATH
echo "Configuring and building Thirdparty/DBoW2 ..."
cd Thirdparty/DBoW2
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4
cd ../../g2o
echo "Configuring and building Thirdparty/g2o ..."
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4
cd ../../../
echo "Configuring and building ORB_SLAM2 ..."
cd Vocabulary
tar -xjf voc.tar.bz2
cd ..
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DTORCH_PATH=/home/t/Workspace/deps/pytorch/torch/share/cmake/Torch
make -j4
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/null_358_0715/GCNv2_SLAM.git
git@gitee.com:null_358_0715/GCNv2_SLAM.git
null_358_0715
GCNv2_SLAM
GCNv2_SLAM
master

搜索帮助