NBNet icon indicating copy to clipboard operation
NBNet copied to clipboard

A question about test result

Open wzp2019201645 opened this issue 4 years ago • 1 comments

Hello, after I read your test code, I found that your test code seemed to only compute the PSNR value but cannot produce the denoised images. Therefore, I want to know how to modify the test code to realize my demand. Could you tell me the solution? thx.

wzp2019201645 avatar May 31 '21 08:05 wzp2019201645

Sorry for the missing code to dump images. Please refer to line 31 in test.py, you can take out the "pred" item and convert it into a numpy array, so that you can save the predicted images.

Sumching avatar Jun 01 '21 08:06 Sumching