moss_train_grasp
收藏资源简介:
这是一个关于机器人学的数据集,包含了43个剧集,共23450帧,1个任务,86个视频和1个片段。数据集以Parquet文件格式存储,并且每个片段包含1000帧数据。数据集的帧率为30fps,并且只包含训练分割。数据集中的特征包括动作、状态、顶部和前部图像、时间戳、帧索引、剧集索引、索引和任务索引等。所有数据均无音频,并且图像视频使用H.264编码。
This is a robotics dataset that includes 43 episodes, 23450 total frames, 1 task, 86 videos, and 1 segment. The dataset is stored in Parquet file format, with each segment containing 1000 frames of data. It has a frame rate of 30fps and only includes the training split. Features within the dataset include actions, states, top and front images, timestamps, frame indices, episode indices, indices, and task indices, among others. No audio is included in all data, and the image and video content uses H.264 encoding.
数据集概述
- 数据集名称: moss_train_grasp
- 任务类别: 机器人技术 (robotics)
- 标签: LeRobot, moss, 教程 (tutorial)
- 许可证: Apache-2.0
- 总集数: 43
- 总帧数: 23450
- 总任务数: 1
- 总视频数: 86
- 总块数: 1
- 块大小: 1000
- 帧率 (FPS): 30
- 数据路径: data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet
- 视频路径: videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4
数据结构
-
动作特征 (action):
- 数据类型: float32
- 形状: [6]
- 名称: 主肩部旋转 (main_shoulder_pan), 主肩部提升 (main_shoulder_lift), 主肘部弯曲 (main_elbow_flex), 主手腕弯曲 (main_wrist_flex), 主手腕滚动 (main_wrist_roll), 主夹爪 (main_gripper)
-
观察状态 (observation.state):
- 数据类型: float32
- 形状: [6]
- 名称: 主肩部旋转 (main_shoulder_pan), 主肩部提升 (main_shoulder_lift), 主肘部弯曲 (main_elbow_flex), 主手腕弯曲 (main_wrist_flex), 主手腕滚动 (main_wrist_roll), 主夹爪 (main_gripper)
-
顶部图像 (observation.images.top):
- 数据类型: video
- 形状: [480, 640, 3]
- 名称: 高度 (height), 宽度 (width), 通道 (channels)
- 信息:
- 视频帧率: 30.0
- 视频高度: 480
- 视频宽度: 640
- 视频通道: 3
- 视频编码器: h264
- 视频像素格式: yuv420p
- 视频是否深度图: 否
- 是否有音频: 否
-
前方图像 (observation.images.front):
- 数据类型: video
- 形状: [480, 640, 3]
- 名称: 高度 (height), 宽度 (width), 通道 (channels)
- 信息:
- 视频帧率: 30.0
- 视频高度: 480
- 视频宽度: 640
- 视频通道: 3
- 视频编码器: h264
- 视频像素格式: yuv420p
- 视频是否深度图: 否
- 是否有音频: 否
-
时间戳 (timestamp):
- 数据类型: float32
- 形状: [1]
-
帧索引 (frame_index):
- 数据类型: int64
- 形状: [1]
-
集索引 (episode_index):
- 数据类型: int64
- 形状: [1]
-
索引 (index):
- 数据类型: int64
- 形状: [1]
-
任务索引 (task_index):
- 数据类型: int64
- 形状: [1]




