picknplace_blocks_in_BOX
收藏Hugging Face2026-06-01 更新2026-06-01 收录
下载链接:
https://huggingface.co/datasets/Syed-Furqan/picknplace_blocks_in_BOX
下载链接
链接失效反馈官方服务:
资源简介:
该数据集是一个机器人学数据集,使用LeRobot工具创建,专门用于机器人操控任务。数据集包含103个episodes,总计50767帧,数据以parquet格式存储。特征包括机器人的动作(如肩部、肘部、腕部和抓手的位姿)、观测状态(与动作相同的位姿信息)、以及来自腕部和顶部摄像头的视频观测(分辨率分别为1280x720和720x1280,30fps)。机器人类型为so_follower,适用于训练和评估机器人控制模型。数据集仅包含训练分割,无测试或验证集。
This dataset is a robotics dataset created using the LeRobot tool, specifically designed for robot manipulation tasks. It contains 103 episodes, totaling 50,767 frames, stored in parquet format. Features include robot actions (such as poses of the shoulder, elbow, wrist, and gripper), observation states (with the same pose information as actions), and video observations from wrist and top cameras (with resolutions of 1280x720 and 720x1280 respectively, at 30fps). The robot type is so_follower, suitable for training and evaluating robot control models. The dataset only includes a training split, with no test or validation sets.
提供机构:
Syed-Furqan创建时间:
2026-05-21
原始信息汇总
数据集概述
该数据集是一个用于机器人操作任务的仿真数据集,基于 LeRobot 框架创建。
- 数据集名称:picknplace_blocks_in_BOX
- 许可证:Apache-2.0
- 任务类别:机器人学(Robotics)
- 机器人类型:so_follower
- 总片段数:103
- 总帧数:50767
- 总任务数:1
- 帧率:30 FPS
- 数据大小:100 MB(数据文件),200 MB(视频文件)
- 数据集划分:仅包含训练集(0-103 片段)
数据集结构
数据集以 Parquet 格式和视频文件存储,包含以下特征:
动作与状态观测
- 动作(action):维度为 6,包含肩关节、肘关节、腕关节及夹爪的位置量。
- 观测状态(observation.state):维度为 6,同样包含肩关节、肘关节、腕关节及夹爪的位置量。
图像观测
- 腕部相机(observation.images.wrist):视频形式,分辨率 1280×720,3 通道,AV1 编码,30 FPS。
- 顶部相机(observation.images.top):视频形式,分辨率 720×1280,3 通道,AV1 编码,30 FPS。
其他特征
- 时间戳(timestamp):浮点型,维度 1。
- 帧索引(frame_index):整型,维度 1。
- 片段索引(episode_index):整型,维度 1。
- 索引(index):整型,维度 1。
- 任务索引(task_index):整型,维度 1。
数据存储格式
- 数据文件路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4



