deep-image-prior
deep-image-prior copied to clipboard
ImportError: cannot import name 'compare_psnr' from 'skimage.measure'
For superresolution.py and denoising.py
I believe this function was renamed in release 0.16 and the older compare_psnr name was removed in 0.18. You should be able to import under the new name with: from skimage.metrics import peak_signal_noise_ratio
已收到!祝每天开开心心!!
I am having issues as well to import the function with the new name "peak_signal_noise_ratio"
已收到!祝每天开开心心!!