This project demonstrates a simple implementation of a monocular SLAM system using ORB feature detectors
- MP4 video loader
- KITTI Odometry dataset loader
- Point cloud visualizer
- Python 3.7+
- numpy
- OpenCV
- g2o
- pangolin
For g2o and pangolin python bindings, use the forks in my github.
- For video files
chmod +x system.py && ./system.py --type <VIDEO> --path <test.mp4>
- For Kitti dataset
chmod +x system.py && ./system.py --type <KITTI> --path </path/to/kitti/dataset/sequences/00>
All of this code is MIT licensed. Videos and libraries follow their respective licenses.