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
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.
The text was updated successfully, but these errors were encountered:
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 closelzhbrian#2.
scipy.misc.imread
has been deprecated and is no longer available with recent versions of scipy. Instead, we can replace it withfrom imageio import imread
.The text was updated successfully, but these errors were encountered: