NBNet
NBNet copied to clipboard
A question about test result
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.
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.