task4_1_rgb
收藏资源简介:
该数据集是一个基于LeRobot框架采集的双臂机器人操控数据集。机器人类型为双UR5e机械臂(dual_ur5e_rosbag),配备左右夹爪。数据集包含93个episode,共160,755帧,所有episode均属于同一任务。数据以30fps的帧率记录,包含14维的状态观测(左右臂各6个关节位置加上左右夹爪状态)、12维的关节位置和速度、14维的动作指令(目标关节和夹爪位置),以及2维的夹爪位置。此外,还提供了四个摄像头视角的RGB视频:前视相机、顶部相机、左腕相机和右腕相机,视频分辨率均为240×424,编码为AV1。数据以parquet文件存储,视频以mp4文件存储。数据集适用于机器人学习、模仿学习、行为克隆、强化学习等任务,特别是双臂协作场景。
This dataset is a dual-arm robot manipulation dataset collected based on the LeRobot framework. The robot type is dual UR5e robotic arms (dual_ur5e_rosbag) equipped with left and right grippers. The dataset contains 93 episodes with a total of 160,755 frames, all belonging to the same task. Data is recorded at 30fps, including 14-dimensional state observations (6 joint positions for each arm plus left and right gripper states), 12-dimensional joint positions and velocities, 14-dimensional action commands (target joint and gripper positions), and 2-dimensional gripper positions. Additionally, RGB videos from four camera views are provided: front camera, top camera, left wrist camera, and right wrist camera. The video resolution is 240×424, encoded with AV1. Data is stored in parquet files, and videos are stored in mp4 files. The dataset is suitable for robot learning, imitation learning, behavior cloning, reinforcement learning, and other tasks, especially for dual-arm collaboration scenarios.
数据集概述:takeru01/task4_1_rgb
基本信息
- 任务类别:机器人学(robotics)
- 许可证:Apache-2.0
- 创建工具:LeRobot(Hugging Face 机器人学习框架)
- 数据格式:Parquet 文件(位于
data/*/*.parquet) - 机器人类型:双 UR5e 机械臂(dual_ur5e_rosbag)
数据集规模
| 项目 | 数据 |
|---|---|
| 总回合数(Episodes) | 93 |
| 总帧数(Frames) | 160,755 |
| 总任务数 | 1 |
| 数据文件大小 | 约 100 MB |
| 视频文件大小 | 约 200 MB |
| 帧率 | 30 FPS |
| 训练集划分 | 0:93(全部数据) |
数据特征结构
观测状态(Observation.State)
- 维度:14 维(float32)
- 包含:左/右机械臂 6 个关节位置 + 左/右夹爪位置
关节位置(Joint Position)
- 维度:12 维(float32)
- 包含:左/右机械臂各 6 个关节角度
关节速度(Joint Velocity)
- 维度:12 维(float32)
- 包含:左/右机械臂各 6 个关节角速度
动作(Action)
- 维度:14 维(float32)
- 包含:左/右臂目标关节角度 + 左/右夹爪目标位置
夹爪位置(Gripper Position)
- 维度:2 维(float32)
- 包含:左夹爪、右夹爪位置
图像观测(4 个摄像头)
- 分辨率:240 × 424 × 3(高 × 宽 × 通道)
- 编码:AV1 视频编码(yuv420p 像素格式)
- 帧率:30 FPS
- 摄像头视角:
camera_front:前置摄像头camera_top:顶部摄像头camera_left_wrist:左腕部摄像头camera_right_wrist:右腕部摄像头
额外元数据
- 时间戳(timestamp):float32,1 维
- 帧索引(frame_index):int64,1 维
- 回合索引(episode_index):int64,1 维
- 全局索引(index):int64,1 维
- 任务索引(task_index):int64,1 维
数据存储方式
- 数据文件:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4 - 块大小:1000 帧/块
可视化工具
数据集支持通过 LeRobot 可视化工具进行在线预览,可直接访问 https://huggingface.co/spaces/lerobot/visualize_dataset?path=takeru01/task4_1_rgb 查看。




