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.imsave error in csv_to_images.py #4

Open
oguzhan-bolukbas opened this issue Nov 21, 2019 · 0 comments
Open

scipy.misc.imsave error in csv_to_images.py #4

oguzhan-bolukbas opened this issue Nov 21, 2019 · 0 comments

Comments

@oguzhan-bolukbas
Copy link

In csv_to_images.py file, an issue occurs:
"AttributeError: module 'scipy.misc' has no attribute 'imsave'"
To run correctly and avoid error
"scipy.misc.imsave(image_file, stacked_image)"
can be changed to
"imageio.imwrite(image_file, stacked_image)"
and
"import imageio"
must be added.

Thats it, it works properly now.

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