Downloading TAO Amodal dataset

Hello, I’ve been trying to download the chengyenhsieh/TAO-Amodal dataset for few days, and I don’t know exactly why Im having issues with cloning the repository.

The first thing I tried was to do git clone chengyenhsieh/TAO-Amodal · Datasets at Hugging Face, and the result was this log(in case you don’t see it, its asking for the credentials of hugginface):

But if I enter my user and password, nothing happens.

The other thing I tried was to do huggingface-cli login and log in with my token, and after that try to clone tyhe repository:git clone chengyenhsieh/TAO-Amodal · Datasets at Hugging Face

in this case, it gets stuck, and does,t finish cloning:
Cloning into ‘TAO-Amodal’…
remote: Enumerating objects: 4143, done.
remote: Counting objects: 100% (4143/4143), done.
remote: Compressing objects: 100% (3939/3939), done.
remote: Total 4143 (delta 158), reused 4098 (delta 145), pack-reused 0 (from 0)
Receiving objects: 100% (4143/4143), 634.72 KiB | 7.74 MiB/s, done.
Resolving deltas: 100% (158/158), done.
Updating files: 100% (52/52), done.

Does anyone know why this is happening?

1 Like
# pip install -U huggingface_hub
from huggingface_hub import snapshot_download
snapshot_download(repo_id="chengyenhsieh/TAO-Amodal", repo_type="dataset")

It seems that it is possible to download with the script above, but it doesn’t seem to work with git.
There are various possible causes for the error…

1 Like