Bl4ckJack777 commited on
Commit
3c76c08
·
verified ·
1 Parent(s): 0d91ffd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -149,14 +149,13 @@ session_001/
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) |
@@ -166,14 +165,22 @@ All pose data (SLAM, Vive, Merged) follow the same format:
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
179
- WeChat: Duke_dingyan
 
 
 
 
 
 
 
 
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` | pcd | 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
  | :--- | :--- |
160
  | **Timestamp** | Unix timestamp of the trajectory data |
161
  | **Pos X** | X-coordinate of position (meters) |
 
165
  | **Q_Y** | Y-component of orientation quaternion |
166
  | **Q_Z** | Z-component of orientation quaternion |
167
  | **Q_W** | W-component of orientation quaternion |
168
+
169
  ## 🔄 Data Conversion
170
+ [TBD]
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
+ ***
177
+
178
+ > ### ☎️ 开发团队联系方式
179
+ >
180
+ > 对于任何问题或建议,请随时联系我们的开发团队。
181
+ > | :--- | :--- |
182
+ > | **负责人 (Lead)** | Ding Yan |
183
+ > | **Email** | [[email protected]](mailto:[email protected]) |
184
+ > | **WeChat** | `Duke_dingyan` |
185
+
186
+ ***