Class NormalizedBoundingBox (0.1.0)

NormalizedBoundingBox(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Bounding Box in the normalized coordinates.

Attributes

Name Description
xmin float
Min in x coordinate.
ymin float
Min in y coordinate.
width float
Width of the bounding box.
height float
Height of the bounding box.