eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.05k stars 4.04k forks source link

Information About MUNIT #156

Open Yonithe23 opened 2 years ago

Yonithe23 commented 2 years ago

Dear, I would like to use MUNIT Example but i have some problem to download the datasets " pix2pix_dataset.sh edges2shoes". i used this "bash download_pix2pix_dataset.sh edges2shoes" code from Run Example . but in edge2shoes folder there is no any type of images . how can solve this problem .

ansarker commented 2 years ago

The URL in download_pix2pix_dataset.sh is not working. By changing the URL to http://efrosgans.eecs.berkeley.edu/pix2pix/datasets/$FILE.tar.gz worked for me

lanlanwei commented 2 years ago

您好,您的来信我已收到,感谢来信,祝天天好心情。

baicaiPCX commented 2 years ago

您好,您的邮件小皮已经收到啦!!!

Yonithe23 commented 2 years ago

@ansarker Thank you a lot !!!