class documentation
class UnlabeledVideoDataset(UnlabeledDataset): (source)
Base type for datasets that represent an unlabeled collection of videos.
Method | get |
Returns the fiftyone.utils.data.exporters.UnlabeledVideoDatasetExporter class for exporting datasets of this type to disk. |
Method | get |
Returns the fiftyone.utils.data.importers.UnlabeledVideoDatasetImporter class for importing datasets of this type from disk. |
Returns the
fiftyone.utils.data.exporters.UnlabeledVideoDatasetExporter
class for exporting datasets of this type to disk.
Returns | |
a fiftyone.utils.data.exporters.UnlabeledVideoDatasetExporter
class |
Returns the
fiftyone.utils.data.importers.UnlabeledVideoDatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.UnlabeledVideoDatasetImporter
class |