Download the OmniWorld dataset
mainYou can download the entire OmniWorld dataset using the Hugging Face CLI. First, ensure you have the huggingface_hub package installed. Then, use the hf download command to pull the dataset to your local directory.
For downloading specific files or subsets (e.g., instead of the full OmniWorld-Game dataset), use the scripts/download_specific.py script provided in the repository.
# 1. Install (if you haven't yet)
pip install --upgrade "huggingface_hub[cli]"
# 2. Full download
hf download InternRobotics/OmniWorld \
--repo-type dataset \
--local-dir /path/to/DATA_PATH