fiftyone.utils.hmdb51ΒΆ
Utilities for working with the HMDB51 dataset.
Functions:
|
Downloads and extracts the HMDB51 dataset. |
-
fiftyone.utils.hmdb51.
download_hmdb51_dataset
(dataset_dir, scratch_dir=None, fold=1, cleanup=True)ΒΆ Downloads and extracts the HMDB51 dataset.
Any existing files are not re-downloaded.
- Parameters
dataset_dir β the directory to output the final dataset
scratch_dir (None) β a scratch directory to use to store temporary files
fold (1) β the test/train fold to use to arrange the files on disk. The supported values are
(1, 2, 3)
cleanup (True) β whether to cleanup the scratch directory after extraction