class FiftyOneDataset(fozd.ZooDataset): (source)
Known subclasses: fiftyone.zoo.datasets.base.ActivityNet100Dataset
, fiftyone.zoo.datasets.base.ActivityNet200Dataset
, fiftyone.zoo.datasets.base.BDD100KDataset
, fiftyone.zoo.datasets.base.Caltech101Dataset
, fiftyone.zoo.datasets.base.Caltech256Dataset
, fiftyone.zoo.datasets.base.CityscapesDataset
, fiftyone.zoo.datasets.base.COCO2014Dataset
, fiftyone.zoo.datasets.base.COCO2017Dataset
, fiftyone.zoo.datasets.base.FIWDataset
, fiftyone.zoo.datasets.base.HMDB51Dataset
, fiftyone.zoo.datasets.base.ImageNetSampleDataset
, fiftyone.zoo.datasets.base.Kinetics400Dataset
, fiftyone.zoo.datasets.base.Kinetics600Dataset
, fiftyone.zoo.datasets.base.Kinetics7002020Dataset
, fiftyone.zoo.datasets.base.Kinetics700Dataset
, fiftyone.zoo.datasets.base.KITTIDataset
, fiftyone.zoo.datasets.base.KITTIMultiviewDataset
, fiftyone.zoo.datasets.base.LabeledFacesInTheWildDataset
, fiftyone.zoo.datasets.base.OpenImagesV6Dataset
, fiftyone.zoo.datasets.base.OpenImagesV7Dataset
, fiftyone.zoo.datasets.base.PlacesDataset
, fiftyone.zoo.datasets.base.Quickstart3DDataset
, fiftyone.zoo.datasets.base.QuickstartDataset
, fiftyone.zoo.datasets.base.QuickstartGeoDataset
, fiftyone.zoo.datasets.base.QuickstartGroupsDataset
, fiftyone.zoo.datasets.base.QuickstartVideoDataset
, fiftyone.zoo.datasets.base.SamaCOCODataset
, fiftyone.zoo.datasets.base.UCF101Dataset
Base class for zoo datasets that are provided natively by FiftyOne.
Inherited from ZooDataset
:
Static Method | get |
Returns the path to the ZooDatasetInfo for the dataset. |
Static Method | has |
Determines whether the directory contains ZooDatasetInfo . |
Static Method | load |
Loads the ZooDatasetInfo from the given dataset directory. |
Method | download |
Downloads the dataset and prepares it for use. |
Method | get |
Returns the directory for the given split of the dataset. |
Method | has |
Whether the dataset has the given split. |
Method | has |
Whether the dataset has the given tag. |
Property | has |
Whether the dataset has patches that may need to be applied to already downloaded files. |
Property | has |
Whether the dataset has splits. |
Property | has |
Whether the dataset has tags. |
Property | importer |
A dict of default kwargs to pass to this dataset's fiftyone.utils.data.importers.DatasetImporter . |
Property | is |
Whether the dataset is remotely-sourced. |
Property | name |
The name of the dataset. |
Property | parameters |
An optional dict of parameters describing the configuration of the zoo dataset when it was downloaded. |
Property | requires |
Whether this dataset requires some files to be manually downloaded by the user before the dataset can be loaded. |
Property | supported |
A tuple of supported splits for the dataset, or None if the dataset does not have splits. |
Property | supports |
Whether the dataset supports downloading partial subsets of its splits. |
Property | tags |
A tuple of tags for the dataset. |
Method | _download |
Internal implementation of downloading the dataset and preparing it for use in the given directory. |
Method | _get |
Undocumented |
Method | _is |
Undocumented |
Method | _is |
Undocumented |
Method | _patch |
Internal method called when an already downloaded dataset may need to be patched. |