module documentation
Utilities for working with the HMDB51 dataset.
Function | download |
Downloads and extracts the HMDB51 dataset. |
Variable | logger |
Undocumented |
Function | _download |
Undocumented |
Function | _download |
Undocumented |
Function | _load |
Undocumented |
Constant | _SPLITS |
Undocumented |
Constant | _VIDEOS |
Undocumented |
Downloads and extracts the HMDB51 dataset.
Any existing files are not re-downloaded.
Parameters | |
dataset | the directory to output the final dataset |
scratchNone | 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 |