neodroidvision.utilities.visualisation.bounding_box_visualisation.BoundingBoxSpec

class neodroidvision.utilities.visualisation.bounding_box_visualisation.BoundingBoxSpec(coordinates: ~typing.Tuple[float] = <member 'coordinates' of 'BoundingBoxSpec' objects>, score: float = <member 'score' of 'BoundingBoxSpec' objects>, label: str = <member 'label' of 'BoundingBoxSpec' objects>, mask: ~typing.Tuple[float] = <member 'mask' of 'BoundingBoxSpec' objects>, keypoints: ~typing.Tuple[float] = <member 'keypoints' of 'BoundingBoxSpec' objects>, color: ~typing.Union[str, tuple] = <member 'color' of 'BoundingBoxSpec' objects>)[source]

Bases: object

__init__(coordinates: ~typing.Tuple[float] = <member 'coordinates' of 'BoundingBoxSpec' objects>, score: float = <member 'score' of 'BoundingBoxSpec' objects>, label: str = <member 'label' of 'BoundingBoxSpec' objects>, mask: ~typing.Tuple[float] = <member 'mask' of 'BoundingBoxSpec' objects>, keypoints: ~typing.Tuple[float] = <member 'keypoints' of 'BoundingBoxSpec' objects>, color: ~typing.Union[str, tuple] = <member 'color' of 'BoundingBoxSpec' objects>) None

Method generated by attrs for class BoundingBoxSpec.

Methods

__init__([coordinates, score, label, mask, ...])

Method generated by attrs for class BoundingBoxSpec.

Attributes

coordinates

score

label

mask

keypoints

color