class documentation
class LabeledDataset(Dataset): (source)
Known subclasses: fiftyone.types.dataset_types.GeoJSONDataset
, fiftyone.types.dataset_types.LabeledImageDataset
, fiftyone.types.dataset_types.LabeledVideoDataset
Base type for datasets that represent a collection of data samples and their associated labels.
Inherited from Dataset
:
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. |