class documentation
class MediaDirectory(UnlabeledDataset): (source)
A directory of media files.
See :ref:`this page <MediaDirectory-import>` for importing datasets of this type, and see :ref:`this page <MediaDirectory-export>` for exporting datasets of this type.
Method | get |
Returns the fiftyone.utils.data.exporters.DatasetExporter class for exporting datasets of this type to disk. |
Method | get |
Returns the fiftyone.utils.data.importers.DatasetImporter class for importing datasets of this type from disk. |
Returns the fiftyone.utils.data.exporters.DatasetExporter
class for exporting datasets of this type to disk.
Returns | |
a fiftyone.utils.data.exporters.DatasetExporter class |
Returns the fiftyone.utils.data.importers.DatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.DatasetImporter class |