The dataset viewer is not available for this dataset.
Error code: JWTInvalidSignature
Exception: InvalidSignatureError
Message: Signature verification failed
Traceback: Traceback (most recent call last):
File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
decoded = jwt.decode(
jwt=token,
...<2 lines>...
options=options,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
decoded = self.decode_complete(
jwt,
...<8 lines>...
leeway=leeway,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
decoded = self._jws.decode_complete(
jwt,
...<3 lines>...
detached_payload=detached_payload,
)
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
self._verify_signature(
~~~~~~~~~~~~~~~~~~~~~~^
signing_input,
^^^^^^^^^^^^^^
...<4 lines>...
options=merged_options,
^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
raise InvalidSignatureError("Signature verification failed")
jwt.exceptions.InvalidSignatureError: Signature verification failedNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Humanoid Everyday
A Comprehensive Robotic Dataset for Open-World Humanoid Manipulation
Overview
Humanoid Everyday is a large-scale, diverse humanoid manipulation dataset designed for open-world robotic learning and embodied intelligence.
It contains over 260 tasks across 7 major categories, covering dexterous manipulation, human–humanoid interaction, and locomotion-integrated activities.
All data were collected through a human-supervised teleoperation pipeline, recording multimodal sensory streams at 30 Hz (RGB, depth, LiDAR, tactile, IMU).
Dataset Access
LeRobot v2.0
This dataset is compliant with the LeRobot v2.0 format. You can load it as follows:
from lerobot.datasets.lerobot_dataset import LeRobotDataset, LeRobotDatasetMetadata
ds_meta = LeRobotDatasetMetadata("USC-GVL/humanoid-everyday")
ds = LeRobotDataset(
"USC-GVL/humanoid-everyday",
tolerance_s=1e-2,
)
Legacy
You can also explore our dataset through the public spreadsheet below:
Humanoid Everyday Dataset Spreadsheet
The sheet includes:
- A full list of 260 humanoid tasks with labeled categorys and robot types.
- Download URLs for each task
A manual dataloader is provided at github.com/ausbxuse/Humanoid-Everyday
Citation
@misc{zhao2025humanoideverydaycomprehensiverobotic,
title={Humanoid Everyday: A Comprehensive Robotic Dataset for Open-World Humanoid Manipulation},
author={Zhenyu Zhao and Hongyi Jing and Xiawei Liu and Jiageng Mao and Abha Jha and Hanwen Yang and Rong Xue and Sergey Zakharor and Vitor Guizilini and Yue Wang},
year={2025},
eprint={2510.08807},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2510.08807},
}
- Downloads last month
- 5