class documentation
class OpenLABELGroup(object): (source)
Known subclasses: fiftyone.utils.openlabel.OpenLABELObjects
, fiftyone.utils.openlabel.OpenLABELStreams
A utility for parsing groups of OpenLABEL elements
Method | __init__ |
Undocumented |
Class Method | _get |
Undocumented |
Class Method | _get |
Undocumented |
Method | _add |
Parses the given raw stream dictionary. |
Method | _parse |
Undocumented |
Instance Variable | _element |
Undocumented |
Instance Variable | _keys |
Undocumented |
Property | _element |
Undocumented |
Parses the given raw stream dictionary.
Parameters | |
label | Undocumented |
key | Undocumented |
info | Undocumented |
frameNone | the frame number from which this stream information dict was parsed, 'None' if from the top-level streams |
stream | the name of the stream being parsed |
stream | a dict containing stream information to parse |