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 #70

Open
jasorsi13 opened this issue Feb 1, 2023 · 1 comment
Open

Segmentation fault core dump #70

jasorsi13 opened this issue Feb 1, 2023 · 1 comment

Comments

@jasorsi13
Copy link

I was facing segmentation fault core dump as It was writing the images back to disk. This worked.

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.
Please do the C++ equivalent of this.

@yuxi120407
Copy link

Could you please provide more details on how to modify it? I very much appreciate it. @jasorsi13

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

2 participants