-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
hello,
I view we haven't the same PSNR. the deep learning algorithm use the false PSNR.
I propose to delete psnr in utils and put :
from skimage.metrics import peak_signal_noise_ratio
peak_signal_noise_ratio(img1,img2, data_range=255)
and for x_init, because it doesn't work if it's not modified :
`x_init = np.fft.ifft2(y).real # .real modification
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels