class documentation
class PlacesDataset(ImageClassificationDataset): (source)
A labeled dataset consisting of images and their associated lables
from the Places dataset
.
Method | get |
Returns the fiftyone.utils.data.importers.LabeledImageDatasetImporter class for importing datasets of this type from disk. |
Inherited from LabeledImageDataset
(via ImageClassificationDataset
):
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 |