class documentation

class VideoClassificationDirectoryTree(VideoClassificationDataset): (source)

View In Hierarchy

A directory tree whose subfolders define a video classification dataset.

See :ref:`this page <VideoClassificationDirectoryTree-import>` for importing datasets of this type, and see :ref:`this page <VideoClassificationDirectoryTree-export>` for exporting datasets of this type.

Method get_dataset_exporter_cls Returns the fiftyone.utils.data.exporters.LabeledVideoDatasetExporter class for exporting datasets of this type to disk.
Method get_dataset_importer_cls Returns the fiftyone.utils.data.importers.LabeledVideoDatasetImporter class for importing datasets of this type from disk.