-
Notifications
You must be signed in to change notification settings - Fork 18
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
Problem with link to datasets #11
Comments
Yeah I am getting the same 409 access denied error. Did you manage to find a solution? |
Having the same problem. |
Note: The data is on Azure Storage Blob, a SAS with Read permission is provided. Please append the following SAS at the end of each link to download: ?sp=r&st=2023-08-28T01:41:20Z&se=3023-08-28T09:41:20Z&sv=2022-11-02&sr=c&sig=Msoq5dIl%2Fve6F01edGr8jgcZUt7rtsuJ896xvstSNfM%3D |
Hi, the toolkit has been updated with the latest SAS and it should be able to download automatically now. |
Please check these two files to ensure the new blob SAS is included (you may need to pull the latest code base) https://github.com/Computer-Vision-in-the-Wild/Elevater_Toolkit_IC/blob/main/vision_benchmark/common/constants.py#L4 And please let us know if the issue persists, thanks. |
After updating links in the above two files, now the datasets can be download successfully. |
Currently I am having the following error:
requests.exceptions.HTTPError: 409 Client Error: Public access is not permitted on this storage account. for url: https://cvinthewildeus.blob.core.windows.net/datasets/classification/cifar_10_20211007/test.txt
It seems like we do not have access to the datasets anymore, can anyone check on this?
The text was updated successfully, but these errors were encountered: