Unable to Access single_panda_gripper Datasets via Hugging Face CLI and Python Script
π Describe the bug
Dear team,
Thank you for your outstanding work and for sharing this impressive dataset.
I have been attempting to download the single_panda_gripper
datasets, but encountered consistent issues across both the Hugging Face CLI and Python API. For example, when executing the following CLI command:
huggingface-cli download nvidia/PhysicalAI-Robotics-GR00T-X-Embodiment-Sim \
--repo-type dataset \
--include "single_panda_gripper.CloseDoubleDoor/**" \
--local-dir ${HOME}/gr00t_dataset
the response indicates that no files were fetched:
Fetching 0 files: 0it [00:00, ?it/s]
I have also tested other subdirectories within single_panda_gripper
, as well as a Python-based approach, but the issue persists specifically with this group of datasets. In contrast, other datasets under the same repository are downloadable without any problems.
Given this consistent behavior, it appears that the issue may be specific to the single_panda_gripper
subset. I would greatly appreciate it if you could investigate this matter when convenient.
Thank you very much for your time and support.
Versions
Python 3.10.16
huggingface-hub==0.29.3
Try this with git-lfs
installed:
git clone https://huggingface.co/datasets/nvidia/PhysicalAI-Robotics-GR00T-X-Embodiment-Sim
Or let me know if you require any subfolders, I have full 1.5 TB data downloaded.