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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: