Class NormalizedBoundingBox (2.13.4)

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

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