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 1 year ago
JSON representation
Python Implementation of Bags of Binary Words
- Host: GitHub
- URL: https://github.com/goktug97/pydbow
- Owner: goktug97
- License: mit
- Created: 2019-12-19T19:07:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-11T09:29:26.000Z (over 4 years ago)
- Last Synced: 2025-04-22T04:14:13.496Z (about 1 year ago)
- Topics: bag-of-visual-words, computer-vision, python, slam, visual-odometry
- Language: Python
- Size: 1.91 MB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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