Skip to content

Cannot download facades dataset for Pix2Pix #192

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bekhzod-olimov opened this issue Jan 11, 2023 · 4 comments
Open

Cannot download facades dataset for Pix2Pix #192

bekhzod-olimov opened this issue Jan 11, 2023 · 4 comments

Comments

@bekhzod-olimov
Copy link

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.

@JUSTM0VE0N
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@bekhzod-olimov @ToWarmth @JUSTM0VE0N and others