EverybodyDanceNow_reproduce_pytorch icon indicating copy to clipboard operation
EverybodyDanceNow_reproduce_pytorch copied to clipboard

when python train_pose2vid.py, a error of scipy

Open ZhangZoffy opened this issue 5 years ago • 2 comments

AttributeError: module 'scipy.misc' has no attribute 'toimage'

ZhangZoffy avatar Sep 11 '19 10:09 ZhangZoffy

Excuse me ,i think there's something strange here.Traning with only one video,Does each video have to train the model once?IDo you think with me?

zrhyst23 avatar Sep 16 '19 02:09 zrhyst23

I think scipy.misc.toimage() was removed in later versions of SciPy. Perhaps install a previous version, like scipy==1.1.0 (docs).

chuanenlin avatar Dec 25 '19 15:12 chuanenlin