class documentation
class CVATVideoDataset(VideoLabelsDataset): (source)
A labeled dataset consisting of images and their associated object detections stored in CVAT video format.
See :ref:`this page <CVATVideoDataset-import>` for importing datasets of this type, and see :ref:`this page <CVATVideoDataset-export>` for exporting datasets of this type.
Method | get |
Returns the fiftyone.utils.data.exporters.LabeledVideoDatasetExporter class for exporting datasets of this type to disk. |
Method | get |
Returns the fiftyone.utils.data.importers.LabeledVideoDatasetImporter class for importing datasets of this type from disk. |
Returns the
fiftyone.utils.data.exporters.LabeledVideoDatasetExporter
class for exporting datasets of this type to disk.
Returns | |
a fiftyone.utils.data.exporters.LabeledVideoDatasetExporter
class |
Returns the
fiftyone.utils.data.importers.LabeledVideoDatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.LabeledVideoDatasetImporter
class |