MATLAB
Locate the /matlabdirectory inside /root as your working directory to execute all MATLAB related scripts and functions.
Three main scripts:
main_compare.mmain_make_results_scunet.mmain_analyze.m
1. main_compare.m
Select two SCUNet models with model_name = <model_name>.pth
model_name_1 = 'scunet_l1x10_wgan_lpipsvgg_12500_sigmoid.pth';
model_name_2 = 'scunet_l1x10_wgan_lpipsvgg_12500_sigmoid_vst.pth';
2. main_make_results_scunet.m
Again set your desired model name with model_name = <model_name>.pth
'SiemHarm' or 'Verlauf') by commenting one of these lines:
The Results will be saved in the /results_dn_bayer directory in the pattern model_name_image_type.mat.
3. main_analyze.m
This is where you analyze your results from the previous script. Comment the desired line in the script to use 'SiemHarm' or 'Verlauf':
/results_dn_bayer directory. All final results (including, images, heatmaps, plots and metrics) will be saved in the /results_analyze directory.
Warning
THIS TAKES A WHILE TO RUN