py-denseflow icon indicating copy to clipboard operation
py-denseflow copied to clipboard

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

Open jasorsi13 opened this issue 2 years ago • 0 comments

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.

jasorsi13 avatar Feb 01 '23 00:02 jasorsi13