Bl4ckJack777 commited on
Commit
0a4fdb4
·
verified ·
1 Parent(s): 65ba372

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -30
README.md CHANGED
@@ -39,33 +39,65 @@ dataset_info:
39
  data_files: "**/*"
40
  ---
41
 
42
- 📚 FastUMI Pro 数据集文档FastUMI Pro 是 FastUMI 的升级版,面向企业用户的流程化、全链路数据采集与转换系统。💡 项目简介FastUMI(Fast Universal Manipulation Interface)是一个面向通用机器人操作任务的数据集与接口框架,旨在支持硬件无关、可扩展的高效数据采集与模型训练。该项目提供了物理原型系统、完整的数据采集代码、标准化数据格式和使用工具,便于研究者进行真实环境下的操作学习研究。🌐 项目主页: https://fastumi.com/pro/🔗 FastUMI 主页: https://fastumi.com💾 数据样例: https://huggingface.co/datasets/FastUMIPro/example_data_fastumi_pro_raw🤝 合作使用优先说明FastUMI Pro 在 FastUMI 的基础上,增设提供:更高的精度轨迹数据。更多样化的本体支持,真正面向“一脑多形”。FastUMI-150K 曾作为完整版本开源,包括约 150,000 条真实世界操作轨迹,已提供给合作研究团队用于训练大规模 VLA(视觉-语言-动作)模型。初步实验表明,基于该数据集训练的模型在通用操控任务中展现出显著的多任务泛化能力。🚀 VLA 模型效果速递模型效果速递:[TBD]🔗 开源工具链工具名称描述GitHub 链接Demo Replay 单臂仓库FastUMI 数据单臂回放代码GitHub - Loki-Lu/FastUMI_replay_singleARMDemo Replay 双臂仓库FastUMI 数据双臂回放代码GitHub - Loki-Lu/FastUMI_replay_dualARM硬件 SDKFastUMI 硬件相关的软件开发工具包GitHub - FastUMIRobotics/FastUMI_Hardware_SDK监控工具用于实时监控 FastUMI 设备的工具GitHub - FastUMIRobotics/FastUMI_Monitor_Tool数据采集工具使用 FastUMI 设备采集数据的工具GitHub - FastUMIRobotics/FastUMI_Data_Collection相关论文与应用论文: [2508.10538] MLM: Learning Multi-task Loco-Manipulation Whole-Body Control for Quadruped Robot with Arm教程: PI0(FastUMI数据轻量级适配,版本V0)全流程教程📦 数据使用指南样例数据下载样例数据链接:https://huggingface.co/datasets/FastUMIPro/example_data_fastumi_pro_raw/tree/main方式一:原始命令(国内可能较慢)Bashhuggingface-cli download FastUMIPro/example_data_fastumi_pro_raw --repo-type dataset --local-dir ~/fastumi_data/
43
- 方式二:镜像加速方案(推荐)Bash# 设置镜像端点
44
- export HF_ENDPOINT=https://hf-mirror.com
45
-
46
- # 使用镜像下载
47
- huggingface-cli download --repo-type dataset --resume-download FastUMIPro/example_data_fastumi_pro_raw --local-dir ~/fastumi_data/
48
- 📁 数据结构说明每个 session 文件代表一个独立的操作 “episode”(片段),包含观测数据与动作序列。FastUMI PRO 数据格式为 raw,包含各类原始数据,方便查询、校验各传感器的原始输出,易于转换为其他任意格式。目录结构示例session_001
49
- └── device_label_xv_serial/
50
- └── session_timestamp/
51
- ├── RGB_Images/
52
- │ ├── timestamps.csv
53
- │ └── Frames/
54
- │ ├── frame_000001.jpg
55
- │ └── ...
56
- ├── SLAM_Poses/
57
- │ └── slam_raw.txt
58
- ├── Vive_Poses/
59
- │ └── vive_data_tum.txt
60
- ├── ToF_PointClouds/
61
- │ ├── timestamps.csv
62
- │ └── PointClouds/
63
- │ └── pointcloud_000001.pcd
64
- ├── Clamp_Data/
65
- │ └── clamp_data_tum.txt
66
- └── Merged_Trajectory/
67
- ├── merged_trajectory.txt
68
- └── merge_stats.txt
69
- └── session_002
70
- └── ...
71
- 属性说明数据项文件路径形状 / 类型含义与顺序RGB_ImagesFrames/frame_...jpg(帧数, 1080, 1920, 3), uint8, 60.0 FPS摄像头视频数据。SLAM_Posesslam_raw.txt(时刻数, 7), 浮点数据集UMI 末端位姿数据。Vive_Posesvive_data_tum.txt(时刻数, 7), 浮点数据集Vive 基站的姿态数据。ToF_PointCloudsPointClouds/pointcloud_...pcdpcd 格式ToF 点云原始数据。Clamp_Dataclamp_data_tum.txt(时刻数, 1), 浮点数据集夹爪间距,单位:mm。Merged_Trajectorymerged_trajectory.txt(时刻数, 7), 浮点数据集融合后的轨迹数据(基准根据速度选择 Vive 或 UMI)。位姿数据的通用顺序(SLAM, Vive, Merged):$$[Pos\ X, \ Pos\ Y, \ Pos\ Z, \ Q\_X, \ Q\_Y, \ Q\_Z, \ Q\_W]$$📝 数据转换方法[TBD]✉️ 联系方式如有任何问题或建议,欢迎联系开发团队:负责人: 丁琰邮箱: [email protected]: Duke_dingyan
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  data_files: "**/*"
40
  ---
41
 
42
+ # FastUMI Pro Dataset
43
+
44
+ <div align="center">
45
+
46
+ ![FastUMI](https://img.shields.io/badge/FastUMI-Pro-brightgreen)
47
+ ![Dataset](https://img.shields.io/badge/Dataset-150K-blue)
48
+ ![VLA](https://img.shields.io/badge/VLA-Ready-orange)
49
+
50
+ **Enterprise-grade Robotic Manipulation Dataset for Universal Manipulation Interface**
51
+
52
+ [Project Homepage](https://fastumi.com/pro/) | [FastUMI Home](https://fastumi.com) | [Example Data](https://huggingface.co/datasets/FastUMIPro/example_data_fastumi_pro_raw)
53
+
54
+ </div>
55
+
56
+ ## 📖 Overview
57
+
58
+ FastUMI (Fast Universal Manipulation Interface) is a dataset and interface framework for general-purpose robotic manipulation tasks, designed to support hardware-agnostic, scalable, and efficient data collection and model training.
59
+
60
+ The project provides:
61
+ - Physical prototype systems
62
+ - Complete data collection codebase
63
+ - Standardized data formats and utilities
64
+ - Tools for real-world manipulation learning research
65
+
66
+ ## 🚀 Features
67
+
68
+ ### FastUMI Pro Enhancements
69
+ - ✅ **Higher precision trajectory data**
70
+ - ✅ **Diverse embodiment support** for true "one-brain-multiple-forms"
71
+ - **Enterprise-ready** pipeline and full-link data processing
72
+
73
+ ### FastUMI-150K
74
+ - ~150,000 real-world manipulation trajectories
75
+ - Used by research partners for large-scale VLA (Vision-Language-Action) model training
76
+ - Demonstrated significant multi-task generalization capabilities
77
+
78
+ ## 📊 Model Performance
79
+
80
+ **VLA Model Results**: [TBD]
81
+
82
+ ## 🛠️ Toolchain
83
+
84
+ ### Core Tools
85
+
86
+ | Tool | Description | Link |
87
+ |------|-------------|------|
88
+ | **Single-Arm Demo Replay** | Single-arm data replay code | [GitHub](https://github.com/Loki-Lu/FastUMI_replay_singleARM) |
89
+ | **Dual-Arm Demo Replay** | Dual-arm data replay code | [GitHub](https://github.com/Loki-Lu/FastUMI_replay_dualARM) |
90
+ | **Hardware SDK** | FastUMI hardware development kit | [GitHub](https://github.com/FastUMIRobotics/FastUMI_Hardware_SDK) |
91
+ | **Monitor Tool** | Real-time device monitoring | [GitHub](https://github.com/FastUMIRobotics/FastUMI_Monitor_Tool) |
92
+ | **Data Collection** | Data collection utilities | [GitHub](https://github.com/FastUMIRobotics/FastUMI_Data_Collection) |
93
+
94
+ ### Research & Applications
95
+ - **Paper**: [MLM: Learning Multi-task Loco-Manipulation Whole-Body Control for Quadruped Robot with Arm](https://arxiv.org/abs/2508.10538)
96
+ - **Tutorial**: PI0 (FastUMI Data Lightweight Adaptation, Version V0) Full Pipeline
97
+
98
+ ## 📥 Data Download
99
+
100
+ ### Example Dataset
101
+ ```bash
102
+ # Direct download (may be slow in some regions)
103
+ huggingface-cli download FastUMIPro/example_data_fastumi_pro_raw --repo-type dataset --local-dir ~/fastumi_data/