hello_world2
收藏资源简介:
该数据集是一个机器人操作数据集,使用LeRobot工具创建,遵循Apache 2.0许可证,专注于机器人技术领域。数据集包含机器人操作的状态观测数据和控制指令,采用parquet文件格式存储。核心特征字段包括:动作指令(action)和状态观测(observation.state),均为7维浮点向量,分别表示机器人的位置(x, y, z)、方向(x, y, z)和夹爪状态;时间戳(timestamp)记录数据采集时间;索引字段包括帧索引(frame_index)、回合索引(episode_index)、数据索引(index)和任务索引(task_index),均为整型数据。技术参数方面:数据按块组织,每块包含1000个样本;数据文件总大小约100MB,视频文件总大小约200MB;视频采集帧率为10fps。数据集针对自定义机械臂(custom_manipulator)设计,使用LeRobot代码库v3.0版本创建,数据存储路径遵循特定命名规范,支持分块存储。
This dataset is a robot manipulation dataset created using the LeRobot tool, following the Apache 2.0 license and focusing on the robotics domain. It contains state observation data and control commands for robot operations, stored in parquet file format. The core feature fields include: action commands (action) and state observations (observation.state), both 7-dimensional floating-point vectors representing the robots position (x, y, z), orientation (x, y, z), and gripper state; a timestamp (timestamp) records data collection time; index fields include frame index (frame_index), episode index (episode_index), data index (index), and task index (task_index), all integer types. Technical parameters: data is organized in chunks, with each chunk containing 1000 samples; the total data file size is approximately 100MB, and video file size is about 200MB; video capture frame rate is 10fps. The dataset is designed for a custom manipulator (custom_manipulator), created using the LeRobot codebase version 3.0, with data storage paths following specific naming conventions and supporting chunked storage.
- 数据集名称:
hello_world2 - 创建者: lucazanett
- 许可证: Apache-2.0
- 任务类别: 机器人学(robotics)
- 标签: LeRobot
- 数据集来源: 使用 LeRobot 创建
- 数据集结构:
- 配置: 默认配置(default),数据文件路径为
data/*/*.parquet - 代码库版本: v3.0
- 机器人类型: 自定义机械臂(custom_manipulator)
- 总集数: 0
- 总帧数: 0
- 总任务数: 0
- 块大小: 1000
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率 (FPS): 10
- 数据路径:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频路径:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
- 配置: 默认配置(default),数据文件路径为
- 特征字段:
action: 包含位置(x, y, z)、方向(x, y, z)和夹爪(gripper)信息,形状为 (7,),数据类型 float32observation.state: 同action结构,形状为 (7,),数据类型 float32timestamp: 时间戳,形状为 (1,),数据类型 float32frame_index: 帧索引,形状为 (1,),数据类型 int64episode_index: 集数索引,形状为 (1,),数据类型 int64index: 索引,形状为 (1,),数据类型 int64task_index: 任务索引,形状为 (1,),数据类型 int64
- 可视化: 可通过 可视化数据集空间 进行交互式查看
- 论文: 暂无信息
- 引用格式: 暂无信息




