All Projects → uoip → Monovo Python

uoip / Monovo Python

A simple monocular visual odometry project in Python

Programming Languages

python
139335 projects - #7 most used programming language

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

port from https://github.com/yueying/LearningVO

map

Requirements

  • Python 2.7
  • Numpy
  • OpenCV

Dataset

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

References

  1. 一个简单的视觉里程计实现 | 冯兵的博客
  2. Monocular Visual Odometry using OpenCV and its related project report Monocular Visual Odometry | Avi Singh

Search "cv2.findEssentialMat", "cv2.recoverPose" etc. in github, you'll find more python projects on slam / visual odometry / 3d reconstruction

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].