class documentation
class GeoTIFFDataset(ImageLabelsDataset): (source)
An image dataset whose image and geolocation data are stored in GeoTIFF format.
See :ref:`this page <GeoTIFFDataset-import>` for importing datasets of this type.
Method | get |
Returns the fiftyone.utils.data.importers.LabeledImageDatasetImporter class for importing datasets of this type from disk. |
Inherited from LabeledImageDataset
(via ImageLabelsDataset
):
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 |