You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to this code but I get this error :
line 70, in convolve
if len(mask.shape) != len(self.__dimension):
AttributeError: 'imarray' object has no attribute '_imarray__dimension
Knowing that the only change that I made is changing : switching toscipy.imageio.imreadsince scipy.misc.imread is deprecated.
Thank you, for helping me.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to this code but I get this error :
Knowing that the only change that I made is changing : switching to
scipy.imageio.imread
sincescipy.misc.imread
is deprecated.Thank you, for helping me.
The text was updated successfully, but these errors were encountered: