class documentation
class FiftyOneImageClassificationDataset(ImageClassificationDataset): (source)
A labeled dataset consisting of images and their associated classification labels stored in a simple JSON format.
See :ref:`this page <FiftyOneImageClassificationDataset-import>` for importing datasets of this type, and see :ref:`this page <FiftyOneImageClassificationDataset-export>` for exporting datasets of this type.
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. |
Returns the
fiftyone.utils.data.exporters.LabeledImageDatasetExporter
class for exporting datasets of this type to disk.
Returns | |
a fiftyone.utils.data.exporters.LabeledImageDatasetExporter
class |
Returns the
fiftyone.utils.data.importers.LabeledImageDatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.LabeledImageDatasetImporter
class |