class documentation

class CVATAttribute(object): (source)

Constructor: CVATAttribute(name, value)

View In Hierarchy

An attribute in CVAT image format.

Parameters
namethe attribute name
valuethe attribute value
Method __init__ Undocumented
Method to_attribute Returns a fiftyone.core.labels.Attribute representation of the attribute.
Method to_eta_attribute Returns an eta.core.data.Attribute representation of the attribute.
Instance Variable name Undocumented
Instance Variable value Undocumented
def __init__(self, name, value): (source)

Undocumented

def to_attribute(self): (source)

Returns a fiftyone.core.labels.Attribute representation of the attribute.

Returns
a fiftyone.core.labels.Attribute
def to_eta_attribute(self): (source)

Returns an eta.core.data.Attribute representation of the attribute.

Returns
an eta.core.data.Attribute

Undocumented

Undocumented