Skip to content

Commit

Permalink
fix URL for celebA dataset. fix #9
Browse files Browse the repository at this point in the history
  • Loading branch information
carpedm20 committed Mar 23, 2016
1 parent 6f9d46e commit 9e21175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def download_celeb_a(dirpath):
if os.path.exists(os.path.join(dirpath, data_dir)):
print('Found Celeb-A - skip')
return
url = 'https://www.dropbox.com/sh/8oqt9vytwxb3s4r/AADVdnYbokd7TXhpvfWLL3sga/img_align_celeba.zip?dl=1'
url = 'https://www.dropbox.com/sh/8oqt9vytwxb3s4r/AADIKlz8PR9zr6Y20qbkunrba/Img/img_align_celeba.zip?dl=1&pv=1'
filepath = download(url, dirpath)
zip_dir = ''
with zipfile.ZipFile(filepath) as zf:
Expand Down

0 comments on commit 9e21175

Please sign in to comment.