dataeval.protocols.ObjectDetectionTarget¶
- class dataeval.protocols.ObjectDetectionTarget¶
Protocol for targets in an Object Detection dataset.
- property boxes : ArrayLike¶
ArrayLikeof shape (N, 4) bounding boxes.
- property labels : ArrayLike¶
ArrayLikeof shape (N,) class labels.
- property scores : ArrayLike¶
ArrayLikeof shape (N, M) prediction scores.