class documentation
class VideoLabelsDataset(LabeledVideoDataset): (source)
Known subclasses: fiftyone.types.dataset_types.CVATVideoDataset
, fiftyone.types.dataset_types.FiftyOneVideoLabelsDataset
, fiftyone.types.dataset_types.OpenLABELVideoDataset
Base type for datasets that represent a collection of videos and a set of associated multitask predictions.
Inherited from LabeledVideoDataset
:
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. |