colour_checker_detection.detection.templates.load_template# colour_checker_detection.detection.templates.load_template(template_path: str) → Template[source]# Load a template from a structured NPZ file. Parameters: template_path (str) – Full path to the NPZ template file. Returns: Loaded template object. Return type: Template