Giter VIP home page Giter VIP logo

edgedirectvo's Introduction

Edge-Direct Visual Odometry

If you find this useful, please cite the related paper:

@article{DBLP:journals/corr/abs-1906-04838,
  author    = {Kevin Christensen and
               Martial Hebert},
  title     = {Edge-Direct Visual Odometry},
  journal   = {CoRR},
  volume    = {abs/1906.04838},
  year      = {2019},
  url       = {http://arxiv.org/abs/1906.04838},
  archivePrefix = {arXiv},
  eprint    = {1906.04838},
}

Setup

This repository assumes the following directory structure, and is setup for the TUM-RGBD Dataset:

EdgeDirectVO
|-- tum_rgbd_dataset/
    |-- depth/
    |-- rgb/
    |-- assoc.txt
|-- tum_rgbd_dataset_ground_truth.txt

Be sure to run assoc.py to associate timestamps with corresponding frames.

Build and Run

cd build && cmake .. && make -j && ./EdgeDirectVO

Evaluation

After evaluating on a dataset, the corresponding evaluation commands will be printed to terminal. Simpy copy and run them in terminal in project root directory. Examples are shown below:

For relative pose error:

python evaluate_rpe.py groundtruth_fr1xyz.txt rgbd_dataset_freiburg1_xyz_results.txt --fixed_delta --delta 1 --verbose

For absolute trajectory error:

python evaluate_ate.py groundtruth_fr1xyz.txt rgbd_dataset_freiburg1_xyz_results.txt --verbose

edgedirectvo's People

Contributors

kevinchristensen1 avatar

Watchers

 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.