Giter Site home page Giter Site logo

scancontext-pybind's Introduction

scancontext-pybind

News

  • Currently (Apr. 2022), not a set of full features are made yet. For checking the features currently supported, see wrapper.cpp.

Purpose

Build

  • Please ensure eigen3 is installed (e.g., via sudo apt install libeigen3-dev)
  • Other dependencies (nanoflann and pybind11) are downloaded automatically (for details, see CMakeLists.txt)
  • Use the following commands to build:
     $ mkdir build
     $ cd build
     $ cmake ..
     $ make
    
  • Install the Python package via pip with
    $ cd build
    $ make pip-install
    # or install manually with
    $ cd build/python
    $ pip install .
    

Use examples

  • For the hands-on exploration of the supported features, for example (you need numpy and open3d),
     $ python3 examples/test_make_desciptor.py
     $ python3 examples/test_compare_scd.py
     $ # to be added ...
    

Docker support

  • see docker/docker_run.sh. Modify the REPOSITORY_PATH with your own path.
    • For the docker-based test tutorial, see this video (TBA)

Application: PyICP-SLAM2

  • TBA ...

Cite

  @ARTICLE { gskim-2021-tro,
      AUTHOR = { Giseop Kim and Sunwook Choi and Ayoung Kim },
      TITLE = { Scan Context++: Structural Place Recognition Robust to Rotation and Lateral Variations in Urban Environments },
      JOURNAL = { IEEE Transactions on Robotics },
      YEAR = { 2021 }
  }

  @INPROCEEDINGS { gkim-2018-iros,
    author = {Kim, Giseop and Kim, Ayoung},
    title = { Scan Context: Egocentric Spatial Descriptor for Place Recognition within {3D} Point Cloud Map },
    booktitle = { Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems },
    year = { 2018 },
    month = { Oct. },
    address = { Madrid }
  }

Ack

  • Thanks to the author of KCP. The pybind wrapper src and the directory structures were borrowed from KCP.

scancontext-pybind's People

Contributors

gisbi-kim avatar plusk01 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.