class documentation

Mixin for fiftyone.utils.data.importers.DatasetImporter instances that ingest images into the provided dataset_dir during import.

Parameters
dataset_dirthe directory where input images will be ingested into
image_formatthe image format to use when writing in-memory images to disk. By default, fiftyone.config.default_image_ext is used
Method __init__ Undocumented
Instance Variable dataset_dir Undocumented
Instance Variable image_format Undocumented
Method _ingest_image Undocumented
Method _ingest_image_from_path Undocumented
Method _ingest_in_memory_image Undocumented
Method _setup Undocumented
Instance Variable _filename_maker Undocumented
dataset_dir = (source)

Undocumented

def _ingest_image(self, sample_parser): (source)

Undocumented

def _ingest_image_from_path(self, sample_parser): (source)

Undocumented

def _ingest_in_memory_image(self, sample_parser): (source)

Undocumented

def _setup(self): (source)

Undocumented

_filename_maker = (source)

Undocumented