Skip to content

powei-lin/toy_vo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toy_vo

crate PyPI - Version

A very simple stereo visual odometry library. Euroc

Run Example

You can download datasets from

Python

pip install toy-vo rerun-sdk==0.32 opencv-python scipy
python3 examples/run_stereo.py -d {your_path/V1_01_easy} -c configs/euroc --rerun

Rust

git clone https://github.com/powei-lin/toy_vo.git && cd toy_vo
cargo run -r --example run_stereo -- -d {your_path/dataset-corridor4_512_16} -c configs/tum_vi --rerun

Calibrate your own camera and run toy-vo

Use camera-intrinsic-calibration and format your images like euroc dataset.

Acknowledgements

Thanks to all the authors of these libraries.

And thanks to Hossam R. for implementing the LM method in tiny-solver.

About

Simple stereo visual odometry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors