class documentation
class ImageSegmentationDataset(LabeledImageDataset): (source)
Known subclasses: fiftyone.types.dataset_types.ImageSegmentationDirectory
Base type for datasets that represent a collection of images and a set of associated semantic segmentations.
Inherited from LabeledImageDataset
:
Method | get |
Returns the fiftyone.utils.data.exporters.LabeledImageDatasetExporter class for exporting datasets of this type to disk. |
Method | get |
Returns the fiftyone.utils.data.importers.LabeledImageDatasetImporter class for importing datasets of this type from disk. |