GithubHelp home page GithubHelp logo

jieli1990 / cvo-slam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bexilin/cvo-slam

0.0 0.0 0.0 46.18 MB

A Robust Keyframe-based Visual SLAM for RGB-D Cameras in Challenging Scenarios

Home Page: https://ieeexplore.ieee.org/abstract/document/10239392

License: GNU General Public License v3.0

C++ 81.88% Python 7.53% CMake 10.60%

cvo-slam's Introduction

CVO SLAM

CVO SLAM is a robust RGB-D SLAM system that works reliably in challenging scenarios such as rapid camera motion, texture-less environments, and overexposed images. Its performance has been evaluated on sequences from TUM RGB-D dataset and ETH3D RGB-D dataset, showing generally comparable performance to state-of-the-art systems.

Please cite as:

@ARTICLE{10239392,
  author={Lin, Xi and Huang, Yewei and Sun, Dingyi and Lin, Tzu-Yuan and Englot, Brendan and Eustice, Ryan M. and Ghaffari, Maani},
  journal={IEEE Access}, 
  title={A Robust Keyframe-Based Visual SLAM for RGB-D Cameras in Challenging Scenarios}, 
  year={2023},
  volume={11},
  number={},
  pages={97239-97249},
  doi={10.1109/ACCESS.2023.3312062}}

1. License

CVO SLAM is released under GNU GLPv3 license. It uses and/or modifies code from CVO, DVO SLAM and ORB-SLAM2, which are all under GNU GLPv3 license. Besides, For the details about code changes we made, please refer to code_dependencies.md and corresponding code files.

Besides, the code of DBoW2 and DLib library that ORB-SLAM2 depends on are also used in our code, and we never modify them. All these code files are BSD licensed.

2. Dependency

The code has been tested on ubuntu 16.04, further test on ubuntu 18.04 would be performed. C++ 11 compiler or a higher version is needed.

Eigen3

Require the version to be at least 3.1.0, test with version 3.3.7, could be found here.

OpenCV

Require the version to be at least 3.0.0, test with version 3.3.1, could be found here.

g2o

Test with version 20170730, could be found here. Do not use a newer version due to API changes.

Intel® oneAPI DPC++/C++ Compiler

Could be found here. Intel C++ compiler is required in installation.

4. Installation

Navigate to the root directory of the code, and run the following commands

mkdir build
cd build
cmake .. -DCMAKE_C_COMPILER=icc -DCMAKE_CXX_COMPILER=icpc
make -j$(expr $(nproc) - 6)

Then extract the vocabulary file.

cd ../thirdparty/ORB_SLAM2/vocabulary
tar -xf ORBvoc.txt.tar.gz

5. How to run

We provide an executable to run sequences in TUM Dataset and ETH3D Dataset.

After installation, navigate to the root directory of the code and execute

cd build
./run_SLAM ../config/config.txt ../thirdparty/ORB_SLAM2/vocabulary/ORBvoc.txt ../config/ORB_CONFIGURATION_FILE PATH_TO_SEQUENCE ASSOCIATION_FILE_NAME 

Please note that PATH_TO_SEQUENCE ends with "/". ASSOCIATION_FILE_NAME is name of the file that records the association between RGB and depth images. Details about association file could be found here. Please note that the association file need to be placed under PATH_TO_SEQUENCE.

TUM RGB-D Dataset

Use TUM1.yaml, TUM2.yaml and TUM3.yaml as ORB_CONFIGURATION_FILE for freiburg 1, freiburg 2, and freiburg 3 sequences respectively.

ETH3D RGB-D Dataset

For sequence sfm_bench, sfm_garden, sfm_house_loop, sfm_lab_room_1, and sfm_lab_room_2, use ETH3D_training_2.yaml as ORB_CONFIGURATION_FILE.

For sequence sofa_1, sofa_2, sofa_3, sofa_4, and sofa_shake, use ETH3D_training_3.yaml as ORB_CONFIGURATION_FILE.

For other training sequences, use ETH3D_training_1.yaml as ORB_CONFIGURATION_FILE.

For test sequences, you can copy ETH3D_training_1.yaml, adjust camera parameters, and use it as ORB_CONFIGURATION_FILE.

cvo-slam's People

Contributors

bexilin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.