move_clutter
收藏资源简介:
该数据集是一个用于机器人学研究的开源数据集,采用 Apache-2.0 许可证发布,由 LeRobot 工具创建。数据集旨在支持机器人操作任务的学习与模拟。数据集包含 416 个完整的操作序列(episode),总计 244,407 帧数据,覆盖了 15 种不同的任务。数据以分块形式组织,存储为 Parquet 文件,并配有对应的 MP4 视频文件,总数据量约 300 MB。所有数据均用于训练。数据集的核心是多模态观测与动作记录。观测部分包括:1)一个 44 维的机器人状态向量,详细记录了末端执行器的位置、速度、旋转、夹爪角度、压力传感器读数、激光测距值,以及对场景中多个物体(如储物箱、玩具盒、垃圾桶、游戏手柄、停车位等)的方位和距离感知;2)来自四个摄像头的视觉观测视频流,包括夹爪视角相机(分辨率 384x384)、俯视全局相机(分辨率 512x512)以及两个固定视角的锚定相机(分辨率均为 544x960),所有视频均为 30 fps 的彩色视频。动作部分由一个 11 维的向量表示,包含末端执行器在三维空间中的线速度、手腕和夹爪的速度、接触力向量以及标识 episode 结束的标志位。此外,数据集中还包含时间戳、帧索引、episode 索引和任务索引等元数据字段,便于数据对齐和序列分析。该数据集适用于机器人模仿学习、强化学习、视觉运动策略学习等任务的研究与开发。
This dataset is an open-source dataset for robotics research, released under the Apache-2.0 license and created by the LeRobot tool. It is designed to support learning and simulation of robotic manipulation tasks. The dataset contains 416 complete operation episodes, totaling 244,407 frames of data, covering 15 different tasks. The data is organized in chunks, stored as Parquet files, and accompanied by corresponding MP4 video files, with a total data volume of approximately 300 MB. All data is intended for training. The core of the dataset is multimodal observation and action recording. The observation part includes: 1) a 44-dimensional robot state vector that details the end-effectors position, velocity, rotation, gripper angle, pressure sensor readings, laser rangefinder values, as well as orientation and distance perception of multiple objects in the scene (such as storage boxes, toy boxes, trash bins, game controllers, parking spaces, etc.); 2) visual observation video streams from four cameras, including a gripper-view camera (resolution 384x384), an overhead global camera (resolution 512x512), and two fixed-view anchor cameras (both with a resolution of 544x960), all videos are 30 fps color videos. The action part is represented by an 11-dimensional vector, including the end-effectors linear velocity in three-dimensional space, wrist and gripper speeds, contact force vectors, and a flag indicating the end of an episode. Additionally, the dataset includes metadata fields such as timestamps, frame indices, episode indices, and task indices to facilitate data alignment and sequence analysis. This dataset is suitable for research and development in tasks such as robot imitation learning, reinforcement learning, and visual-motor policy learning.
数据集概述
该数据集由 LeRobot 创建,专注于机器人操作任务,旨在支持抓取和移动物体的研究。
基本信息
- 数据集名称:
naavox/move_clutter - 许可证: Apache-2.0 (apache-2.0)
- 任务类别: 机器人 (robotics)
- 标签: LeRobot
数据规模与组成
- 总帧数: 244,407 帧
- 总片段数: 416 个片段
- 总任务数: 15 个任务
- 帧率 (FPS): 30
- 数据划分: 所有 416 个片段均用于训练 (
train: 0:416) - 文件大小: 数据文件约 100 MB,视频文件约 200 MB
- 机器人类型:
stringman
数据结构
数据集包含以下主要特征:
- 动作 (
action): 一个 11 维的浮点向量,包含速度、关节角度和接触向量等。 - 观察状态 (
observation.state): 一个 44 维的浮点向量,包含机器人位置、速度、传感器读数、物体方位和关节状态。 - 观测图像 (
observation.images): 来自多个摄像头的视频帧。gripper_camera: 分辨率 384x384,3 通道。overhead_camera: 分辨率 512x512,3 通道。anchor_camera_0: 分辨率 544x960,3 通道。anchor_camera_1: 分辨率 544x960,3 通道。
- 元数据: 时间戳 (
timestamp)、帧索引 (frame_index)、片段索引 (episode_index)、索引 (index) 和任务索引 (task_index)。
数据格式
数据以 Parquet (data/*/*.parquet) 和 MP4 视频 (videos/.../*.mp4) 文件格式存储。视频编码为 AV1,色彩格式为 yuv420p。
更多信息
- 代码库: 数据集使用 LeRobot 代码库创建,版本为 v3.0。
- 可视化: 可通过 LeRobot 数据集可视化空间在线浏览。
- 引用: 目前尚未提供具体的引用论文信息。




