yanx27 / EverybodyDanceNow_reproduce_pytorch

Everybody dance now reproduced in pytorch
MIT License
608 stars 172 forks source link

FileNotFoundError: [Errno 2] No such file or directory: './data/source/images' #75

Closed sunshinewhy closed 4 years ago

sunshinewhy commented 4 years ago

Traceback (most recent call last): File "EverybodyDanceNow_reproduce_pytorch-master/make_source.py", line 18, in if len(os.listdir('./data/source/images'))<100: FileNotFoundError: [Errno 2] No such file or directory: './data/source/images' how to run make_source.py? Thank you!