gaitmap_datasets.get_dataset_path# gaitmap_datasets.get_dataset_path(dataset_name: str) → Path[source]# Get the path to a dataset be reading the global config. If no path is configured for the dataset, a ValueError is raised. Parameters: dataset_namestrThe name of the dataset. The name is usually the module folder name of the dataset.