Computer-Vision-in-the-Wild / DataDownload

MIT License
23 stars 4 forks source link

Downloading knowledge files is not permitted. #11

Open junha1125 opened 9 months ago

junha1125 commented 9 months ago

Thank you for your nice work.

When run python download_knowledge.py, the following error message is shown:

urllib.request.urlretrieve(f'https://elevater.blob.core.windows.net/resources/{fpath}/{fname}?sp=r&st=2022-06-08T05:41:38Z&se=2023-06-08T13:41:38Z&spr=https&sv=2021-06-08&sr=c&sig=TEPxyA1%2Fxu6wu7v4zFcJ7O8O7VGSWwXmZDiVyt9Xx7U%3D', f'{output_dir}/{fname}')
urllib.error.HTTPError: HTTP Error 403: Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.

So, I tried the alternative links as follows:

But, they did not work. Could you check this problem?

Best wishes,