zixinyenu/so100-pick-and-place-20_20260527_210159
收藏资源简介:
该数据集是一个机器人操作数据集,专门用于拾取和放置任务。它包含20个完整的情节(episodes),总计11284帧数据。数据集中记录了机器人的动作信息,包括肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转和夹爪位置等6个关节的位置数据。观测数据包括机器人的状态(与动作相同的关节位置)以及来自三个摄像头(camera1、camera2、camera3)的视频观测,每个视频分辨率为480x640,帧率为30fps,编码格式为av1。数据集还包含时间戳、帧索引、情节索引、任务索引等元数据。机器人类型为so_follower,数据以parquet文件(用于结构化数据)和mp4视频文件(用于视频数据)形式存储,总数据大小约为300MB。数据集适用于机器人学习、模仿学习或强化学习等研究领域。
--- 许可证:Apache-2.0 任务类别: - 机器人学 标签: - LeRobot 配置项: - 配置名称:default 数据文件:data/*/*.parquet --- 本数据集基于[LeRobot](https://github.com/huggingface/lerobot)构建。 可点击此链接可视化本数据集:<a href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=zixinyenu/so100-pick-and-place-20_20260527_210159">可视化数据集</a> ## 数据集描述 - **主页**:[待补充更多信息] - **论文**:[待补充更多信息] - **许可证**:Apache-2.0 ## 数据集结构 元数据文件`meta/info.json`包含如下配置: json { "codebase_version": "v3.0", "fps": 30, "features": { "action": { "dtype": "float32", "names": [ "肩旋关节位置", "肩抬关节位置", "肘屈关节位置", "腕屈关节位置", "腕转关节位置", "夹爪位置" ], "shape": [ 6 ] }, "observation.state": { "dtype": "float32", "names": [ "肩旋关节位置", "肩抬关节位置", "肘屈关节位置", "腕屈关节位置", "腕转关节位置", "夹爪位置" ], "shape": [ 6 ] }, "observation.images.camera1": { "dtype": "video", "shape": [ 480, 640, 3 ], "names": [ "高度", "宽度", "通道数" ], "info": { "video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false } }, "observation.images.camera2": { "dtype": "video", "shape": [ 480, 640, 3 ], "names": [ "高度", "宽度", "通道数" ], "info": { "video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false } }, "observation.images.camera3": { "dtype": "video", "shape": [ 480, 640, 3 ], "names": [ "高度", "宽度", "通道数" ], "info": { "video.height": 480, "video.width": 640, "video.codec": "av1", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "has_audio": false } }, "timestamp": { "dtype": "float32", "shape": [ 1 ], "names": null }, "frame_index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "episode_index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "index": { "dtype": "int64", "shape": [ 1 ], "names": null }, "task_index": { "dtype": "int64", "shape": [ 1 ], "names": null } }, "total_episodes": 20, "total_frames": 11284, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", "robot_type": "so_follower", "splits": { "train": "0:20" } } ## 引用 **BibTeX格式引用**: bibtex [待补充更多信息]




