Class NormalizedBoundingBox (2.8.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.

Inheritance

builtins.object > proto.message.Message > NormalizedBoundingBox