Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error from the update of compare_psnr for skimage #6

Open
Ares960826 opened this issue Sep 12, 2024 · 0 comments
Open

Error from the update of compare_psnr for skimage #6

Ares960826 opened this issue Sep 12, 2024 · 0 comments

Comments

@Ares960826
Copy link


ImportError Traceback (most recent call last)
Cell In[1], line 9
7 import scipy.io
8 import numpy as np
----> 9 from skimage.measure import compare_psnr
10 import torch
11 import torch.optim

ImportError: cannot import name 'compare_psnr' from 'skimage.measure' (...\miniconda3\envs\torch\Lib\site-packages\skimage\measure_init_.py)

The compare_psnr has been deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant