Skip to content
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

Open
alefiury opened this issue Jul 31, 2023 · 7 comments
Open

Problem with link to datasets #11

alefiury opened this issue Jul 31, 2023 · 7 comments

Comments

@alefiury
Copy link

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?

@NebiyouTen
Copy link

Yeah I am getting the same 409 access denied error. Did you manage to find a solution?

@1338199
Copy link

1338199 commented Aug 14, 2023

Having the same problem.

@ChunyuanLI
Copy link
Contributor

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

@haotian-liu
Copy link
Collaborator

Hi, the toolkit has been updated with the latest SAS and it should be able to download automatically now.

@pierowu
Copy link

pierowu commented Oct 11, 2023

It seems that the link still cannot be accessed. I don't know whether it's my internet problem or not. Would you mind share a copy by disk or something?
image

@haotian-liu
Copy link
Collaborator

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
https://github.com/Computer-Vision-in-the-Wild/Elevater_Toolkit_IC/blob/main/vision_benchmark/evaluation/feature.py#L561

And please let us know if the issue persists, thanks.

@pierowu
Copy link

pierowu commented Oct 11, 2023

After updating links in the above two files, now the datasets can be download successfully.
Thank you for helping!

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

6 participants