Skip to content

YOLO11 integration with ORBSLAM3 to remove potential dynamic objects.

License

Notifications You must be signed in to change notification settings

renatavillegas/ORBSLAM3_YOLO11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORB-SLAM3-STEREO-FIXED

This repository is a modified version of ORB_SLAM3


Modification

  • Succesfully tested in Ubuntu 20.04 and ROS2 Foxy(with OpenCV 4.2.0)
  • Update from C++11 to C++14
  • Fixed unexpected error when start STEREO mode with Rectified camera type

How to build

Clone the repository:

git clone https://github.com/zang09/ORB-SLAM3-STEREO-FIXED.git ORB_SLAM3

Install same required dependencies as original version. Then,
Execute:

cd ORB_SLAM3
chmod +x build.sh
./build.sh

This will create libORB_SLAM3.so at lib folder and the executables in Examples folder.

About

YOLO11 integration with ORBSLAM3 to remove potential dynamic objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.1%
  • Other 1.9%