In image.py, line 319, encountering what appears to be this bug: https://github.com/numpy/numpy/issues/12283 As temporary fix, wrapping the function in a try:except so that it just skips that frame but continues.
In image.py, line 319, encountering what appears to be this bug: numpy/numpy#12283
As temporary fix, wrapping the function in a try:except so that it just skips that frame but continues.