This project implements a simple Stereo Visual Odometry system based on the NOTF paper.
- OpenCV 4
- matplotlib
- tqdm
To installe required dependencies just execute
pip install -r requirements.txt in your terminal.
The following command can be used to test on the KITTI dataset : python -m visual_odometry dataset_path sequence_id
