class documentation
class ActivityNetDataset(FiftyOneTemporalDetectionDataset): (source)
A video dataset composed of temporal activity detections from the ActivityNet dataset.
Method | get |
Returns the fiftyone.utils.data.importers.LabeledVideoDatasetImporter class for importing datasets of this type from disk. |
Inherited from FiftyOneTemporalDetectionDataset
:
Method | get |
Returns the fiftyone.utils.data.exporters.LabeledVideoDatasetExporter class for exporting datasets of this type to disk. |
Returns the
fiftyone.utils.data.importers.LabeledVideoDatasetImporter
class for importing datasets of this type from disk.
Returns | |
a fiftyone.utils.data.importers.LabeledVideoDatasetImporter
class |