goktug97 / PyDBoW

Python Implementation of Bags of Binary Words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bags of Binary Words

PyDBoW is a Python implementation of Bags of Binary Words algorithm.

Requirements

  • OpenCV
  • numpy

Installation

pip install pydbow

Usage

Refer to demo.ipynb and demo.py for example usage.

Running tests

python -m pytest

License

PyDBoW is licensed under the MIT License.

Images are taken from https://github.com/commaai/comma10k

About

Python Implementation of Bags of Binary Words

License:MIT License


Languages

Language:Python 69.7%Language:Jupyter Notebook 30.3%