Skip to content

PSNR Modification #6

@Sane-viola

Description

@Sane-viola

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions