eriklindernoren / PyTorch-GAN

PyTorch implementations of Generative Adversarial Networks.
MIT License
16.17k stars 4.05k forks source link

Cannot download facades dataset for Pix2Pix #192

Open bekhzod-olimov opened 1 year ago

bekhzod-olimov commented 1 year ago

bash script to download the dataset results in error

bash download_pix2pix_dataset.sh facades

HTTP request sent, awaiting response... 404 Not Found 2023-01-11 15:41:40 ERROR 404: Not Found.

baicaiPCX commented 1 year ago

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

JUSTM0VE0N commented 1 year ago

bash script to download the dataset results in error

bash download_pix2pix_dataset.sh facades

HTTP request sent, awaiting response... 404 Not Found 2023-01-11 15:41:40 ERROR 404: Not Found.

Hello, now you have a new connection to download the dataset?

ToWarmth commented 7 months ago

Problems

The variable "URL" in the file "data/download_pix2pix_dataset.sh:line 2" is doubtful.

Solutions

You can change it like this:

URL=http://efrosgans.eecs.berkeley.edu/pix2pix/datasets/$FILE.tar.gz

Execute

Then, run the next command in terminal: bash data/download_pix2pix_dataset.sh facades

Best Wishes.

baicaiPCX commented 7 months ago

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