This repository's code is specifically tailored to work with the KITTI Visual Odometry Dataset. Users interested in utilizing or experimenting with this code will need to download KITTI Visual Odometry Dataset.
mkdir build && cd build
cmake ..
cmake --build .
./MonoVO <sequence> # 00 to 10
- : Calculate relative scale and update Coordinates
- : Refactoring