class documentation

Information about a stream used to gather specific objects for a media file.

Parameters
frame_numbersframe numbers related to this stream info
streaman OpenLABELStream
label_file_ida label file id related to this stream info
is_sample_levelwhether this stream info corresponds to sample-level or frame-level
Method __init__ Undocumented
Method get_stream_attributes Get a dictionary of attributes for the stream in this object.
Instance Variable frame_numbers Undocumented
Instance Variable is_sample_level Undocumented
Instance Variable label_file_id Undocumented
Instance Variable stream Undocumented
Property is_streamless Whether there exists a stream corresponding to this info.
def __init__(self, frame_numbers=None, stream=None, label_file_id=None, is_sample_level=None): (source)

Undocumented

def get_stream_attributes(self): (source)

Get a dictionary of attributes for the stream in this object.

Returns
a dictionary of attributes from the corresponding stream
frame_numbers: None = (source)

Undocumented

is_sample_level: None = (source)

Undocumented

label_file_id: None = (source)

Undocumented

Undocumented

@property
is_streamless = (source)

Whether there exists a stream corresponding to this info.