class documentation

class VOCDetectionDataset(ImageDetectionDataset): (source)

View In Hierarchy

A labeled dataset consisting of images and their associated object detections saved in VOC format.

See :ref:`this page <VOCDetectionDataset-import>` for importing datasets of this type, and see :ref:`this page <VOCDetectionDataset-export>` for exporting datasets of this type.

Method get_dataset_exporter_cls Returns the fiftyone.utils.data.exporters.LabeledImageDatasetExporter class for exporting datasets of this type to disk.
Method get_dataset_importer_cls Returns the fiftyone.utils.data.importers.LabeledImageDatasetImporter class for importing datasets of this type from disk.