AutoNUE / public-code

http://cvit.iiit.ac.in/scene-understanding-challenge-2018/
104 stars 49 forks source link

import error #12

Open CagesThrottleUs opened 3 years ago

CagesThrottleUs commented 3 years ago

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.

shivam1423 commented 3 years ago

pip install scipy==1.1.0 use 1.1.0 version