wywu / ReenactGAN

[ECCV 2018] ReenactGAN: Learning to Reenact Faces via Boundary Transfer
https://wywu.github.io/projects/ReenactGAN/ReenactGAN.html
197 stars 41 forks source link

sample_40000.txt not found #7

Closed MasterXiYu closed 5 years ago

MasterXiYu commented 5 years ago

Thanks for release code, but I found that it can not find './CelebV/Donald_Trump/sample_40000.txt', I have download CelebV from Google Drive, but when I run train_transformer, it does not work. Did I miss something? Many Thanks

MasterXiYu commented 5 years ago

So I try to rename sample_40000.txt as all_98pt.txt........

liren2515 commented 5 years ago

So I try to rename sample_40000.txt as all_98pt.txt........

Yes, just rename it. It's a small typo.

MasterXiYu commented 5 years ago

So I try to rename sample_40000.txt as all_98pt.txt........

Yes, just rename it. It's a small typo.

thanks a lot