Skip to content
forked from tmadl/pySeqSLAM

Python SeqSLAM - port of Niko Sünderhauf's OpenSeqSLAM for place recognition

License

Notifications You must be signed in to change notification settings

1989Ryan/pySeqSLAM

 
 

Repository files navigation

This is a Python port of Niko Sünderhauf's OpenSeqSLAM code.

SeqSLAM performs place recognition by matching sequences of images.

Quick start:

  • Download the Nordland dataset:

    cd datasets/norland; ./getDataset.bash;

  • Run demo:

    cd pyseqslam
    python demo.py
    

    (This will match the spring sequence of the nordland dataset against the winter sequence. To change which datasets are used, set the environment variables DATASET_1_PATH and DATASET_2_PATH)

[1] Michael Milford and Gordon F. Wyeth (2012). SeqSLAM: Visual Route-Based Navigation for Sunny Summer Days and Stormy Winter Nights. In Proc. of IEEE Intl. Conf. on Robotics and Automation (ICRA)

About

Python SeqSLAM - port of Niko Sünderhauf's OpenSeqSLAM for place recognition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.0%
  • Python 4.0%