Skip to content

pierre-reboud/SLAP

Repository files navigation

SLAP (SLam but it's not About Poetry)

SLAP is a simple monocular SLAM implementation inspired by twitchslam.

Installation

Installation of the module is performed as follows:

git clone [email protected]:pierre-reboud/SLAP.git
cd SLAP
pip install -r requirements.txt
pip install -e .

Warning: Additional modules might have to be installed, as requirements.txt is currently outdated.

Additionally, the libraries has to be manually installed:

Usage

  1. Specify the desired parameters in the configs/program.json file.
  2. Run the following console command:
python main.py

Todo

  • Make Docker work
  • Redo the Bundle Adjustment with Pybind in Cpp

Sources and Bibliography

  • Hartley, R., Zisserman, A. (2003). Multiple View Geometry in Computer Vision. New York, NY, USA: Cambridge University Press. ISBN: 0521540518

About

SLam, but it's not Poetry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published