humanplus-1000
收藏资源简介:
HumanPlus-1000是一个大规模多模态人类行为数据集,旨在为具身智能、人体运动建模和机器人技术提供学习与建模的基础。该数据集在真实世界环境中捕获同步的自我中心视觉观察、全身运动、手部运动、相机运动和3D环境信息,提供与人类感知-动作配对的数据。每个录制单元(session)包含同步的传感器数据、运动重建、标定信息和元数据。当前发布的预览子集包含100个session,用于展示数据格式、模态、标注和研究用例;完整数据集规模更大,需申请访问。主要模态包括:自我中心视觉(立体鱼眼视频、矫正视频、深度估计)、人体运动(全身运动、SMPL/SMPL-H参数、全局平移与朝向、手部姿态)、世界运动(相机轨迹、SLAM轨迹、相机位姿)、惯性测量(可穿戴IMU数据)、标定(相机内参、畸变参数、立体外参、人-相机标定)以及语义元数据(场景、任务、时长、可用模态、质量指标)。数据以HDF5文件存储时间同步的多模态标注,所有模态通过共享时间戳对齐,人体运动与相机轨迹在共同世界坐标系中对齐。数据集支持的行为任务包括长时间跨度的人类活动、手-物交互、移动感知等,可用于多模态学习、运动预测、3D场景理解等研究。
HumanPlus-1000 is a large-scale multimodal human behavior dataset designed to provide a foundation for learning and modeling in embodied intelligence, human motion modeling, and robotics. The dataset captures synchronized egocentric visual observations, full-body motion, hand motion, camera motion, and 3D environmental information in real-world settings, offering human perception-action paired data. Each session contains synchronized sensor data, motion reconstruction, calibration information, and metadata. The current preview subset includes 100 sessions for demonstrating data format, modalities, annotations, and research use cases; the full dataset is larger and requires access application. Main modalities include: egocentric vision (stereo fisheye video, rectified video, depth estimation), human motion (full-body motion, SMPL/SMPL-H parameters, global translation and orientation, hand pose), world motion (camera trajectory, SLAM trajectory, camera pose), inertial measurement (wearable IMU data), calibration (camera intrinsic parameters, distortion parameters, stereo extrinsics, human-camera calibration), and semantic metadata (scene, task, duration, available modalities, quality metrics). Data is stored in HDF5 files with time-synchronized multimodal annotations, all modalities aligned via shared timestamps, and human motion and camera trajectory aligned in a common world coordinate system. The dataset supports behavioral tasks including long-duration human activities, hand-object interactions, and mobile perception, and can be used for research in multimodal learning, motion prediction, 3D scene understanding, etc.
HumanPlus-1000 数据集概述
基本信息
- 数据集名称:HumanPlus-1000
- 许可证:CC-BY-NC-4.0
- 标签:human-motion、egocentric-vision、motion-capture、embodied-ai、robotics、slam、smpl、multimodal
- 数据集地址:https://huggingface.co/datasets/humanplus-ai/humanplus-1000
数据集简介
HumanPlus-1000 是一个大规模多模态人类行为数据集,旨在用于学习和建模真实世界环境中的人类感知、运动和交互。
数据集捕获同步的自我中心视觉观测、全身运动、手部运动、相机运动和 3D 环境信息,目标是为具身智能、人体运动建模和机器人学提供配对的"人类感知–动作"数据。
当前发布版本
当前仓库提供 HumanPlus-1000 的 100 个 session 的预览子集,用于展示数据集格式、模态、标注和研究用例。
如需申请访问完整的 HumanPlus-1000 数据集,请联系:info@humanplus.xyz
预览版本说明
当前 Hugging Face 发布包含 100 个演示 session,作为 HumanPlus-1000 数据基础设施的预览,旨在帮助研究人员:
- 检查数据集格式
- 开发数据加载器
- 测试多模态学习流程
- 探索人体运动与自我中心感知
- 复现示例 HumanPlus 任务
该预览子集不代表 HumanPlus-1000 的最终规模或完整分布。
模态(Modalities)
根据 session 不同,HumanPlus 可能提供以下模态:
自我中心视觉
- 立体鱼眼视频
- 校正/去畸变的自我中心视频
- 深度估计
人体运动
- 全身运动
- SMPL / SMPL-H 参数
- 全局身体平移与朝向
- 手部姿态
世界运动
- 相机轨迹
- SLAM 轨迹
- 重建世界坐标系中的相机位姿
惯性传感
- 可穿戴 IMU 测量
- 同步的朝向/加速度信号
标定
- 相机内参
- 相机畸变参数
- 立体外参
- 相机到人体的标定
- 坐标系变换
语义元数据
- Session 信息
- 场景
- 任务/活动
- 时长
- 可用模态
- 数据质量指标
HDF5 标注结构
annotation.hdf5 文件存储时间同步的多模态标注,包括自我中心视觉、人体运动、手部运动、IMU 测量、SLAM 轨迹和 3D 环境信息。所有模态通过共享的时间戳进行时间对齐。人体运动和相机轨迹进一步在共同的世界坐标系中对齐,从而支持人体行为与环境交互的联合建模。
text annotation.hdf5 │ ├── calibration/ │ ├── @transform_convention │ ├── fisheye_left/ │ │ ├── intrinsics │ │ ├── distortion │ │ ├── camera_model │ │ ├── distortion_model │ │ └── image_size │ ├── fisheye_right/ │ │ ├── intrinsics │ │ ├── distortion │ │ ├── camera_model │ │ ├── distortion_model │ │ └── image_size │ ├── stereo/ │ │ └── T_right_left │ ├── rectified_stereo/ │ │ ├── @left_half │ │ ├── @hamer_camera_side │ │ ├── R_rect_left │ │ ├── R_rect_right │ │ ├── image_size │ │ └── intrinsics │ ├── T_head_camera │ ├── T_mocapworld_slamworld │ └── body_imu/ │ ├── R_mocapworld_imuworld │ └── device2bone │ ├── video/ │ ├── fisheye_left_file │ ├── fisheye_right_file │ ├── image_size │ └── timestamp_ns │ ├── slam/ │ ├── @camera_frame │ ├── T_slamworld_camera │ └── point_cloud │ ├── depth/ │ ├── @min_depth_m │ ├── @max_depth_m │ ├── @invalid_value │ ├── depth │ └── intrinsics │ ├── imu/ │ ├── body/ │ │ ├── timestamp_ns │ │ ├── accel_xyz │ │ ├── orientation │ │ ├── acc │ │ └── rot │ └── head/ │ ├── timestamp_ns │ ├── accel_xyz │ ├── gyro_xyz │ ├── acc │ └── rot │ ├── body_motion/ │ ├── T_mocapworld_root │ ├── smplh_pose │ ├── body_keypoints │ └── foot_contact_probability │ ├── hand_motion/ │ ├── left/ │ │ ├── mano_hand_global_orient │ │ ├── mano_hand_pose │ │ ├── mano_betas │ │ ├── joints_3d │ │ ├── wrist_position_camera │ │ ├── valid │ │ └── confidence │ └── right/ │ ├── mano_hand_global_orient │ ├── mano_hand_pose │ ├── mano_betas │ ├── joints_3d │ ├── wrist_position_camera │ ├── valid │ └── confidence │ ├── synchronization/ │ ├── utc_ns │ └── video_frame_indices │ └── behavior_annotation/ ├── activity_summarization ├── motion_narration └── atomic_action
数据组织
一条 HumanPlus 记录以 session 为单位组织。
示例结构:
text HumanPlus-1000/ ├── metadata/ │ └── sessions.parquet │ └── data/ ├── HP_S000001/ │ ├── fisheye_left.mp4 │ ├── fisheye_right.mp4 │ ├── annotation.hdf5 │ └── metadata.json │ ├── HP_S000002/ │ └── ... │ └── ...




