Skip to content

A simple monocular visual odometry project in Python

Notifications You must be signed in to change notification settings

dgcnz/monoVO-python

 
 

Repository files navigation

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

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

Results

Lucas Kanade lk

SIFT sift

ROMA roma

Dependencies

python3 -m venv .venv
source .venv/bin/activate
poetry install

Usage

Modify the path in test.py to your image sequences and ground truth trajectories, then run

python test.py --method roma --path ~/datasets/KITTI/dataset_sample

About

A simple monocular visual odometry project in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%