test10
收藏资源简介:
该数据集是一个机器人操控数据集,使用 LeRobot 格式构建。数据集包含 60 个 episodes,共 19258 帧,全部用于训练(无验证/测试划分)。机器人类型为 so_follower,仅涉及一个任务。每个样本包含 6 维动作(关节位置:shoulder_pan、shoulder_lift、elbow_flex、wrist_flex、wrist_roll、gripper)和对应的 6 维状态观测。此外,还提供两个摄像头视角的视频观测(front 和 side),分辨率为 720×1280,帧率 30fps,编码为 av1,无音频。每个样本还包含时间戳、帧索引、episode 索引、全局索引和任务索引等元数据。该数据集适用于模仿学习、机器人控制策略训练等任务。
This dataset is a robot manipulation dataset built using the LeRobot format. It contains 60 episodes with a total of 19,258 frames, all used for training (no validation/test split). The robot type is so_follower, and it involves only one task. Each sample includes 6-dimensional actions (joint positions: shoulder_pan, shoulder_lift, elbow_flex, wrist_flex, wrist_roll, gripper) and corresponding 6-dimensional state observations. In addition, two camera views (front and side) provide video observations with a resolution of 720×1280, frame rate of 30fps, encoded in av1, and without audio. Each sample also includes metadata such as timestamps, frame indices, episode indices, global indices, and task indices. This dataset is suitable for tasks such as imitation learning and robot control policy training.
- 基本信息:该数据集基于LeRobot框架创建,采用Apache-2.0许可证,属于机器人学(robotics)任务类别。
- 数据规模:包含60个轨迹(episodes),共19,258帧,支持1个任务类型。数据文件总大小约100MB,视频文件总大小约200MB。
- 技术规格:帧率30 FPS,数据块大小(chunks_size)为1,000。机器人类型为so_follower。
- 划分方式:分为训练集和测试集,其中训练集占比为0至60(即全部数据),未提及测试集划分。
- 数据特征:
- 动作(action):包含6个自由度的浮点型数组,对应机械臂关节位置(肩关节、肘关节、腕关节、夹爪等)。
- 观察状态(observation.state):与动作特征具有相同的维度和关节定义。
- 图像(observation.images.front和observation.images.side):两个视角为720x1280分辨率的视频流,编码格式为AV1,色彩格式为yuv420p,帧率30 FPS,无音频。
- 时间戳(timestamp):浮点型数值,记录帧的时间信息。
- 索引信息:包含帧索引、轨迹索引、任务索引等整数型字段,用于数据组织的元数据。
- 文件格式:数据以parquet格式存储,路径为
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet;视频以MP4格式存储,路径为videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4。 - 引用与用途:该数据集专为机器人操作任务设计,提供多视角视觉观测和关节状态数据,适合用于模仿学习、运动规划等机器人学相关研究。




