Basic Requisites for Algorithms on iMages toolBOX
Brambox is a python toolbox that provides the necessary tools to convert image annotations, compute statistics and more.
Its main use is for object detection algorithms and datasets.
Installing
pip install brambox
pip install git+https://gitlab.com/eavise/brambox
This project is python 3.6 and higher so on some systems you might want to use 'pip3.6' instead of 'pip'
Using
Once you installed brambox, you can import it in your own python program with:
import brambox as bb
For tutorials and the API documentation click here.
Contributing
See the contribution guidelines
Main Contributors
Here is a list of people that made noteworthy contributions and helped to get this project where it stands today!