zhihou7 / HOI-CL

Series of work (ECCV2020, CVPR2021, CVPR2021, ECCV2022) about Compositional Learning for Human-Object Interaction Exploration
https://sites.google.com/view/hoi-cl
MIT License
78 stars 11 forks source link

HICO-DET download not working #23

Open PradKalkar opened 2 years ago

PradKalkar commented 2 years ago

When I run the first command in the readme - i.e. running the "download_dataset.sh" script; the HICO-DET dataset is not getting downloaded as a gzip file from the google drive link and thus tar command is not able to extract it. It seems there is some issue in lib/ult/Download_data.py file. Rather, when I inspected the contents of the downloaded "gz" file, its merely HTML.

Please help.

zhihou7 commented 2 years ago

Sorry for the removed url. Could you try this url? https://drive.google.com/file/d/1QZcJmGVlF9f4h-XLWe9Gkmnmj2z1gSnk/view

feel free to comment if u have further questions.

PradKalkar commented 2 years ago

Thanks for the reply. I tried the id (1QZcJmGVlF9f4h-XLWe9Gkmnmj2z1gSnk) which is provided in this url as well. But, its still fetching the file as an HTML.

zhihou7 commented 2 years ago

I thought it might be the issue from the update in google drive. I recently can’t not download file with gdown. I can download the file on safari. Could u download from the website?

PradKalkar commented 2 years ago

Yes, I can download from the website but not from the download_dataset.sh script.

zhihou7 commented 2 years ago

Hi @PradKalkar, Thanks for your comment. There is indeed some issue in lib/ult/Download_data.py file. I have switch to use gdown to download the files, and update the script.

Many Thanks to you!

Feel free to comment if u have further questions.

Regards,

PradKalkar commented 2 years ago

Thanks for the quick response @zhihou7 :)