class documentation
class FiftyOneTemporalDetectionDataset(VideoDetectionDataset): (source)
Known subclasses: fiftyone.types.dataset_types.ActivityNetDataset
A labeled dataset consisting of videos and their associated temporal detections stored in a simple JSON format.
See :ref:`this page <FiftyOneTemporalDetectionDataset-import>` for importing datasets of this type, and see :ref:`this page <FiftyOneTemporalDetectionDataset-export>` for exporting datasets of this type.
Method | get |
Returns the fiftyone.utils.data.exporters.LabeledVideoDatasetExporter class for exporting datasets of this type to disk. |
Method | get |
Returns the fiftyone.utils.data.importers.LabeledVideoDatasetImporter class for importing datasets of this type from disk. |
Returns the
fiftyone.utils.data.exporters.LabeledVideoDatasetExporter
class for exporting datasets of this type to disk.
Returns | |
a fiftyone.utils.data.exporters.LabeledVideoDatasetExporter
class |
overridden in
fiftyone.types.dataset_types.ActivityNetDataset
Returns the
fiftyone.utils.data.importers.LabeledVideoDatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.LabeledVideoDatasetImporter
class |