Basic Requisites for Algorithms on iMages toolBOX


Keywords
annotations, detections, fppi, images, object detection, pr, precision, python, recall, statistics
License
Other
Install
pip install brambox==5.0.0

Documentation

Basic Requisites for Algorithms on iMages toolBOX

Version Python Wheel Pipeline Coverage

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.

Installing

# 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'

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