class documentation
class CVATLabel(object): (source)
Known subclasses: fiftyone.utils.cvat.CVATShape
, fiftyone.utils.cvat.CVATTag
Constructor: CVATLabel(label_dict, class_map, attr_id_map, server_id_map, attributes)
A label 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 | __init__ |
Undocumented |
Instance Variable | attributes |
Undocumented |
Instance Variable | fo |
Undocumented |
Instance Variable | id |
Undocumented |
Instance Variable | label |
Undocumented |
Method | _set |
Undocumented |
Method | _set |
Undocumented |