JunlinHan / CWR

Code and dataset for Single Underwater Image Restoration by Contrastive Learning, IGARSS 2021, oral.
Other
79 stars 15 forks source link

about assessment metrics #10

Open ddeunga opened 1 year ago

ddeunga commented 1 year ago

Where can I find codes for evaluation scores such as psnr and ssim?

JunlinHan commented 1 year ago

Hello ddeunga,

Evaluation codes are not included in this repo, you might check this link for Matlab PSNR/SSIM .

ddeunga commented 1 year ago

Thank you so much for your care. But I can't use MATLAB, so could you tell me the Python code?

JunlinHan commented 1 year ago

Thank you so much for your care. But I can't use MATLAB, so could you tell me the Python code?

Check skimage, btw results from skimage might be different from Matlab.

ddeunga commented 1 year ago

Thank you so much for letting me know! Thank you for your precious time while you are busy.