extract_dataset
**kwargs) data.utils.extract_dataset(name,
Extract a dataset and return the path to the extracted directory.
Parameters
Name | Type | Description | Default |
---|---|---|---|
name | str | Name of the datasets, e.g., P500_9subjects/L1m for a compressed file of the name P500_9subjects/L1m.tar.gz . |
required |
kwargs | dict | Additional arguments, including dest which is the destination directory to extract the file. Defaults to (i.e., ~/.behaverse/datasets/{name} ). |
{} |
Returns
Name | Type | Description |
---|---|---|
Path | Path | Path to the extracted directory. |