myselfhimself / gmic-py

Python binding for the G'MIC Image Processing Framework
https://gmic.eu/
Other
30 stars 4 forks source link

random crashes with from_numpy, to_numpy #96

Open eyaler opened 3 years ago

eyaler commented 3 years ago

running on colab i see random crashes when i use from_numpy or to_numpy. the colab crashes without any message so its hard to debug. when from_numpy_helper(im, deinterleave=True), to_numpy_helper(im, interleave=True) it works OK! i am not sure why the wrapper functions from_numpy, to_numpy are implemented in cpp and not in python.