eval_two-cam-dataset
收藏Hugging Face2025-08-22 更新2025-08-22 收录
下载链接:
https://huggingface.co/datasets/aaron-ser/eval_two-cam-dataset
下载链接
链接失效反馈官方服务:
资源简介:
这是一个使用LeRobot创建的机器人控制数据集,专门用于so101_follower机器人。数据集包含1个完整的情节(episode),共158帧数据,帧率为30fps,包含2个视频。数据特征包括6维的动作向量(控制肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置)和对应的6维状态观测。同时提供两个视角的图像观测:上方视角图像和夹爪视角图像,分辨率均为480x640像素。数据集还包含时间戳、帧索引、情节索引等元数据信息。
提供机构:
aaron-ser
创建时间:
2025-08-22
原始信息汇总
数据集概述
基本信息
- 名称: eval_two-cam-dataset
- 许可证: Apache-2.0
- 任务类别: 机器人学
- 标签: LeRobot
- 创建工具: LeRobot (https://github.com/huggingface/lerobot)
数据集结构
- 总任务数: 1
- 总片段数: 1
- 总视频数: 2
- 总帧数: 158
- 帧率: 30 fps
- 数据格式: Parquet
- 数据路径: 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]
- 维度名称:
- shoulder_pan.pos
- shoulder_lift.pos
- elbow_flex.pos
- wrist_flex.pos
- wrist_roll.pos
- gripper.pos
观测特征
状态观测
- 名称: observation.state
- 数据类型: float32
- 形状: [6]
- 维度名称:
- shoulder_pan.pos
- shoulder_lift.pos
- elbow_flex.pos
- wrist_flex.pos
- wrist_roll.pos
- gripper.pos
图像观测 - 上方视角
- 名称: observation.images.above
- 数据类型: video
- 形状: [480, 640, 3]
- 维度名称:
- height
- width
- channels
- 视频信息:
- 高度: 480像素
- 宽度: 640像素
- 编码格式: av1
- 像素格式: yuv420p
- 是否为深度图: 否
- 帧率: 30 fps
- 通道数: 3
- 包含音频: 否
图像观测 - 夹爪视角
- 名称: observation.images.gripper
- 数据类型: video
- 形状: [480, 640, 3]
- 维度名称:
- height
- width
- channels
- 视频信息:
- 高度: 480像素
- 宽度: 640像素
- 编码格式: av1
- 像素格式: yuv420p
- 是否为深度图: 否
- 帧率: 30 fps
- 通道数: 3
- 包含音频: 否
元数据特征
- timestamp: float32, 形状[1]
- frame_index: int64, 形状[1]
- episode_index: int64, 形状[1]
- index: int64, 形状[1]
- task_index: int64, 形状[1]
技术信息
- 代码库版本: v2.1
- 机器人类型: so101_follower
- 分块大小: 1000
- 训练集划分: 0:1



