load_run_metadata#
- gaitmap_challenges.results.load_run_metadata(folder_path: Union[str, Path]) Dict[str, Any][source]#
Load the metadata of a run.
- Parameters:
- folder_path
The path to the folder where the run results are stored. The metadata is loaded from the file
metadata.jsonin this folder.
- Returns:
- The metadata as a dictionary.