GithubHelp home page GithubHelp logo

zhaohhuicug / vi-hso Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luodongting/vi-hso

0.0 0.0 0.0 4.63 MB

License: GNU General Public License v3.0

Shell 0.08% C++ 97.36% C 0.96% CMake 1.61%

vi-hso's Introduction

VI-HSO: Hybrid Sparse Monocular Visual-Inertial Odometry

This released code is the VIO part of VI-HSO based on HSO.

Author: Wenzhe Yang, Yan Zhuang, Dongting Luo , Wei Wang ,and Hong Zhang.

1. Related Publications

2. Required Dependencies

boost

c++ Librairies (thread and system are needed). Install with

	sudo apt-get install libboost-all-dev

Eigen3

Linear algebra.

	sudo apt-get install libeigen3-dev

OpenCV4

Dowload and install instructions can be found at: http://opencv.org. We tested the code on OpenCV 4.2.0.

Pangolin

Used for 3D visualization & the GUI. Dowload and install instructions can be found at: https://github.com/stevenlovegrove/Pangolin.

Sophus, fast and g2o (Included in thirdparty folder)

The three libraries will be compiled automatically using script build.sh.

2. Build and Compile

We have tested the code on Ubuntu 20.04.

	cd VI-HSO
	chmod +x build.sh
	./build.sh

This will create the executable vi_euroc and vi_tum in bin folder.

3. Run code

EuRoC Dataset example

	cd bin
	./vi_euroc ./Monocular-Inertial/EuRoC.yaml PATH_TO_SEQUENCE_FOLDER ./Monocular-Inertial/EuRoC_TimeStamps/SEQUENCE.txt FILE_NAME

TUM-VI Dataset example

	cd bin
	./vi_tum ./Monocular-Inertial/TUM_512.yaml PATH_TO_SEQUENCE_FOLDER ./Monocular-Inertial/TUM_TimeStamps/SEQUENCE.txt FILE_NAME

The result of trajectory will be saved in the bin folder.

4. License

The source code is released under GPLv3 license. We are still working on improving the code.

If you use VI-HSO in your academic work, please cite:

@ARTICLE{10218742,
author={Yang, Wenzhe and Zhuang, Yan and Luo, Dongting and Wang, Wei and Zhang, Hong},
journal={IEEE Robotics and Automation Letters}, 
title={VI-HSO: Hybrid Sparse Monocular Visual-Inertial Odometry}, 
year={2023},
volume={8},
number={10},
pages={6283-6290},
doi={10.1109/LRA.2023.3305238}}

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.