A very simple stereo visual odometry library.

You can download datasets from
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 --rerungit 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 --rerunUse camera-intrinsic-calibration and format your images like euroc dataset.
Thanks to all the authors of these libraries.
And thanks to Hossam R. for implementing the LM method in tiny-solver.