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
Running the demo: edgeDetect.py results following error:
AttributeError: module 'scipy.ndimage' has no attribute 'imread'
Looking at this documentation the scipy.ndimage.imread seems to be deprecated. Running the demo again with imageio.imread("head.png", as_gray=True) seems to be working perfectly
The text was updated successfully, but these errors were encountered:
Running the demo:
edgeDetect.py
results following error:Looking at this documentation the
scipy.ndimage.imread
seems to be deprecated. Running the demo again withimageio.imread("head.png", as_gray=True)
seems to be working perfectlyThe text was updated successfully, but these errors were encountered: