Skip to content

Visual odometry using monocular camera sequence and OpenCV.

Notifications You must be signed in to change notification settings

BenJamesbabala/mono_vo_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Mono_vo_python

Visual odometry using monocular camera sequence and OpenCV.

Introduction

This is python implementation of monocular camera visual odometry.
Original C++ implementation is below.
https://github.com/avisingh599/mono-vo

sequence position error

How to use

Run with KITTI dataset

python main.py --path [path to KITTI sequence]

Check hint

python main.py --help

KITTI dataset

You can download KITTI dataset from URL below.
http://www.cvlibs.net/datasets/kitti/eval_odometry.php
Download "Download odometry data set (grayscale, 22 GB)" and "Download odometry ground truth poses (4 MB)".

Contact

[email protected]

License

MIT

About

Visual odometry using monocular camera sequence and OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%