Johnre1/so101_pick_place_v1_20260528_115915
收藏资源简介:
该数据集是使用LeRobot创建的机器人学数据集,专注于拾放任务。数据集包含机器人的动作和观测数据:动作包括6个关节(肩部平移、肩部升降、肘部弯曲、腕部弯曲、腕部旋转、夹爪)的位置;观测状态包括相同的关节位置,以及来自相机1的视频观测(分辨率480x640,30fps)。此外,还包含时间戳、帧索引、回合索引、索引和任务索引等元数据。数据集总共有1个回合、1784帧和1个任务,数据以parquet格式存储,视频以mp4格式存储。机器人类型为so_follower,适用于训练和评估机器人控制模型。
### 数据集元信息 许可证:Apache-2.0 任务类别:机器人学 标签:LeRobot 配置项: - 配置名称:default - 数据文件路径:data/*/*.parquet 本数据集由LeRobot工具链构建,可点击以下链接访问数据集可视化页面:https://huggingface.co/spaces/lerobot/visualize_dataset?path=Johnre1/so101_pick_place_v1_20260528_115915 ## 数据集说明 - **主页:** [需补充更多信息] - **论文:** [需补充更多信息] - **许可证:** Apache-2.0 ## 数据集结构 `meta/info.json` 文件内容如下: json { "codebase_version": "v3.0", "fps": 30, "features": { "action": { "dtype": "float32", "names": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "shape": [6] }, "observation.state": { "dtype": "float32", "names": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "shape": [6] }, "observation.images.camera1": { "dtype": "video", "shape": [480, 640, 3], "names": ["height", "width", "channels"], "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, "video.g": 2, "video.crf": 30, "video.preset": 12, "video.fast_decode": 0, "video.video_backend": "pyav", "video.extra_options": {} } }, "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": 1, "total_frames": 1784, "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:1"} } ## 引用 **BibTeX格式:** bibtex [需补充更多信息]




