cables_vla_red_v2
收藏资源简介:
该数据集使用LeRobot工具创建,是一个面向机器人学领域的示范数据集。数据集记录了机器人执行任务的过程,包含动作指令、机器人状态观测以及来自两个视角(正面和侧面)的视觉观测。数据以episodes形式组织,总计包含33个episodes,共13200帧数据,帧率为每秒10帧。数据文件格式为Parquet,并包含对应的MP4格式视频文件。数据特征具体包括:一个6维的浮点型动作向量(对应肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置);一个6维的浮点型观测状态向量(与动作向量维度相同);两个分辨率为640x480的三通道彩色视频观测(分别来自正面和侧面摄像头);以及时间戳、帧索引、episode索引、数据索引和任务索引等元数据字段。该数据集适用于机器人模仿学习、行为克隆、视觉运动策略学习等任务的研究与开发。
This dataset is created using the LeRobot tool and serves as a demonstration dataset in the field of robotics. It records the process of a robot performing tasks, including action commands, robot state observations, and visual observations from two perspectives (front and side). The data is organized in episodes, totaling 33 episodes with 13,200 frames at a frame rate of 10 frames per second. The data files are in Parquet format and include corresponding MP4 video files. Specific features include: a 6-dimensional floating-point action vector (corresponding to shoulder translation, shoulder elevation, elbow flexion, wrist flexion, wrist rotation, and gripper position); a 6-dimensional floating-point observation state vector (with the same dimensions as the action vector); two 640x480 resolution three-channel color video observations (from front and side cameras, respectively); and metadata fields such as timestamp, frame index, episode index, data index, and task index. This dataset is suitable for research and development in tasks such as robot imitation learning, behavior cloning, and visual-motor policy learning.
数据集概述
- 名称: cables_vla_red_v2
- 许可证: Apache-2.0
- 任务类别: 机器人学 (robotics)
- 创建工具: 使用 LeRobot 创建
- 数据集形式: Parquet 文件 (位于
data/*/*.parquet)
数据集结构
- 代码库版本: v3.0
- 机器人类型: so_follower
- 总片段数: 101
- 总帧数: 40400
- 总任务数: 1
- 分块大小: 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率 (FPS): 10
- 数据划分: 仅包含训练集 (片段 0 到 100)
数据特征
- 动作 (action): 包含 6 个维度的浮点数,对应机器人关节位置 (shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos, wrist_roll.pos, gripper.pos)
- 观测状态 (observation.state): 与动作特征相同,6 维浮点数,描述机器人关节状态
- 观测图像 (observation.images): 包含两个摄像头视角:
- 前视 (front): 视频数据,分辨率 480x640,3 通道,AV1 编码,10 FPS
- 侧视 (side): 视频数据,分辨率 480x640,3 通道,AV1 编码,10 FPS
- 时间戳 (timestamp): 1 维浮点数
- 帧索引 (frame_index): 1 维整数
- 片段索引 (episode_index): 1 维整数
- 索引 (index): 1 维整数
- 任务索引 (task_index): 1 维整数
数据路径
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
可视化
- 可通过 可视化空间 在线查看数据集内容。




