class documentation

A single OpenLABEL shape like a bounding box or polygon.

Class Method from_shape_dict Constructs a shape from a dictionary of information.
Method __init__ Undocumented
Instance Variable attributes Undocumented
Instance Variable coords Undocumented
Instance Variable stream Undocumented

Inherited from AttributeParser:

Class Method _parse_attributes Undocumented
Class Method _parse_name_val_attributes Undocumented
Constant _IGNORE_KEYS Undocumented
Constant _STREAM_KEYS Undocumented
@classmethod
def from_shape_dict(cls, d): (source)

Constructs a shape from a dictionary of information.

Parameters
da dictionary containing information about a shape
Returns
an OpenLABELShape
def __init__(self, coords, attributes=None, stream=None): (source)

Undocumented

attributes = (source)

Undocumented

Undocumented

Undocumented