so100_test
收藏Hugging Face2025-02-18 更新2025-04-08 收录
下载链接:
https://huggingface.co/datasets/nuaajiaz/so100_test
下载链接
链接失效反馈官方服务:
资源简介:
该数据集是一个机器人操作相关的数据集,使用LeRobot创建。包含20个episodes,6725帧数据,30fps的视频。数据集记录了左右机械臂的12个关节动作和状态数据(包括肩部、肘部、腕部和夹持器的位置信息),以及来自笔记本电脑和手机的图像观测数据(480x640分辨率,RGB三通道)。所有数据都存储在parquet格式文件中,视频数据以mp4格式存储。
提供机构:
nuaajiaz
创建时间:
2025-02-17
原始信息汇总
数据集概述
基本信息
- 名称: so100_test
- 许可证: Apache-2.0
- 任务类别: 机器人学 (robotics)
- 标签: LeRobot, so100, tutorial
- 代码库版本: v2.0
- 机器人类型: so100
数据集结构
- 总集数: 20
- 总帧数: 6725
- 总任务数: 1
- 总视频数: 40
- 总块数: 1
- 块大小: 1000
- 帧率 (fps): 30
- 数据分割: 训练集 (train): 0:20
数据文件路径
- 数据路径:
data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet - 视频路径:
videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4
特征描述
动作 (action)
- 数据类型: float32
- 形状: [12]
- 名称:
- left_shoulder_pan
- left_shoulder_lift
- left_elbow_flex
- left_wrist_flex
- left_wrist_roll
- left_gripper
- right_shoulder_pan
- right_shoulder_lift
- right_elbow_flex
- right_wrist_flex
- right_wrist_roll
- right_gripper
观测状态 (observation.state)
- 数据类型: float32
- 形状: [12]
- 名称: 同动作特征
观测图像 (observation.images)
笔记本电脑图像 (laptop)
- 数据类型: video
- 形状: [480, 640, 3]
- 名称: height, width, channels
- 视频信息:
- fps: 30.0
- height: 480
- width: 640
- channels: 3
- codec: h264
- pix_fmt: yuv420p
- is_depth_map: false
- has_audio: false
手机图像 (phone)
- 数据类型: video
- 形状: [480, 640, 3]
- 名称: height, width, channels
- 视频信息: 同笔记本电脑图像
其他特征
- timestamp: float32, shape [1]
- frame_index: int64, shape [1]
- episode_index: int64, shape [1]
- index: int64, shape [1]
- task_index: int64, shape [1]



