class documentation

class Car(BaseObject):

View In Hierarchy

This object contains the static attributes of objects with the classification 'vehicle/car'.

For the dynamic attributes, see CarInFrame. Instances of this class are found in AveasOpenLabel.objects.

Class Variable name A friendly identifier of the element, is not unique but employed by human users to rapidly identify elements in the scene.
Class Variable object_data Contains the object's static attributes
Class Variable type The classification of the object
name: str =

A friendly identifier of the element, is not unique but employed by human users to rapidly identify elements in the scene.

Contains the object's static attributes

type: Literal['vehicle/car'] =

The classification of the object