Giter Site home page Giter Site logo

ecstasygu / rlp_vio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zju3dv/rlp_vio

0.0 0.0 0.0 2.23 MB

Code for "RLP-VIO: Robust and lightweight plane-based visual-inertial odometry for augmented reality, CAVW 2022

License: Apache License 2.0

C++ 97.21% CMake 2.79%

rlp_vio's Introduction

RLP-VIO: Robust and lightweight plane-based visual-inertial odometry for augmented reality
Jinyu Li, Xin Zhou, Bangbang Yang, Guofeng Zhang*, Xun Wang ,and Hujun Bao
CAVW 2022, pp. e2046, 2022.

How to use

For compilation:

  • Install the dependencies: Eigen, Ceres Solver and OpenCV.

  • Clone the repository.

  • Build with

    mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release  .. && make -j8

    you will need a compiler supporting C++17.

  • Tested in Ubuntu 18.04 (with GCC 9.0 and CMake 3.11), and macOS 10.14.

For execution:

  • path/to/pvio-pc [data_scheme]://[data_path] [config_yaml_path] [result.tum]
    • e.g.
      • For EuRoC Dataset: build/pvio-pc/pvio-pc euroc:///Data/EuRoC/V1_01_easy/mav0 config/euroc.yaml result/trajectory.tum
      • For TUM-VI Dataset: build/pvio-pc/pvio-pc tum:///Data/TUM_VI/dataset-room1_512_16/mav0 config/tum_vi.yaml result/trajectory.tum
  • The trajectory will be written in trajectory.tum.

Publication

If you use this source code for your academic publication, please cite the following paper.

@article{li2022rlp,
  title={RLP-VIO: Robust and lightweight plane-based visual-inertial odometry for augmented reality},
  author={Li, Jinyu and Zhou, Xin and Yang, Bangbang and Zhang, Guofeng and Wang, Xun and Bao, Hujun},
  journal={Computer Animation and Virtual Worlds},
  pages={e2046},
  year={2022},
  publisher={Wiley Online Library}
}

Acknowledgements

This work is affliated with ZJU-SenseTime Joint Lab of 3D Vision, and its intellectual property belongs to SenseTime Group Ltd.

Copyright

Copyright (c) ZJU-SenseTime Joint Lab of 3D Vision. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

rlp_vio's People

Contributors

zibyang 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.