class documentation
class VideoDirectory(UnlabeledImageDataset): (source)
A directory of videos.
See :ref:`this page <VideoDirectory-import>` for importing datasets of this type, and see :ref:`this page <VideoDirectory-export>` for exporting datasets of this type.
Method | get |
Returns the fiftyone.utils.data.exporters.UnlabeledImageDatasetExporter class for exporting datasets of this type to disk. |
Method | get |
Returns the fiftyone.utils.data.importers.UnlabeledImageDatasetImporter class for importing datasets of this type from disk. |
Returns the
fiftyone.utils.data.exporters.UnlabeledImageDatasetExporter
class for exporting datasets of this type to disk.
Returns | |
a fiftyone.utils.data.exporters.UnlabeledImageDatasetExporter
class |
Returns the
fiftyone.utils.data.importers.UnlabeledImageDatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.UnlabeledImageDatasetImporter
class |