load_run_custom_metadata#

gaitmap_challenges.results.load_run_custom_metadata(folder_path: Union[str, Path]) Dict[str, Any][source]#

Load the custom metadata of a run.

Parameters:
folder_path

The path to the folder where the run is stored. The metadata is loaded from the file custom_metadata.json in this folder.

Returns:
The custom metadata as a dictionary.