class documentation
An attribute in CVAT image format.
Parameters | |
name | the attribute name |
value | the attribute value |
Method | __init__ |
Undocumented |
Method | to |
Returns a fiftyone.core.labels.Attribute representation of the attribute. |
Method | to |
Returns an eta.core.data.Attribute representation of the attribute. |
Instance Variable | name |
Undocumented |
Instance Variable | value |
Undocumented |
Returns a fiftyone.core.labels.Attribute
representation of
the attribute.
Returns | |
a fiftyone.core.labels.Attribute |