class documentation

A tag returned by the CVAT API.

Parameters
label_dictthe dictionary containing the label information loaded from the CVAT API
class_mapa dictionary mapping label IDs to class strings
attr_id_mapa dictionary mapping attribute IDs attribute names for every label
server_id_mapa dictionary mapping server IDs to FiftyOne label IDs
attributesan optional list of additional attributes
Method to_classification Converts the tag to a fiftyone.core.labels.Classification.

Inherited from CVATLabel:

Method __init__ Undocumented
Instance Variable fo_attributes Undocumented
Instance Variable id Undocumented
Instance Variable label Undocumented
Method _set_attributes Undocumented
Method _set_id Undocumented
def to_classification(self): (source) ΒΆ