so100_mix
收藏资源简介:
该数据集由LeRobot创建,主要用于机器人技术领域。数据集采用Apache-2.0许可证,包含200个episodes,总计147703帧,涉及1个任务。数据以parquet文件格式存储,总数据文件大小为100MB,视频文件大小为200MB,帧率为30FPS。数据集包含训练集(0:200)。数据集结构包括动作数据(6个浮点型关节位置)、观测数据(状态和来自顶部及手部摄像头的图像,分辨率为480x640,3通道)、时间戳、帧索引、episode索引和任务索引等字段。顶部和手部摄像头的视频采用h264编码,yuv420p像素格式,无音频。数据集缺少主页、论文和引用信息。
This dataset was created by LeRobot, and is specifically designed for robotics research. It is distributed under the Apache-2.0 open-source license, and contains 200 episodes with a total of 147,703 frames, focusing on one single task. The dataset is stored in Parquet file format, with a total data file size of 100 MB, video file size of 200 MB, and a frame rate of 30 FPS. The dataset provides a training split with an index range of 0:200. The dataset structure includes the following fields: action data (6 floating-point joint positions), observation data (states and images captured by the top and hand cameras with a resolution of 480×640 and 3 channels), timestamps, frame indices, episode indices, and task indices. Videos from the top and hand cameras use H.264 encoding, employ the yuv420p pixel format, and contain no audio tracks. No homepage, academic paper, or citation information is provided for this dataset.
数据集概述
基本信息
- 数据集名称: so100_mix
- 托管平台: Hugging Face
- 创建工具: LeRobot (https://github.com/huggingface/lerobot)
- 许可证: Apache-2.0
- 任务类别: 机器人学
- 标签: LeRobot
数据集规模与结构
- 总情节数: 200
- 总帧数: 147703
- 总任务数: 1
- 数据文件大小: 100 MB
- 视频文件大小: 200 MB
- 帧率: 30 FPS
- 数据块大小: 1000
- 代码库版本: v3.0
- 机器人类型: so_follower
- 数据分割: 全部数据用于训练 (索引 0:200)
- 数据文件路径模式:
data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet - 视频文件路径模式:
videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4
数据特征
动作空间
- 特征名:
action - 数据类型:
float32 - 形状: [6]
- 描述: 包含6个关节的位置指令:
shoulder_pan.posshoulder_lift.poselbow_flex.poswrist_flex.poswrist_roll.posgripper.pos
观测空间
状态观测
- 特征名:
observation.state - 数据类型:
float32 - 形状: [6]
- 描述: 包含6个关节的当前位置,名称与动作空间相同。
图像观测 - 顶部摄像头
- 特征名:
observation.images.top - 数据类型:
video - 形状: [480, 640, 3] (高度, 宽度, 通道)
- 视频信息:
- 高度: 480 像素
- 宽度: 640 像素
- 编解码器: h264
- 像素格式: yuv420p
- 非深度图
- 帧率: 30 FPS
- 通道数: 3
- 无音频
图像观测 - 手部摄像头
- 特征名:
observation.images.hand - 数据类型:
video - 形状: [480, 640, 3] (高度, 宽度, 通道)
- 视频信息: 与顶部摄像头规格相同。
元数据特征
timestamp: 时间戳,float32类型,形状 [1]。frame_index: 帧索引,int64类型,形状 [1]。episode_index: 情节索引,int64类型,形状 [1]。index: 索引,int64类型,形状 [1]。task_index: 任务索引,int64类型,形状 [1]。
可视化
- 可视化空间: https://huggingface.co/spaces/lerobot/visualize_dataset?path=zzzlamb/so100_mix
引用信息
- 主页: [More Information Needed]
- 论文: [More Information Needed]
- BibTeX 引用: [More Information Needed]




