Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goktug97/pydbow

Python Implementation of Bags of Binary Words
https://github.com/goktug97/pydbow

bag-of-visual-words computer-vision python slam visual-odometry

Last synced: about 2 months ago
JSON representation

Python Implementation of Bags of Binary Words

Awesome Lists containing this project

README

        

Bags of Binary Words
===================================

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

## Requirements

- OpenCV
- numpy

## Installation

``` bash
pip install pydbow
```

## Usage

Refer to [demo.ipynb](https://github.com/goktug97/PyDBoW/tree/master/demo.ipynb) and
[demo.py](https://github.com/goktug97/PyDBoW/tree/master/demo.py) for example usage.

## Running tests

``` bash
python -m pytest
```

## License
PyDBoW is licensed under the MIT License.

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