ereaserIntoBox
收藏资源简介:
该数据集使用LeRobot框架创建,是一个机器人任务数据集,专门针对so101_follower机器人平台。数据集包含100个完整任务片段(episodes),共计67,893个数据帧,涵盖单一任务类型。数据以分块Parquet文件格式存储,并配有对应的MP4格式视频文件。数据集的核心字段包括:机器人的6维关节位置动作指令(action);对应的6维关节位置状态观测(observation.state);来自顶部(top)和前方(front)两个固定视角的RGB视觉观测(observation.images),每个视频的分辨率为640x480,帧率为30fps,编码格式为AV1;以及时间戳(timestamp)、帧索引(frame_index)、片段索引(episode_index)、全局索引(index)和任务索引(task_index)等元数据。该数据集适用于机器人模仿学习、强化学习、行为克隆及多模态感知-动作联合建模等研究任务。
This dataset is created using the LeRobot framework and is a robot task dataset specifically designed for the so101_follower robot platform. It contains 100 complete task episodes, totaling 67,893 data frames, covering a single task type. The data is stored in chunked Parquet file format and comes with corresponding MP4 video files. The core fields of the dataset include: 6-dimensional joint position action commands (action) for the robot; corresponding 6-dimensional joint position state observations (observation.state); RGB visual observations (observation.images) from two fixed perspectives (top and front), with each video having a resolution of 640x480, a frame rate of 30fps, and AV1 encoding format; as well as metadata such as timestamp, frame_index, episode_index, index, and task_index. This dataset is suitable for research tasks such as robot imitation learning, reinforcement learning, behavior cloning, and multimodal perception-action joint modeling.
数据集概述
该数据集是一个面向机器人领域的数据集,使用 LeRobot 框架创建,采用 Apache-2.0 许可证。
基本信息
- 数据集名称: ereaserIntoBox
- 许可证: Apache-2.0
- 任务类别: 机器人 (robotics)
- 机器人类型: so101_follower
- 代码库版本: v3.0
数据规模
- 总片段数 (总轨迹数): 100
- 总帧数: 67,893
- 总任务数: 1
- 帧率: 30 FPS
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 数据分块大小: 1000 帧/块
数据划分
- 训练集: 100% (0:100)
数据特征
数据集包含以下特征维度:
- 动作 (action): 6 维浮点数,表示机器人肩部、肘部、腕部和夹爪的关节位置。
- 观测状态 (observation.state): 6 维浮点数,表示与动作相同的机器人关节位置。
- 观测图像 (observation.images):
- 顶部相机 (observation.images.top): 视频数据,分辨率 480x640,3 通道 (RGB),AV1 编码,30 FPS。
- 正面相机 (observation.images.front): 视频数据,分辨率 480x640,3 通道 (RGB),AV1 编码,30 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




