kim020306 commited on
Commit
112ebcc
·
verified ·
1 Parent(s): 54ade05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -25
README.md CHANGED
@@ -89,33 +89,8 @@ Full-scale datasets are available upon request for research or enterprise collab
89
  | Clamp Data | Clamp_Data/clamp_data_tum.txt | (N, 2) | float | Timestamp + clamp width |
90
  | Merged Trajectory | Merged_Trajectory/merged_trajectory.txt | (N, 8) | float | Fused multi-sensor pose |
91
 
92
-
93
- **Purpose:** The dataset is organized by tasks and sessions, with each task containing multimodal sensor data streams captured during robotic manipulation episodes. Below is the hierarchical structure observed from the actual dataset:
94
-
95
-
96
- ```text
97
- 📂 dataset_root/
98
- ├── 🥤 pick_coke/ # [Task] Picking up a coke can
99
- │ ├── 📷 RGB_Images/
100
- │ │ └── 🎞️ Frames/ # Multi-view RGB image frames (.mp4)
101
- │ ├── ☁️ ToF_PointClouds/
102
- │ │ └── 🧊 PointClouds/ # Depth sensor point cloud data (.pcd)
103
- │ ├── 🔧 Clamp_Data/ # Gripper width measurements (.txt)
104
- │ └── 🤖 Merged_Trajectory/ # Fused 6-DoF trajectory data (.txt)
105
-
106
- ├── 🔌 unplug_charger/ # [Task] Unplugging a charger
107
- │ ├── 📷 RGB_Images/ # (Structure identical to above)
108
- │ ├── ☁️ ToF_PointClouds/
109
- │ ├── 🔧 Clamp_Data/
110
- │ └── 🤖 Merged_Trajectory/
111
-
112
- └── 📂 organize/ # [Task] General object organization
113
- └── 📁 session_folders/ # Individual recording sessions
114
- ```
115
-
116
  ---
117
 
118
-
119
  ## 🧭 Data Formats
120
 
121
  All pose data (SLAM, Vive, fused) follow the same structure:
 
89
  | Clamp Data | Clamp_Data/clamp_data_tum.txt | (N, 2) | float | Timestamp + clamp width |
90
  | Merged Trajectory | Merged_Trajectory/merged_trajectory.txt | (N, 8) | float | Fused multi-sensor pose |
91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  ---
93
 
 
94
  ## 🧭 Data Formats
95
 
96
  All pose data (SLAM, Vive, fused) follow the same structure: