class documentation

A utility for parsing groups of OpenLABEL elements

Method __init__ Undocumented
Class Method _get_element_id Undocumented
Class Method _get_label_file_id Undocumented
Method _add_element_dict Parses the given raw stream dictionary.
Method _parse_group_dict Undocumented
Instance Variable _element_id_to_element Undocumented
Instance Variable _keys_by_label_file_id Undocumented
Property _element_type Undocumented
def __init__(self): (source)

Undocumented

@classmethod
def _get_element_id(cls, label_file_id, name): (source)

Undocumented

@classmethod
def _get_label_file_id(cls, element_id, element_name): (source)

Undocumented

def _add_element_dict(self, label_file_id, key, info_d, frame_number=None): (source)

Parses the given raw stream dictionary.

Parameters
label_file_idUndocumented
keyUndocumented
info_dUndocumented
frame_number:Nonethe frame number from which this stream information dict was parsed, 'None' if from the top-level streams
stream_namethe name of the stream being parsed
stream_da dict containing stream information to parse
def _parse_group_dict(self, group_dict, label_file_id, frame_number=None): (source)

Undocumented

_element_id_to_element: dict = (source)

Undocumented

_keys_by_label_file_id = (source)

Undocumented