File size: 3,937 Bytes
efe3fe7 a01a7b3 d891b27 156beac efe3fe7 d891b27 efe3fe7 156beac 1f38282 156beac a01a7b3 0a4fdb4 1f38282 156beac a01a7b3 fcc0f0f f49a35f 7d12336 f49a35f d891b27 156beac d891b27 156beac d891b27 156beac d891b27 1f38282 d891b27 1f38282 d891b27 156beac 1f38282 0a4fdb4 1f38282 d891b27 1f38282 156beac 1f38282 0a4fdb4 1f38282 d891b27 0a4fdb4 156beac 1f38282 156beac 1f38282 156beac 1f38282 156beac 18c444f e521b9c 18c444f 156beac 1f38282 156beac 2d4f27d 1f38282 2d4f27d 156beac 1f38282 3c76c08 1f38282 cc8b810 156beac cc8b810 0d91ffd 3c76c08 156beac 3c76c08 156beac | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | ---
language:
- en
- zh
tags:
- robotics
- manipulation
- trajectory-data
- multimodal
- embodied-ai
multimodal: vision+language+action
license: other
task_categories:
- robotics
dataset_info:
features:
- name: rgb_images
dtype: image
description: Multi-view RGB images
- name: slam_poses
sequence: float32
description: SLAM pose trajectories
- name: vive_poses
sequence: float32
description: Vive tracking system poses
- name: point_clouds
sequence: float32
description: Time-of-Flight point cloud data
- name: clamp_data
sequence: float32
description: Clamp sensor readings
- name: merged_trajectory
sequence: float32
description: Fused trajectory data
configs:
- config_name: default
data_files: "**/*"
---
<div align="center">
<h1 style="font-size:44px; font-weight:900; margin-bottom:10px;">
FastUMI Pro – Multimodal Sample Dataset
</h1>
<h3 style="font-size:20px; font-weight:400; margin-top:-10px;">
Small-Scale Demonstration Data from the FastUMI Pro Multimodal Sensing System
<br>(Only Dozens of Trajectories — Full Dataset Available Upon Request)
</h3>
<div style="display: flex; justify-content: center; gap: 8px; margin: 10px 0;">
<img src="https://img.shields.io/badge/FastUMI-Pro-brightgreen" height="15"/>
<img src="https://img.shields.io/badge/Sample%20Dataset-Small-blue" height="15"/>
<img src="https://img.shields.io/badge/Multimodal-Vision%20%7C%20Pose%20%7C%20PointCloud-orange" height="15"/>
</div>
<a href="https://fastumi.com/pro/">Project Homepage</a>
</div>
---
## 📖 Overview
The **FastUMI Pro Sample Dataset** provides a public preview of the multimodal sensing capabilities of the FastUMI Pro data collection system.
This release contains **only dozens of sample trajectories** and is intended for:
- System testing
- Robotics and AI pipeline integration
- Preliminary algorithm development
- Demonstrating multimodal alignment and synchronization
Included sensor streams:
- RGB camera images
- Visual SLAM trajectory
- Vive tracking trajectory
- ToF point cloud frames
- Clamp (gripper width) sensor readings
- Fused multi-sensor trajectory
Full-scale datasets are available upon request for research or enterprise collaboration.
---
## 📊 Data Specifications
| **Data Type** | **Path** | **Shape** | **Type** | **Description** |
|--------------|----------|-----------|----------|-----------------|
| RGB Images | RGB_Images/Frames/*.jpg | (H, W, 3) | uint8 | Multi-view RGB images |
| ToF PointClouds | ToF_PointClouds/PointClouds/*.pcd | variable | pcd | Time-of-Flight point clouds |
| Clamp Data | Clamp_Data/clamp_data_tum.txt | (N, 2) | float | Timestamp + clamp width |
| Merged Trajectory | Merged_Trajectory/merged_trajectory.txt | (N, 8) | float | Fused multi-sensor pose |
---
## 🧭 Pose Data Format
All pose data (SLAM, Vive, fused) follow the same structure:
```markdown
timestamp x y z qx qy qz qw
```
| Field | Description | Field | Description |
| :---: | :---: | :---: | :---: |
| timestamp | Unix timestamp | qx | Quaternion X component |
| x | Position X (meters) | qy | Quaternion Y component |
| y | Position Y (meters) | qz | Quaternion Z component |
| z | Position Z (meters) | qw | Quaternion W component |
---
## 📥 Download
```bash
huggingface-cli download FastUMIPro/example_data_fastumi_pro_raw \
--repo-type dataset \
--local-dir ./fastumi_sample/
```
Optional:
```bash
export HF_ENDPOINT=https://hf-mirror.com
```
---
## ⚠️ Dataset Scale Notice
This dataset contains **only a small number of sample episodes**
and is **not intended for large-scale training**.
For full multimodal datasets or enterprise collaborations, please contact the FastUMI team.
---
## 📞 Contact
Lead: **Ding Yan**
Email: **dingyan@lumosbot.tech**
WeChat: **Duke_dingyan**
---
|