yanx27 / EverybodyDanceNow_reproduce_pytorch

Everybody dance now reproduced in pytorch
MIT License
605 stars 173 forks source link

when python train_pose2vid.py, a error of scipy #62

Open ZhangZoffy opened 5 years ago

ZhangZoffy commented 5 years ago

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

zrhyst23 commented 5 years ago

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?

chuanenlin commented 4 years ago

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