Jingkang50 / OpenOOD

Benchmarking Generalized Out-of-Distribution Detection
MIT License
858 stars 108 forks source link

"Access denied" when downloading data #132

Closed zjysteven closed 1 year ago

zjysteven commented 1 year ago

Hi,

Thanks for open-sourcing this project; I can see how many efforts are behind this. I got the following error when downloading the datasets:

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=1PGKheHUsf29leJPPGuXqzLBMwl8qMF8_

I could manually download these files by opening the link in the browser, but it's definitely sub-optimal. Is there anything wrong on my side or if there is someone else who also has this problem? Would appreciate any clarification/suggestion. Thanks!

Nicous20 commented 1 year ago

Thank you for your support and question. I think the problem may be the version of gdown. Please execute the statement [pip install-- upgrade-- no-cache-dir gdown] before you try to download the dataset.

zjysteven commented 1 year ago

It works. Thanks!