HyeonseokE/SO101-teleop_sort_blocks_20epi
收藏资源简介:
该数据集是一个机器人控制数据集,使用LeRobot框架创建,专为机器人任务设计。数据集包含20个总集数,共18862帧数据,采样率为30帧每秒。机器人类型为“so_follower”,涉及一个总任务。数据以parquet格式存储,总数据文件大小为100MB,视频文件大小为200MB。特征包括动作(如肩部、肘部、腕部和夹爪的位置)、观察状态(与动作类似的位置信息)、以及来自腕部和顶部摄像头的图像观察(视频格式,分辨率为480x640,3通道)。其他特征包括时间戳、帧索引、集索引、索引和任务索引。数据集结构支持训练分割(0:20),并遵循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=HyeonseokE/SO101-teleop_sort_blocks_20epi"> <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`: json { "代码库版本": "v3.0", "机器人类型": "so_follower", "总回合数": 20, "总帧数": 18862, "总任务数": 1, "分块大小": 1000, "数据文件总大小(MB)": 100, "视频文件总大小(MB)": 200, "帧率": 30, "数据集划分": { "训练集": "0:20" }, "数据路径格式": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet", "视频路径格式": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4", "数据特征": { "动作": { "数据类型": "float32", "关节名称": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "维度": [ 6 ] }, "观测状态": { "数据类型": "float32", "关节名称": [ "shoulder_pan.pos", "shoulder_lift.pos", "elbow_flex.pos", "wrist_flex.pos", "wrist_roll.pos", "gripper.pos" ], "维度": [ 6 ] }, "腕部图像": { "数据类型": "video", "维度": [ 480, 640, 3 ], "维度名称": [ "height", "width", "channels" ], "详细信息": { "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "video.has_audio": false } }, "顶部相机图像": { "数据类型": "video", "维度": [ 480, 640, 3 ], "维度名称": [ "height", "width", "channels" ], "详细信息": { "video.height": 480, "video.width": 640, "video.codec": "h264", "video.pix_fmt": "yuv420p", "video.is_depth_map": false, "video.fps": 30, "video.channels": 3, "video.has_audio": false } }, "时间戳": { "数据类型": "float32", "维度": [ 1 ], "维度名称": null }, "帧索引": { "数据类型": "int64", "维度": [ 1 ], "维度名称": null }, "回合索引": { "数据类型": "int64", "维度": [ 1 ], "维度名称": null }, "全局索引": { "数据类型": "int64", "维度": [ 1 ], "维度名称": null }, "任务索引": { "数据类型": "int64", "维度": [ 1 ], "维度名称": null } } } ## 引用 **BibTeX:** bibtex [需补充更多信息]




