JATICDetectionTarget

class nrtk.interop.maite.interop.object_detection.dataset.JATICDetectionTarget(boxes: ndarray, labels: ndarray, scores: ndarray)

Dataclass for the datum-level JATIC output detection format.

Methods

__eq__(other)

Return self==value.

__hash__ = None
__init__(boxes: ndarray, labels: ndarray, scores: ndarray) None
__repr__()

Return repr(self).

__weakref__

list of weak references to the object (if defined)