orthoseg.postprocess#
- orthoseg.postprocess(config_path, config_overrules=None)#
Postprocess the output of a prediction for the config specified.
- Parameters:
config_path (Path) – Path to the config file.
config_overrules (list[str], optional) – list of config options that will overrule other ways to supply configuration. They should be specified in the form of “<section>.<key>=<value>”. Defaults to None.