要求: * Ubuntu 14.04/Ubuntu 16.04/Ubuntu 18.04
* ORB-SLAM2
* CUDA 8 or CUDA 9, may not work with CUDA 10
* C++11(must)
* GCC >= 5.0
* cmake
* OpenCV2 or OpenCV3, may not work with OpenCV4
* PCL1.7 or PCL1.8, may not work with PCL1.9
本机环境:ubuntu16.04+CUDA8.0+Opencv3.3.0+PCL1.8
源码:https://github.com/qixuxiang/orb-slam2_with_semantic_label
1 安装ORBSLAM2
https://github.com/raulmur/ORB_SLAM2
2 安装darknet
https://pjreddie.com/darknet/yolo/
安装步骤:
-
下载源码