EverybodyDanceNow_reproduce_pytorch
EverybodyDanceNow_reproduce_pytorch copied to clipboard
when python train_pose2vid.py, a error of scipy
AttributeError: module 'scipy.misc' has no attribute 'toimage'
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?
I think scipy.misc.toimage()
was removed in later versions of SciPy.
Perhaps install a previous version, like scipy==1.1.0
(docs).