You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While attempting to download the CelebA dataset using the provided script (subpopbench.scripts.download), I encountered an access denied error from Google Drive followed by a FileNotFoundError. This issue prevents the successful execution of the dataset download script.
The script begins the download process for the CelebA dataset but fails with the following error message:
INFO:root:Downloading CelebA...
Access denied with the following error:
Cannot retrieve the public link of the file. You may need to change
the permission to 'Anyone with the link', or have had many accesses.
You may still be able to access the file from the browser:
https://drive.google.com/uc?id=1mb1R6dXfWbvk3DnlWOBO8pDeoBKOcLE6
... [Followed by a FileNotFoundError for img_align_celeba.zip]
I guess the Google Drive link for the CelebA dataset might have moved to restricted access?
The text was updated successfully, but these errors were encountered:
While attempting to download the CelebA dataset using the provided script (subpopbench.scripts.download), I encountered an access denied error from Google Drive followed by a FileNotFoundError. This issue prevents the successful execution of the dataset download script.
Steps to Reproduce
Error
The script begins the download process for the CelebA dataset but fails with the following error message:
INFO:root:Downloading CelebA...
I guess the Google Drive link for the CelebA dataset might have moved to restricted access?
The text was updated successfully, but these errors were encountered: