-
Notifications
You must be signed in to change notification settings - Fork 836
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 no longer supports imread/imwrite, need to use imageio #42
Comments
Workaround: |
Thanks bro. |
Note: |
If you use conda, then
also works. |
Alternatively, I just replaced scipy with imageio in line 13 of demo_MiddleBury.py and everything worked without having to install any old packages. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using newer SciPy (which is an unlisted requirement btw), needs changes to some code to not use scipy.misc.imread etc, and rather use http://imageio.github.io
The text was updated successfully, but these errors were encountered: