JATICDetectionTarget

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

Dataclass for the datum-level JATIC output detection format.

Methods

__eq__(other)

Return self==value.

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

Return repr(self).

__weakref__

list of weak references to the object (if defined)