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
I am using google colab and while running the createLabels.py I am getting an ImportError message as:
Traceback (most recent call last):
File "preperation/createLabels.py", line 9, in
from scipy.misc import imread, imsave
ImportError: cannot import name 'imread'
I tried looking into the scipy docs for version '1.4.1' and I am not able to find any imread or imsave.
The text was updated successfully, but these errors were encountered:
I am using google colab and while running the createLabels.py I am getting an ImportError message as:
I tried looking into the scipy docs for version '1.4.1' and I am not able to find any imread or imsave.
The text was updated successfully, but these errors were encountered: