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

scipy.misc.imread deprecated #2

Open
ML-Chen opened this issue Jul 27, 2020 · 0 comments
Open

scipy.misc.imread deprecated #2

ML-Chen opened this issue Jul 27, 2020 · 0 comments

Comments

@ML-Chen
Copy link

ML-Chen commented Jul 27, 2020

scipy.misc.imread has been deprecated and is no longer available with recent versions of scipy. Instead, we can replace it with from imageio import imread.

brendalf added a commit to brendalf/metrics that referenced this issue Jan 24, 2021
As state by @ML-Chen, `scipy.misc.imread` and `scipy.misc.imresize` has been deprecated and is no longer available with recent versions of scipy. 

Instead, we can replace it with `from imageio import imread` and `from skimage.transform import resize`.

This should close lzhbrian#2.
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