class documentation
class CVATTag(CVATLabel): (source)
Constructor: CVATTag(label_dict, class_map, attr_id_map, server_id_map, attributes)
A tag returned by the CVAT API.
Parameters | |
label | the dictionary containing the label information loaded from the CVAT API |
class | a dictionary mapping label IDs to class strings |
attr | a dictionary mapping attribute IDs attribute names for every label |
server | a dictionary mapping server IDs to FiftyOne label IDs |
attributes | an optional list of additional attributes |
Method | to |
Converts the tag to a fiftyone.core.labels.Classification . |
Inherited from CVATLabel
:
Method | __init__ |
Undocumented |
Instance Variable | fo |
Undocumented |
Instance Variable | id |
Undocumented |
Instance Variable | label |
Undocumented |
Method | _set |
Undocumented |
Method | _set |
Undocumented |
Converts the tag to a fiftyone.core.labels.Classification
.
Returns | |
a fiftyone.core.labels.Classification |