YznMur / DDR-SLAM

DDR-SLAM: Official implementation of DDRNet integration into ORB-SLAM2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDR-SLAM

DDR-SLAM is a Real-time visual SLAM system for Tracking, Mapping and better Localization in Dynamic Scenes.

Getting Started

  • Clone this repo:
git clone https://github.com/YznMur/DDRSLAM.git
  cd ddr_orb2/ddrnet_trt/
  mkdir buildExec
  cd buildExec
  cmake ..
  make -j8
  ./ddrnet -s 
export LD_LIBRARY_PATH=/root/ddr_orb2/ddrnet_trt/:$LD_LIBRARY_PATH
  • Go back to ddr_orb2 directory and build DDR-SLAM:
./build.sh

Examples on:

./scripts/mono_kitti.sh
./scripts/stereo_kitti.sh
./scripts/mono_cs.sh
./scripts/stereo_cs.sh

Acknowledgements

This code is based on a forked version of ORB-SLAM2.

About

DDR-SLAM: Official implementation of DDRNet integration into ORB-SLAM2

License:Other


Languages

Language:C++ 90.5%Language:Makefile 3.5%Language:CMake 3.0%Language:C 2.9%Language:Shell 0.1%