juhyun-ooju commited on
Commit
2b73dc2
·
verified ·
1 Parent(s): 7093be2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -20,11 +20,16 @@ pretty_name: 'WILD-Mani: Kitchen Edition'
20
  ---
21
 
22
  # WILD-Mani: A Real-World Bimanual Manipulation Dataset – Kitchen Edition
 
23
  The first installment of the WILD-Mani series.
24
  * High-fidelity bimanual demonstrations collected in real-world kitchen environments using Mixed Reality (MR).
25
  * Designed to support Sim2Real transfer for bimanual manipulation tasks.
26
  * Current Domain: Kitchen
27
 
 
 
 
 
28
  ## Dataset Description
29
 
30
  This dataset contains human demonstrations of kitchen manipulation tasks captured using a Mixed Reality headset in **real-world kitchen environments**. The data tracks both hands simultaneously with 6-DOF pose tracking, enabling bimanual robot imitation learning research.
@@ -37,6 +42,7 @@ This dataset contains human demonstrations of kitchen manipulation tasks capture
37
  - **Camera view**: Single camera (center eye) per demonstration
38
  - **Diverse tasks**: Multiple kitchen manipulation tasks with varying complexity
39
 
 
40
  ## Dataset Statistics
41
 
42
  | Property | Value |
@@ -47,6 +53,7 @@ This dataset contains human demonstrations of kitchen manipulation tasks capture
47
  | **Cameras** | 1 |
48
  | **Environment** | Real kitchen with lighting variations |
49
 
 
50
  ## Task Categories
51
 
52
  | Category | Task | Objects | Actions | Demos |
@@ -56,10 +63,12 @@ This dataset contains human demonstrations of kitchen manipulation tasks capture
56
  | Dish Organizing | Put utensils in drawer | Fork, spoon, knife | Pick, open, place, close | 26 |
57
  | Meal Prep | Set table (plate + utensil) | Plate, fork, knife | Pick, place | 25 |
58
 
 
59
  ## Start/End Labeling (Temporal Bounds)
60
 
61
  Each episode has **start and end labels** so that the stored trajectory contains only the task-relevant segment. Frames before the task start (e.g. approach to the scene or button press) and after the task end are excluded. **Users can assume that the data does not include unnecessary motion at the beginning or end** of each demonstration; each episode is trimmed to the intended task interval.
62
 
 
63
  ## Action Labels (`observation.action_label`)
64
 
65
  Per-frame labels are provided as `action::subaction` strings. The vocabulary **varies by task**. Below is the label set for each task.
@@ -67,8 +76,6 @@ Per-frame labels are provided as `action::subaction` strings. The vocabulary **v
67
  - Language-Conditioned Policy training and Chain-of-Thought reasoning for bimanual manipulation.
68
 
69
 
70
-
71
-
72
  ### Get item from fridge (25 episodes)
73
 
74
  | Action | Subactions |
@@ -122,6 +129,7 @@ Per-frame labels are provided as `action::subaction` strings. The vocabulary **v
122
  | **Task Complexity** | Single + Multi-step | Pick-place (single) → Fridge sequence (multi-step) |
123
  | **Clutter** | Natural | Objects on counter, objects in fridge |
124
 
 
125
  ## Data Format
126
 
127
  This dataset follows the **LeRobot v3.0** format.
@@ -153,6 +161,7 @@ The action space represents delta poses for both hands:
153
 
154
  palm, wrist, thumb_metacarpal, thumb_proximal, thumb_distal, thumb_tip, index_metacarpal, index_proximal, index_intermediate, index_distal, index_tip, middle_metacarpal, middle_proximal, middle_intermediate, middle_distal, middle_tip, ring_metacarpal, ring_proximal, ring_intermediate, ring_distal, ring_tip, little_metacarpal, little_proximal, little_intermediate, little_distal, little_tip
155
 
 
156
  ## Recording Setup
157
 
158
  - **Headset**: Meta Quest 3 (Mixed Reality)
@@ -161,6 +170,7 @@ palm, wrist, thumb_metacarpal, thumb_proximal, thumb_distal, thumb_tip, index_me
161
  - **Cameras**: 1 camera (center eye view)
162
  - **Software**: Unity-based recording system
163
 
 
164
  ## File Structure
165
 
166
  ```
@@ -181,6 +191,7 @@ palm, wrist, thumb_metacarpal, thumb_proximal, thumb_distal, thumb_tip, index_me
181
 
182
  This dataset is released under the Apache 2.0 License.
183
 
 
184
  ## Citation
185
 
186
  If you use this dataset in your research, please cite:
@@ -195,6 +206,7 @@ If you use this dataset in your research, please cite:
195
  }
196
  ```
197
 
 
198
  ## Acknowledgments
199
 
200
  Dataset collected using Mixed Reality hand tracking in real-world kitchen environments. Recording system built with Unity and Meta Quest.
 
20
  ---
21
 
22
  # WILD-Mani: A Real-World Bimanual Manipulation Dataset – Kitchen Edition
23
+
24
  The first installment of the WILD-Mani series.
25
  * High-fidelity bimanual demonstrations collected in real-world kitchen environments using Mixed Reality (MR).
26
  * Designed to support Sim2Real transfer for bimanual manipulation tasks.
27
  * Current Domain: Kitchen
28
 
29
+ #### Update: 02-21-2026
30
+
31
+ We are currently scaling the WILD-Mani series to 1,000+ bimanual episodes with full Unitree G1 kinematic validation. Access to the **expanded library** and our **collection/automated-validation pipeline** is being released in cohorts.
32
+
33
  ## Dataset Description
34
 
35
  This dataset contains human demonstrations of kitchen manipulation tasks captured using a Mixed Reality headset in **real-world kitchen environments**. The data tracks both hands simultaneously with 6-DOF pose tracking, enabling bimanual robot imitation learning research.
 
42
  - **Camera view**: Single camera (center eye) per demonstration
43
  - **Diverse tasks**: Multiple kitchen manipulation tasks with varying complexity
44
 
45
+
46
  ## Dataset Statistics
47
 
48
  | Property | Value |
 
53
  | **Cameras** | 1 |
54
  | **Environment** | Real kitchen with lighting variations |
55
 
56
+
57
  ## Task Categories
58
 
59
  | Category | Task | Objects | Actions | Demos |
 
63
  | Dish Organizing | Put utensils in drawer | Fork, spoon, knife | Pick, open, place, close | 26 |
64
  | Meal Prep | Set table (plate + utensil) | Plate, fork, knife | Pick, place | 25 |
65
 
66
+
67
  ## Start/End Labeling (Temporal Bounds)
68
 
69
  Each episode has **start and end labels** so that the stored trajectory contains only the task-relevant segment. Frames before the task start (e.g. approach to the scene or button press) and after the task end are excluded. **Users can assume that the data does not include unnecessary motion at the beginning or end** of each demonstration; each episode is trimmed to the intended task interval.
70
 
71
+
72
  ## Action Labels (`observation.action_label`)
73
 
74
  Per-frame labels are provided as `action::subaction` strings. The vocabulary **varies by task**. Below is the label set for each task.
 
76
  - Language-Conditioned Policy training and Chain-of-Thought reasoning for bimanual manipulation.
77
 
78
 
 
 
79
  ### Get item from fridge (25 episodes)
80
 
81
  | Action | Subactions |
 
129
  | **Task Complexity** | Single + Multi-step | Pick-place (single) → Fridge sequence (multi-step) |
130
  | **Clutter** | Natural | Objects on counter, objects in fridge |
131
 
132
+
133
  ## Data Format
134
 
135
  This dataset follows the **LeRobot v3.0** format.
 
161
 
162
  palm, wrist, thumb_metacarpal, thumb_proximal, thumb_distal, thumb_tip, index_metacarpal, index_proximal, index_intermediate, index_distal, index_tip, middle_metacarpal, middle_proximal, middle_intermediate, middle_distal, middle_tip, ring_metacarpal, ring_proximal, ring_intermediate, ring_distal, ring_tip, little_metacarpal, little_proximal, little_intermediate, little_distal, little_tip
163
 
164
+
165
  ## Recording Setup
166
 
167
  - **Headset**: Meta Quest 3 (Mixed Reality)
 
170
  - **Cameras**: 1 camera (center eye view)
171
  - **Software**: Unity-based recording system
172
 
173
+
174
  ## File Structure
175
 
176
  ```
 
191
 
192
  This dataset is released under the Apache 2.0 License.
193
 
194
+
195
  ## Citation
196
 
197
  If you use this dataset in your research, please cite:
 
206
  }
207
  ```
208
 
209
+
210
  ## Acknowledgments
211
 
212
  Dataset collected using Mixed Reality hand tracking in real-world kitchen environments. Recording system built with Unity and Meta Quest.