air_bag_middle_mixed_box
收藏Hugging Face2026-06-24 更新2026-06-24 收录
下载链接:
https://huggingface.co/datasets/andrejarden/air_bag_middle_mixed_box
下载链接
链接失效反馈官方服务:
资源简介:
这是一个由LeRobot创建的机器人学数据集,专门针对so101_follower机器人类型设计。数据集包含40个训练集,总计8925帧数据,帧率为每秒30帧。数据以Parquet文件格式存储,视频文件以MP4格式存储。数据集的特征包括动作(action)和观察(observation),其中动作和观察状态都包含6个浮点型关节位置,具体为肩部平移、肩部提升、肘部弯曲、腕部弯曲、腕部滚动和夹爪位置。观察部分还包括来自前置摄像头和腕部摄像头的图像数据,图像分辨率为480x640(宽x高),3通道(RGB),视频编码为av1,无音频。此外,数据集还包含时间戳、帧索引、集索引、索引和任务索引等元数据。所有数据仅用于训练目的,没有验证集或测试集。
This is a robotics dataset created by LeRobot, specifically designed for the so101_follower robot type. The dataset contains 40 training sets, totaling 8925 frames with a frame rate of 30 fps. Data is stored in Parquet file format, and video files are stored in MP4 format. The features of the dataset include action and observation, where both action and observation states consist of 6 floating-point joint positions, specifically shoulder translation, shoulder lift, elbow bend, wrist bend, wrist roll, and gripper position. The observation part also includes image data from a front camera and a wrist camera, with an image resolution of 480x640 (width x height), 3 channels (RGB), video encoding as av1, and no audio. Additionally, the dataset contains metadata such as timestamps, frame index, set index, index, and task index. All data is intended for training purposes only, with no validation or test sets.
提供机构:
andrejarden创建时间:
2026-06-24
原始信息汇总
数据集概况
- 数据集名称: air_bag_middle_mixed_box
- 许可证: Apache-2.0
- 任务类别: 机器人学 (robotics)
- 创建工具: LeRobot (https://github.com/huggingface/lerobot)
数据集规模与划分
- 总片段数 (episodes): 40
- 总帧数 (frames): 8925
- 总任务数: 1
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率 (fps): 30
- 训练/测试划分: 全部40个片段用于训练 (train: 0:40)
数据结构
数据格式
- 主数据文件: Parquet 格式 (
data/*/*.parquet) - 视频文件: MP4 格式 (
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4) - 数据块大小 (chunks_size): 1000
特征 (Features)
-
action (动作)
- 类型: float32
- 维度: 6
- 含义: 机械臂6个关节的位置指令(肩部旋转、肩部升降、肘部弯曲、腕部弯曲、腕部旋转、夹爪)
-
observation.state (观测状态)
- 类型: float32
- 维度: 6
- 含义: 机械臂6个关节的位置状态(与action特征命名一致)
-
observation.images.front (前视摄像头图像)
- 类型: 视频
- 分辨率: 480×640×3 (高度×宽度×通道)
- 编码: AV1, YUV420p
- 帧率: 30 fps
- 非深度图,无音频
-
observation.images.wrist (腕部摄像头图像)
- 类型: 视频
- 分辨率: 480×640×3 (高度×宽度×通道)
- 编码: AV1, YUV420p
- 帧率: 30 fps
- 非深度图,无音频
-
其他元数据特征
- timestamp: float32, 形状 [1]
- frame_index: int64, 形状 [1]
- episode_index: int64, 形状 [1]
- index: int64, 形状 [1]
- task_index: int64, 形状 [1]
机器人类型
- 机器人型号: so101_follower
引用信息
目前未提供具体的引用文献,引用信息待补充。



