Skip to content

eborboihuc/monoVO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monocular Visual Odometry (monoVO)

Keywords: FAST Feature Detection, LK Feature Tracking, Five-Point Motion Estimation

Requirements

  • Python 3.6.4
  • Numpy
  • OpenCV
  • utm

Dataset

This repository enables the use of tracking data set KITTI tracking data set (Left Color, GPS/IMU data, 15 GB)

Or, you can use the original odometry data set KITTI odometry data set (grayscale, 22 GB)

Usage

  • Modify the path in test.py to your image sequences and ground truth trajectories, then run
python test.py 0007
  • Use ground truth to calculate absolute scale, add
--use_abs_scale
  • To skip frames, add
--skip_frame 2

References

Releases

No releases published

Packages

No packages published

Languages