You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @m-tassano ,
Recently I tried to reproduce your work and found that the denoise effect performed well visually. But the PSNR value is not satisfactory. Here are some questions about PSNR. I will be very grateful to you if you can give me some advice.
As you mentioned, "the PSNR displayed on the paper is the average of the PNSR of each sequence in the testset. The PSNR of each sequence is the average of the PSNR of all frames" (link: Can you help me to reproduce your result? #13 (comment)), I am wondering is it ok to calculate the video's PNSR using the average value? For example, my video only has two frames. The 1st frame of the video is a cat, and the 2nd frame of the video is a dog. So the PNSR(video) = [ PSNR(cat) + PSNR(dog) ] / 2 ?
I mean sometimes the different objects may be photoed very differently and make different levels of noise(due to the material of the object surface, illumination, etc.) If each frame changes greatly, is it appropriate to use the average value to represent the overall denoising effect? I'm not sure whether some other factors need to be taken into account when calculating the video denoising effect.
Hi,
Thanks for the interest in the paper. I answer to your points below
The algorithm was designed mainly to denoise video sequences captured with a camera. In this context, the use of the mean psnr is justified as there won't be changes in the input as large as the ones you mention. In any case, you can settle for the flavor of pnsr you prefer as long as you are coherent and use the same type whenever you want to compute the metric.
Hi @m-tassano ,
Recently I tried to reproduce your work and found that the denoise effect performed well visually. But the PSNR value is not satisfactory. Here are some questions about PSNR. I will be very grateful to you if you can give me some advice.
I mean sometimes the different objects may be photoed very differently and make different levels of noise(due to the material of the object surface, illumination, etc.) If each frame changes greatly, is it appropriate to use the average value to represent the overall denoising effect? I'm not sure whether some other factors need to be taken into account when calculating the video denoising effect.
Thank you for reading here patiently. Wish you have a good day :)
The text was updated successfully, but these errors were encountered: