class documentation

class Frame(BaseFrame):

View In Hierarchy

A frame is a container of dynamic, timewise, information.

Class Variable frame_properties This field contains information about this frame.
Class Variable objects This field contains dynamic information on OpenLABEL objects. Object values contain an "object_data" field. Dict keys are unique per object in the scenario. Static attributes of an object can be found in ...
frame_properties: Optional[FrameProperties] =

This field contains information about this frame.

objects: Optional[dict[ObjectUid, ObjectInFrame]] =

This field contains dynamic information on OpenLABEL objects. Object values contain an "object_data" field. Dict keys are unique per object in the scenario. Static attributes of an object can be found in AveasOpenLabel.objects.