Skip to content

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

License

Notifications You must be signed in to change notification settings

YznMur/DDR-SLAM

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published