egodex_apple_lerobot
收藏资源简介:
EgoDex 数据集是 Apple 发布的 EgoDex 数据集的 LeRobot v3.0 格式转换版本。该数据集专注于具身人工智能中的机器人操作任务,特别是灵巧操作,并提供自我中心视角的数据。数据集包含训练集和测试集,其中训练集由多个子目录组成,每个子目录对应原始 EgoDex 数据格式中的一个目录。部分训练集文件夹(如 basic_fold、basic_pick_place、play_piano、thread_unthread_bead_necklace、vertical_pick_place)被拆分为更小的子集以加速数据处理。该数据集适用于机器人操作、灵巧操作、自我中心视觉等研究任务。注意:转换过程中未保留置信度分数,且由于特征数量较多,加载 parquet 表可能占用大量 RAM,可通过丢弃未使用的特征来缓解。
The EgoDex dataset is a LeRobot v3.0 format conversion of the EgoDex dataset released by Apple. It focuses on robotic manipulation tasks in embodied AI, particularly dexterous manipulation, and provides egocentric perspective data. The dataset includes training and test sets, where the training set consists of multiple subdirectories corresponding to directories in the original EgoDex data format. Some training set folders (e.g., basic_fold, basic_pick_place, play_piano, thread_unthread_bead_necklace, vertical_pick_place) are split into smaller subsets to speed up data processing. This dataset is suitable for research tasks such as robotic manipulation, dexterous manipulation, and egocentric vision. Note: Confidence scores are not retained during conversion, and loading parquet tables may consume a large amount of RAM due to the large number of features, which can be mitigated by discarding unused features.
EgoDex (LeRobot datasets v3.0) 数据集概述
基本信息
- 数据集名称:EgoDex (LeRobot datasets v3.0)
- 许可证:CC-BY-NC-ND-4.0
- 任务类别:机器人学(Robotics)
- 语言:英语
- 标签:具身智能、机器人操作、自我中心视角、灵巧操作
数据集来源
- 数据集源自 Apple 的 EgoDex 项目(GitHub 仓库:https://github.com/apple/ml-egodex),已被转换为 LeRobot datasets v3.0 格式。
数据结构
- 数据集顶层分为 train(训练)和 test(测试)两个目录。
- 每个目录下包含多个子目录,每个子目录对应原始 EgoDex 数据格式中的一个目录,并代表一个独立的 LeRobot 数据集。
- 要加载完整的 EgoDex 训练集,需要将每个子目录作为独立的
LeRobotDataset加载后合并(例如使用 PyTorch 的ConcatDataset),或通过MultiLeRobotDataset自动完成合并。
特殊说明
- 置信度分数:转换过程中未保留置信度分数。
- 内存使用:由于数据集包含大量特征,加载 Parquet 表时可能占用大量 RAM;建议使用
lerobot-edit-dataset命令删除不需要的特征以减少内存占用。 - 训练集拆分:仅训练集中的部分文件夹因数据转换效率考虑被拆分为多个子集,拆分后的文件夹以
-part*为后缀(例如basic_fold-part1),涉及以下原始文件夹:basic_foldbasic_pick_placeplay_pianothread_unthread_bead_necklacevertical_pick_place
更多信息
- 关于数据集中可用特征的详细信息,请参阅 EgoDex 的 GitHub 仓库(https://github.com/apple/ml-egodex)。




