class documentation
class CVATVideoAnno(object): (source)
Known subclasses: fiftyone.utils.cvat.CVATVideoBox
, fiftyone.utils.cvat.CVATVideoPoints
, fiftyone.utils.cvat.CVATVideoPolygon
, fiftyone.utils.cvat.CVATVideoPolyline
Constructor: CVATVideoAnno(outside, occluded, keyframe, attributes)
Mixin for annotations in CVAT video format.
Parameters | |
outside | whether the object is outside (invisible) |
occluded | whether the object is occluded |
keyframe | whether the frame is a keyframe |
attributes | a list of CVATAttribute instances |
Method | __init__ |
Undocumented |
Instance Variable | attributes |
Undocumented |
Instance Variable | keyframe |
Undocumented |
Instance Variable | occluded |
Undocumented |
Instance Variable | outside |
Undocumented |
Static Method | _parse |
Undocumented |
Static Method | _parse |
Undocumented |
Method | _to |
Undocumented |