class documentation
class OpenLABELVideoDataset(VideoLabelsDataset): (source)
Undocumented
Method | get |
Returns the fiftyone.utils.data.importers.LabeledVideoDatasetImporter class for importing datasets of this type from disk. |
Inherited from LabeledVideoDataset
(via VideoLabelsDataset
):
Method | get |
Returns the fiftyone.utils.data.exporters.LabeledVideoDatasetExporter class for exporting datasets of this type to disk. |
Returns the
fiftyone.utils.data.importers.LabeledVideoDatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.LabeledVideoDatasetImporter
class |