class documentation

class FIWDataset(Dataset): (source)

View In Hierarchy

A labeled dataset consisting of images and their associated annotations saved in Families in the Wild format.

Method get_dataset_importer_cls Returns the fiftyone.utils.data.importers.DatasetImporter class for importing datasets of this type from disk.

Inherited from Dataset:

Method get_dataset_exporter_cls Returns the fiftyone.utils.data.exporters.DatasetExporter class for exporting datasets of this type to disk.
def get_dataset_importer_cls(self): (source) ΒΆ