xlerobot_xbox_dataset_part3
收藏资源简介:
该数据集由LeRobot创建,主要用于机器人研究领域。数据集包含2个episodes、384帧、1个任务的数据,存储为parquet格式。数据内容包括:机器人双臂12个关节的位置信息(包括右臂和左臂的肩部、肘部、腕部和夹持器的位置)、时间戳数据、以及来自主摄像头和左右腕部摄像头的视频数据(分辨率为480x640,帧率为30fps)。视频数据采用av1编解码器,yuv420p像素格式,不包含深度信息,也没有音频。
This dataset was created by LeRobot and is primarily designed for robotics research. It includes 2 episodes, 384 frames, and data for one single task, stored in Parquet format. The dataset contains: positional information of 12 joints of the robot's dual arms (covering the positions of the shoulder, elbow, wrist, and gripper for both the right and left arms), timestamp data, as well as video data from the main camera and the left and right wrist cameras, with a resolution of 480x640 and a frame rate of 30 fps. The video data uses the AV1 codec and YUV420p pixel format, and does not include depth information or audio.
数据集概述
基本信息
- 数据集名称: ArthurWangSawau/xlerobot_xbox_dataset_part3
- 创建工具: LeRobot
- 许可证: Apache-2.0
- 任务类别: 机器人学
- 标签: LeRobot
数据集规模
- 总情节数: 2
- 总帧数: 384
- 总任务数: 1
- 数据文件总大小: 100 MB
- 视频文件总大小: 0.001 MB
- 帧率: 30 FPS
- 数据块大小: 1000
- 数据划分: 训练集包含所有情节(索引0到2)
数据结构与特征
数据以Parquet文件格式存储,路径模式为 data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet。
视频以MP4文件格式存储,路径模式为 videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4。
数据特征详情
-
动作
- 数据类型: float32
- 形状: [12]
- 描述: 包含左右机械臂各6个关节的位置指令。
right_arm_shoulder_pan.posright_arm_shoulder_lift.posright_arm_elbow_flex.posright_arm_wrist_flex.posright_arm_wrist_roll.posright_arm_gripper.posleft_arm_shoulder_pan.posleft_arm_shoulder_lift.posleft_arm_elbow_flex.posleft_arm_wrist_flex.posleft_arm_wrist_roll.posleft_arm_gripper.pos
-
观测状态
- 数据类型: float32
- 形状: [12]
- 描述: 包含左右机械臂各6个关节的当前位置状态,特征名称与“动作”特征完全相同。
-
观测图像
- 主摄像头图像
- 数据类型: video
- 形状: [480, 640, 3] (高度,宽度,通道)
- 视频信息: 高度480像素,宽度640像素,编码器为av1,像素格式为yuv420p,非深度图,帧率30 FPS,3个颜色通道,无音频。
- 左手腕摄像头图像
- 数据类型: video
- 形状: [480, 640, 3] (高度,宽度,通道)
- 视频信息: 与主摄像头图像参数一致。
- 右手腕摄像头图像
- 数据类型: video
- 形状: [480, 640, 3] (高度,宽度,通道)
- 视频信息: 与主摄像头图像参数一致。
- 主摄像头图像
-
索引与时间戳
- 时间戳
- 数据类型: float32
- 形状: [1]
- 帧索引
- 数据类型: int64
- 形状: [1]
- 情节索引
- 数据类型: int64
- 形状: [1]
- 数据索引
- 数据类型: int64
- 形状: [1]
- 任务索引
- 数据类型: int64
- 形状: [1]
- 时间戳
其他信息
- 代码库版本: v3.0
- 机器人类型: 未指定
- 主页: 未提供
- 论文: 未提供
- 引用信息: 未提供




