yanx27 / EverybodyDanceNow_reproduce_pytorch

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

AttributeError: 'list' object has no attribute 'size' #111

Open mioyeah opened 2 years ago

mioyeah commented 2 years ago

Windows 10 Env Python 3.6.5 run: python train_pose2vid.py

image image image

The img is of list type, so I can't get the size attribute.

can you give me any suggestions? thx