Class NormalizedBoundingBox (2.13.2)

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

Normalized bounding box. The normalized vertex coordinates are relative to the original image. Range: [0, 1].

Attributes

NameDescription
left float
Left X coordinate.
top float
Top Y coordinate.
right float
Right X coordinate.
bottom float
Bottom Y coordinate.