Basic Requisites for Algorithms on iMages toolBOX
pip install brambox==5.0.0
Basic Requisites for Algorithms on iMages toolBOX
Brambox is a python toolbox that provides the necessary tools to convert image annotations, compute statitics and more. It's main use is for object detection algorithms and datasets.
# From wheel
pip install brambox
# From source
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'
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.