Alanbababa commited on
Commit
f211716
·
verified ·
1 Parent(s): 6bd9b37

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -169,10 +169,34 @@ export HF_ENDPOINT=https://hf-mirror.com
169
 
170
  ---
171
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
172
  ## 📞 Contact
173
 
174
  Lead: **Ding Yan**
175
  Email: **dingyan@lumosbot.tech**
176
  WeChat: **Duke_dingyan**
177
 
178
- ---
 
169
 
170
  ---
171
 
172
+ ## 📦 Data format specifications
173
+ ```
174
+ multi_sessions_20260109_211139/
175
+ └── session_002/
176
+ ├── left_hand_250801DR48FB25002570/
177
+ │ ├── Clamp_Data/
178
+ │ │ └── clamp_data_tum.txt
179
+ │ ├── Merged_Trajectory/
180
+ │ │ └── merged_trajectory.txt
181
+ │ └── RGB_Images/
182
+ │ ├── timestamps.csv
183
+ │ └── video.mp4
184
+ └── right_hand_250801DR48FP25002664/
185
+ ├── Clamp_Data/
186
+ │ └── clamp_data_tum.txt
187
+ ├── Merged_Trajectory/
188
+ │ └── merged_trajectory.txt
189
+ └── RGB_Images/
190
+ ├── timestamps.csv
191
+ └── video.mp4
192
+ ```
193
+
194
+ ---
195
+
196
  ## 📞 Contact
197
 
198
  Lead: **Ding Yan**
199
  Email: **dingyan@lumosbot.tech**
200
  WeChat: **Duke_dingyan**
201
 
202
+ ---