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

Segmentation fault (core dump) on image writing back to the disk. #11

Open
jasorsi13 opened this issue Feb 1, 2023 · 0 comments
Open

Comments

@jasorsi13
Copy link

import imageio ###conda install -c conda-forge imageio
replace all cv2.imwrite() or scipy.misc.imsave() to imageio.imwrite()
This is a mutex issue in new opencv releases. Always use imageio to write images back to the disk.

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