leokswang/21122025-foldclo-12_lerobot_format
收藏资源简介:
该数据集由LeRobot创建,用于机器人学习任务,包含10个episodes,总计34658帧数据,帧率为30fps。数据以parquet格式存储,特征包括顶部、左侧、右侧摄像头图像(分辨率360x640,3通道)、14维状态观测向量、14维动作向量、时间戳、帧索引、episode索引等。数据集结构基于chunk组织,支持训练任务,机器人类型为yam,代码库版本为v2.1。
"许可证: apache-2.0 任务类别: - 机器人学 标签: - LeRobot - yam - lerobot - allenai_21122025-foldclo-12 配置项: - 配置名称: 默认配置 数据文件路径: data/*/*.parquet --- 本数据集基于[LeRobot](https://github.com/huggingface/lerobot)开发构建。 ## 数据集描述 - **主页:** [更多信息待补充] - **论文:** [更多信息待补充] - **许可证:** apache-2.0 ## 数据集结构 [meta/info.json](meta/info.json): json { "codebase_version": "v2.1", "robot_type": "yam", "total_episodes": 10, "total_frames": 34658, "total_tasks": 1, "total_videos": 0, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:10" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4", "features": { "observation.images.top": { "dtype": "image", "shape": [ 360, 640, 3 ], "names": [ "height", "width", "channel" ] }, "observation.images.left": { "dtype": "image", "shape": [ 360, 640, 3 ], "names": [ "height", "width", "channel" ] }, "observation.images.right": { "dtype": "image", "shape": [ 360, 640, 3 ], "names": [ "height", "width", "channel" ] }, "observation.state": { "dtype": "float32", "shape": [ 14 ], "names": [ "state" ] }, "action": { "dtype": "float32", "shape": [ 14 ], "names": [ "action" ] }, "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 } } } ## 引用信息 **BibTeX格式引用:** bibtex [More Information Needed] "




