401 error encountered while downloading dataset

#1
by REELSUN - opened
BOP: Benchmark for 6D Object Pose Estimation org
edited Apr 15

Hi,

I'm just trying to download the dataset with the downloading instructions . A simple running of

wget $SRC/lm/lm_base.zip

gives me the following error:

--2025-04-15 16:18:05-- https://huggingface.co/datasets/bop-benchmark/datasets/resolve/main/lm/lm_models.zip
Resolving huggingface.co (huggingface.co)... 18.161.21.41, 18.161.21.44, 18.161.21.22, ...
Connecting to huggingface.co (huggingface.co)|18.161.21.41|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized

Username/Password Authentication Failed.

I have logged in to my huggingface account with an access token with Read permission. I really appreciate it if anyone could help me with this issue.

Thanks,
Li

BOP: Benchmark for 6D Object Pose Estimation org

Here is a full copy of terminal messages including prints after logging in:

huggingface-cli login

_|    _|  _|    _|    _|_|_|    _|_|_|  _|_|_|  _|      _|    _|_|_|      _|_|_|_|    _|_|      _|_|_|  _|_|_|_|
_|    _|  _|    _|  _|        _|          _|    _|_|    _|  _|            _|        _|    _|  _|        _|
_|_|_|_|  _|    _|  _|  _|_|  _|  _|_|    _|    _|  _|  _|  _|  _|_|      _|_|_|    _|_|_|_|  _|        _|_|_|
_|    _|  _|    _|  _|    _|  _|    _|    _|    _|    _|_|  _|    _|      _|        _|    _|  _|        _|
_|    _|    _|_|      _|_|_|    _|_|_|  _|_|_|  _|      _|    _|_|_|      _|        _|    _|    _|_|_|  _|_|_|_|

A token is already saved on your machine. Run `huggingface-cli whoami` to get more information or `huggingface-cli logout` if you want to log out.
Setting a new token will erase the existing one.
To log in, `huggingface_hub` requires a token generated from https://huggingface.co/settings/tokens .

Enter your token (input will not be visible):
Add token as git credential? (Y/n) n
Token is valid (permission: read).
The token Read has been saved to /root/.cache/huggingface/stored_tokens
Your token has been saved to /root/.cache/huggingface/token
Login successful.
The current active token is: Read

(.venv) root@d6def92e8e0c:/workspace# huggingface-cli whoami
REELSUN

(.venv) root@d6def92e8e0c:/workspace# wget $SRC/lm/lm_base.zip # Base archive
--2025-04-15 19:51:28-- https://huggingface.co/datasets/bop-benchmark/datasets/resolve/main/lm/lm_base.zip
Resolving huggingface.co (huggingface.co)... 18.161.21.41, 18.161.21.125, 18.161.21.22, ...
Connecting to huggingface.co (huggingface.co)|18.161.21.41|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized

Username/Password Authentication Failed.

Sign up or log in to comment