Hi
Could you explain what this line in dose_metrics.py is trying to execute? subprocess.call(["/matrad/compute_metrics", self.dose_path, patient_id, rad_type, pred_path], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
It is a bit unclear. Is it part of the source code for matRad? If so, where is compute_metrics ?
Also, could you provide some explanation on what the inputs are in this script?
Could you also provide the requirements.txt file?