L7-Robotics/so101_mmc_3cam_black_pen_green_tray_v1
收藏资源简介:
该数据集是一个用于机器人控制与学习的数据集,使用LeRobot框架创建。数据集包含10个完整 episodes,总计3119帧数据,涉及1个任务。数据以parquet格式存储,视频以MP4格式存储,帧率为20fps。机器人类型为so_follower,特征包括:动作空间(6个关节位置:肩部平移、肩部抬升、肘部弯曲、腕部弯曲、腕部旋转、夹爪位置);观测状态空间(与动作相同的6个关节位置);以及三个相机视角的图像观测:后上方相机、右侧相机和腕部相机,均为480x640分辨率、3通道的RGB视频。此外,数据集还包含时间戳、帧索引、episode索引、任务索引等元数据。该数据集适用于机器人模仿学习、强化学习等任务,属于机器人学(robotics)领域,采用Apache 2.0许可证。
--- license: apache-2.0 task_categories: - 机器人学 tags: - LeRobot configs: - config_name: default data_files: data/*/*.parquet --- 本数据集由[LeRobot](https://github.com/huggingface/lerobot)构建。 <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=L7-Robotics/so101_mmc_3cam_black_pen_green_tray_v1"> <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/> <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/> </a> ## 数据集说明 - **主页**:[需补充更多信息] - **论文**:[需补充更多信息] - **许可证**:apache-2.0 ## 数据集结构 [meta/info.json](meta/info.json): json { "codebase_version": "v3.0", "robot_type": "so_follower", "total_episodes": 10, "total_frames": 3119, "total_tasks": 1, "chunks_size": 1000, "data_files_size_in_mb": 100, "video_files_size_in_mb": 200, "fps": 20, "splits": { "train": "0:10" }, "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", "features": { "action": { "数据类型": "float32", "关节名称": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "维度": [ 6 ] }, "observation.state": { "数据类型": "float32", "关节名称": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "维度": [ 6 ] }, "observation.images.rear_top": { "数据类型": "video", "维度": [ 480, 640, 3 ], "维度名称": [ "height", "width", "channels" ], "详细信息": { "视频高度": 480, "视频宽度": 640, "视频编码": "av1", "像素格式": "yuv420p", "非深度图": false, "视频帧率": 20, "通道数": 3, "无音频": false } }, "observation.images.right_side": { "数据类型": "video", "维度": [ 480, 640, 3 ], "维度名称": [ "height", "width", "channels" ], "详细信息": { "视频高度": 480, "视频宽度": 640, "视频编码": "av1", "像素格式": "yuv420p", "非深度图": false, "视频帧率": 20, "通道数": 3, "无音频": false } }, "observation.images.wrist": { "数据类型": "video", "维度": [ 480, 640, 3 ], "维度名称": [ "height", "width", "channels" ], "详细信息": { "视频高度": 480, "视频宽度": 640, "视频编码": "av1", "像素格式": "yuv420p", "非深度图": false, "视频帧率": 20, "通道数": 3, "无音频": false } }, "timestamp": { "数据类型": "float32", "维度": [ 1 ], "维度名称": null }, "frame_index": { "数据类型": "int64", "维度": [ 1 ], "维度名称": null }, "episode_index": { "数据类型": "int64", "维度": [ 1 ], "维度名称": null }, "index": { "数据类型": "int64", "维度": [ 1 ], "维度名称": null }, "task_index": { "数据类型": "int64", "维度": [ 1 ], "维度名称": null } } } ## 引用 **BibTeX格式:** bibtex [需补充更多信息]




