I was trying some code segment,
from scipy import misc im = misc.imread(file_image, True) However, I got the error message such as
AttributeError: module 'scipy.misc' has no attribute 'imread' What can be the reason of this?
I was trying some code segment,
from scipy import misc im = misc.imread(file_image, True) However, I got the error message such as
AttributeError: module 'scipy.misc' has no attribute 'imread' What can be the reason of this?