[139527]: / eval / detection / __init__.py

Download this file

5 lines (4 with data), 205 Bytes

1
2
3
4
# Adapted from https://github.com/rafaelpadilla/Object-Detection-Metrics
from .evaluator import Evaluator
from .bbox import BoundingBox, BoundingBoxes
from .utils import BBType, BBFormat, CoordinatesType