Bl4ckJack777 commited on
Commit
0d91ffd
·
verified ·
1 Parent(s): 2d4f27d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -20
README.md CHANGED
@@ -144,33 +144,36 @@ session_001/
144
 
145
  ## Data Specifications
146
 
147
- | Data Type | Path | Shape/Type | Description |
148
- | :--- | :--- | :--- | :--- |
149
- | **RGB Images** | `Frames/frame_...jpg` | `(frames, 1080, 1920, 3)`, `uint8`, 60 FPS | Camera video data |
150
- | **SLAM Poses** | `slam_raw.txt` | `(timestamps, 7)`, `float` | UMI end-effector poses |
151
- | **Vive Poses** | `vive_data_tum.txt` | `(timestamps, 7)`, `float` | Vive base station poses |
152
- | **ToF PointClouds** | `PointClouds/pointcloud_...pcd` | `pcd format` | Time-of-Flight point cloud data |
153
- | **Clamp Data** | `clamp_data_tum.txt` | `(timestamps, 1)`, `float` | Gripper spacing (mm) |
154
- | **Merged Trajectory** | `merged_trajectory.txt` | `(timestamps, 7)`, `float` | Fused trajectory (Vive/UMI based on velocity) |
155
 
156
- Pose Data Format
157
 
158
  All pose data (SLAM, Vive, Merged) follow the same format:
159
- ```
160
- [Pos_X, Pos_Y, Pos_Z, Q_X, Q_Y, Q_Z, Q_W]
161
- ```
162
-
163
- 🔄 Data Conversion
 
 
 
 
 
 
164
  [TBD - Data conversion methods will be added here]
165
 
166
- 🤝 Collaboration
167
  FastUMI Pro dataset is available for research collaboration. The full FastUMI-150K dataset has been provided to partner research teams for large-scale model training.
168
 
169
- 📞 Contact
170
- For questions or suggestions, please contact the development team:
171
-
172
  Lead: Ding Yan
173
-
174
  Email: [email protected]
175
-
176
  WeChat: Duke_dingyan
 
144
 
145
  ## Data Specifications
146
 
147
+ | Data Type | Path | Shape| Type | Description |
148
+ | :--- | :--- | :--- | :--- | :--- |
149
+ | **RGB Images** | `session_XXX/RGB_Images/Video.MP4` | `(frames, 1080, 1920, 3)`| `uint8`| Camera video data, 60 FPS |
150
+ | **SLAM Poses** | `session_XXX/SLAM_Poses/slam_raw.txt` | `(timestamps, 7)`| `float` | UMI end-effector poses |
151
+ | **Vive Poses** | `session_XXX/Vive_Poses/vive_data_tum.txt` | `(timestamps, 7)`| `float` | Vive base station poses |
152
+ | **ToF PointClouds** | `session_XXX/PointClouds/pointcloud_...pcd` | `pcd format` | Time-of-Flight point cloud data |
153
+ | **Clamp Data** | `session_XXX/Clamp_Data/clamp_data_tum.txt` | `(timestamps, 1)`| `float` | Gripper spacing (mm) |
154
+ | **Merged Trajectory** | `session_XXX/Merged_Trajectory/merged_trajectory.txt` | `(timestamps, 7)`| `float` | Fused trajectory (Vive/UMI based on velocity) |
155
 
156
+ ### Pose Data Format
157
 
158
  All pose data (SLAM, Vive, Merged) follow the same format:
159
+ | Column Name | Description |
160
+ | :--- | :--- |
161
+ | **Timestamp** | Unix timestamp of the trajectory data |
162
+ | **Pos X** | X-coordinate of position (meters) |
163
+ | **Pos Y** | Y-coordinate of position (meters) |
164
+ | **Pos Z** | Z-coordinate of position (meters) |
165
+ | **Q_X** | X-component of orientation quaternion |
166
+ | **Q_Y** | Y-component of orientation quaternion |
167
+ | **Q_Z** | Z-component of orientation quaternion |
168
+ | **Q_W** | W-component of orientation quaternion |
169
+ ## 🔄 Data Conversion
170
  [TBD - Data conversion methods will be added here]
171
 
172
+ ## 🤝 Collaboration
173
  FastUMI Pro dataset is available for research collaboration. The full FastUMI-150K dataset has been provided to partner research teams for large-scale model training.
174
 
175
+ ## 📞 Contact
176
+ For questions or suggestions, please contact the development team
 
177
  Lead: Ding Yan
 
178
  Email: [email protected]
 
179
  WeChat: Duke_dingyan