NVIDIA / FastPhotoStyle

Style transfer, deep learning, feature transform
Other
11.11k stars 1.2k forks source link

scipy.misc.imresize function has been deprecated since scipy 1.3.0 version. #115

Open Matoi647 opened 1 year ago

Matoi647 commented 1 year ago

File "photo_smooth.py", line 38 content = scipy.misc.imresize(content,(h,w))

scipy.misc.imresize function has been deprecated since scipy 1.3.0 version. Use np.array(content.resize(h,w)) instead.