l5kit.configs package¶
- l5kit.configs.load_config_data(path: str) dict ¶
Load a config data from a given path
- Parameters
path – the path as a string
- Returns
the config as a dict
- l5kit.configs.save_config_data(data: dict, path: str) None ¶
Save the config on the disk
- Parameters
data – the config as a dict
path – the path as a string