nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
915 stars 200 forks source link

ImportError: CANN'T import name 'imsave' #30

Closed Boyjingweizhang closed 4 years ago

Boyjingweizhang commented 4 years ago

While trying the train.py file, I have encountered the Error "ImportError: CANN'T import name 'imsave'". This issue is caused by the version of scipy. In the scipy (version>1.3),the method "imsave" has been eliminated, so install the module scipy with lower version (1.2.0) can fix this error.

paul-adlink commented 4 years ago

Yes, install scipy==1.2.0 can resolve this problem.