dataeval.protocols.ObjectDetectionTarget

class dataeval.protocols.ObjectDetectionTarget

Protocol for targets in an Object Detection dataset.

property boxes : ArrayLike

ArrayLike of shape (N, 4) bounding boxes.

property labels : ArrayLike

ArrayLike of shape (N,) class labels.

property scores : ArrayLike

ArrayLike of shape (N, M) prediction scores.