orthoseg.load_images#
- orthoseg.load_images(config_path, load_testsample_images=False, config_overrules=None)#
Load and cache images for a segmentation project.
- Parameters:
config_path (Path) – Path to the projects config file.
load_testsample_images (bool, optional) – True to only load testsample images. Defaults to False.
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.