dataeval.protocols.ObjectDetectionTarget

class dataeval.protocols.ObjectDetectionTarget

Protocol for targets in an Object Detection dataset.

boxes
Type:

ArrayLike of shape (N, 4)

labels
Type:

ArrayLike of shape (N,)

scores
Type:

ArrayLike of shape (N, M)