Git Product home page Git Product logo

hbst-python's Introduction

hbst-python

Python bindings and pre-compiled binaries for the Hamming Binary Search Tree (HBST) for visual place recognition with binary descriptors. The HBST algorithm and paper is not my work, if you use this library please cite the original authors:

@article{2018-schlegel-hbst, 
  author  = {D. Schlegel and G. Grisetti}, 
  journal = {IEEE Robotics and Automation Letters}, 
  title   = {{HBST: A Hamming Distance Embedding Binary Search Tree for Feature-Based Visual Place Recognition}}, 
  year    = {2018}, 
  volume  = {3}, 
  number  = {4}, 
  pages   = {3741-3748}
}

Installation and Usage

pip install hbst-python

Note that currently only Linux x86_64 is supported.

To get started check out the example with OpenCV descriptors and HBST. Note that this matcher will only produce useful results with binary descriptors (e.g. ORB, BRISK or AKAZE). It is not suitable for SIFT, SURF and the likes.

Development

Development use cases are dockerized. The commands below will spawn the respective docker container mount the repo inside and get the job done.

Syntax:

./build.sh [platform] [python-version]
./test.sh [platform] [python-version]

Example:

./build.sh x86_64 3.8
./test.sh x86_64 3.8

hbst-python's People

Contributors

osanj avatar

Watchers

 avatar

Forkers

sisama2323

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.