class documentation
class OpenImagesV7Dataset(ImageDetectionDataset): (source)
A labeled dataset consisting of images and their associated annotations saved in Open Images format.
Method | get |
Returns the fiftyone.utils.data.importers.LabeledImageDatasetImporter class for importing datasets of this type from disk. |
Inherited from LabeledImageDataset
(via ImageDetectionDataset
):
Method | get |
Returns the fiftyone.utils.data.exporters.LabeledImageDatasetExporter class for exporting datasets of this type to disk. |
Returns the
fiftyone.utils.data.importers.LabeledImageDatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.LabeledImageDatasetImporter
class |