martinbenson / deep-photo-styletransfer

Implementation of "Deep Photo Style Transfer": https://arxiv.org/abs/1703.07511
MIT License
205 stars 27 forks source link

AttributeError: module 'scipy.ndimage' has no attribute 'imread' #44

Closed mrgloom closed 5 years ago

mrgloom commented 5 years ago
Traceback (most recent call last):
  File "deep_photo.py", line 124, in <module>
    img = spi.imread(args.content_image, mode="RGB")
AttributeError: module 'scipy.ndimage' has no attribute 'imread'
mrgloom commented 5 years ago

https://stackoverflow.com/a/56765560/1179925