Need help downloading the dataset

#2
by atogni - opened

Hi, i'm trying to download the images dataset but keep receiving the "decompression bomb" error, both via CURL that via python-request. I hope you can help me!
Thanks in advance,
Alessandro

Competitions org

downloading should be fine. you can just git clone the repo. for the decompression error, check out this post: https://huggingface.co/spaces/competitions/ship-detection/discussions/1

[UPDATE] Solved by using the git clone https://username:password@huggingface.co/datasets/datadrivenscience/ship-detection

@abhishek can't download in Colab even with git clone!
Screenshot from 2023-03-02 23-42-35.png

I can successfully git clone other datasets, so definitely a problem with this one!
Screenshot from 2023-03-02 23-45-43.png

I was able to download ~21GB of data locally using

git lfs install
git clone https://huggingface.co/datasets/datadrivenscience/ship-detection
Competitions org

@rishiraj the dataset is gated, you need to accept the rules first. then you need to login using huggingface-cli login or provide your token in order to download the dataset.

Sign up or log in to comment