CableSort_kazu
收藏资源简介:
该数据集是使用LeRobot框架创建的机器人学习数据集,专注于机器人技术领域。数据集以Parquet文件格式存储,包含机器人执行任务时的多模态记录。核心数据字段包括:动作(action),一个26维浮点向量,表示两个机器人(DG5F和UR5e)的关节位置;观测状态(observation.state),同样为26维浮点向量,记录机器人状态;以及来自三个摄像头的视觉观测:一个Realsense摄像头(分辨率480x640x3)和两个Gelsight触觉摄像头(分辨率均为375x500x3)。此外,数据集还包含时间戳(timestamp)、帧索引(frame_index)、episode索引(episode_index)、全局索引(index)和任务索引(task_index)等元数据。数据以块(chunk)形式组织,每块约1000帧。数据文件总大小约为100MB,关联的视频文件总大小约为200MB。该数据集适用于机器人模仿学习、强化学习、多模态感知与控制等研究任务。
This dataset is created using the LeRobot framework and focuses on the field of robotics. It is stored in Parquet format and contains multimodal recordings of robots performing tasks. Key data fields include: action, a 26-dimensional floating-point vector representing joint positions of two robots (DG5F and UR5e); observation.state, also a 26-dimensional floating-point vector recording robot states; and visual observations from three cameras: one Realsense camera (resolution 480x640x3) and two Gelsight tactile cameras (both with resolution 375x500x3). Additionally, the dataset includes metadata such as timestamp, frame_index, episode_index, index, and task_index. The data is organized in chunks, with each chunk containing approximately 1000 frames. The total size of the data files is about 100MB, and the associated video files total about 200MB. This dataset is suitable for research tasks like robot imitation learning, reinforcement learning, and multimodal perception and control.
数据集概述:CableSort_kazu
- 许可协议:Apache-2.0
- 任务类别:机器人(Robotics)
- 标签:LeRobot
- 创建工具:LeRobot(https://github.com/huggingface/lerobot)
数据集结构
- 代码库版本:v3.0
- 帧率:30 FPS
- 数据格式:Parquet 文件(路径:
data/*/*.parquet) - 视频格式:MP4 文件(路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4) - 分块大小:1000
- 数据文件大小:约 100 MB
- 视频文件大小:约 200 MB
- 机器人类型:
dg5f_ur5e
特征字段
| 特征名 | 数据类型 | 形状 | 说明 |
|---|---|---|---|
action |
float32 | (26,) | 动作向量,包含 20 个 dg5f 手指位置和 6 个 UR5e 关节位置 |
observation.state |
float32 | (26,) | 观测状态,与 action 结构相同 |
observation.images.realsense |
video | (480, 640, 3) | RealSense 相机图像,高度 480,宽度 640,RGB 三通道 |
observation.images.gelsight1 |
video | (375, 500, 3) | GelSight1 触觉传感器图像,高度 375,宽度 500,RGB 三通道 |
observation.images.gelsight2 |
video | (375, 500, 3) | GelSight2 触觉传感器图像,高度 375,宽度 500,RGB 三通道 |
timestamp |
float32 | (1,) | 时间戳 |
frame_index |
int64 | (1,) | 帧索引 |
episode_index |
int64 | (1,) | 回合索引 |
index |
int64 | (1,) | 全局索引 |
task_index |
int64 | (1,) | 任务索引 |
动作/状态维度详解
- dg5f(灵巧手):20 个维度(
dg5f_0.pos至dg5f_19.pos) - UR5e(机械臂):6 个维度(
ur5e_0.pos至ur5e_5.pos)
其他信息
- 首页:未提供
- 论文:未提供
- 引用:暂无可用的 BibTeX 引用格式




