class documentation

class GroupDataset(Dataset): (source)

View In Hierarchy

Base type for datasets that contain grouped samples of any type(s).

Method get_dataset_exporter_cls Returns the fiftyone.utils.data.exporters.GroupDatasetExporter class for exporting datasets of this type to disk.
Method get_dataset_importer_cls Returns the fiftyone.utils.data.importers.GroupDatasetImporter class for importing datasets of this type from disk.
def get_dataset_exporter_cls(self): (source)
def get_dataset_importer_cls(self): (source)