Coder Social home page Coder Social logo

fast-svo's Introduction

fast-SVO

fast-SVO is a basic stereo visual odometry. A python version SVO implemented during the course 02504 (Computer Vision F21) in DTU and a popular SLAM structure ORB-SLAM give inspiration for the SVO design and C++ implementation style for this project. Feature detection and matching parts use inline functions provided by OpenCV. P3P solution provided by Kneip http://rpg.ifi.uzh.ch/docs/CVPR11_kneip.pdfis is implemented in this project.

Prerequisites

This project is implemented and teseted in Ubuntu 18.04.

C++11 Compiler

This project use std::thread, std::chrono.

OpenCV

This project uses the latest OpenCV 4.5.1.

Eigen3

This project uses version 3.3.91.

Example

KITTI Dataset

Download the dataset (grayscale images) from http://www.cvlibs.net/datasets/kitti/eval_odometry.php
The setting files are stored in ${PROJECT_SOURCE_DIR}/Example/KITTI setting/
Usage example:

./Example/Stereo/stereo_kitti Example/KITTI_setting/KITTI04-12.yaml PATH_TO_DATASET_FOLDER/dataset/sequences/ 07 

Evaluation

Evaluation comparison between this project and my previous python version on KIITI dataset (grayscale 07)

fast-svo's People

Contributors

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