vpraise00 commited on
Commit
11b5eff
·
verified ·
1 Parent(s): d99c3a1

Add dataset card metadata

Browse files

Adds a detailed dataset card generated from the current LeRobot metadata. No data, video, or meta files are modified.

Files changed (1) hide show
  1. README.md +104 -282
README.md CHANGED
@@ -4,310 +4,132 @@ task_categories:
4
  - robotics
5
  tags:
6
  - LeRobot
7
- - LeRobot
8
  - so101
9
  - code-as-policies
10
- - close-pot-lid
11
  - auto-collected
 
 
 
 
 
 
12
  configs:
13
  - config_name: default
14
  data_files: data/*/*.parquet
15
  ---
 
16
 
17
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
-
19
 
20
  <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=CoRL2026-CSI/SO101-cap_close_pot_10fps">
21
  <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
22
  <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
23
  </a>
24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
 
26
- ## Dataset Description
27
 
 
28
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
- - **Homepage:** [More Information Needed]
31
- - **Paper:** [More Information Needed]
32
- - **License:** apache-2.0
33
 
34
- ## Dataset Structure
 
35
 
36
- [meta/info.json](meta/info.json):
37
- ```json
38
- {
39
- "codebase_version": "v3.0",
40
- "robot_type": "so101_follower",
41
- "total_episodes": 100,
42
- "total_frames": 37669,
43
- "total_tasks": 2,
44
- "chunks_size": 1000,
45
- "data_files_size_in_mb": 100,
46
- "video_files_size_in_mb": 200,
47
- "fps": 10,
48
- "splits": {
49
- "train": "0:100"
50
- },
51
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
52
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
53
- "features": {
54
- "observation.state": {
55
- "dtype": "float32",
56
- "shape": [
57
- 6
58
- ],
59
- "names": [
60
- "shoulder_pan.pos",
61
- "shoulder_lift.pos",
62
- "elbow_flex.pos",
63
- "wrist_flex.pos",
64
- "wrist_roll.pos",
65
- "gripper.pos"
66
- ]
67
- },
68
- "action": {
69
- "dtype": "float32",
70
- "shape": [
71
- 6
72
- ],
73
- "names": [
74
- "shoulder_pan.pos",
75
- "shoulder_lift.pos",
76
- "elbow_flex.pos",
77
- "wrist_flex.pos",
78
- "wrist_roll.pos",
79
- "gripper.pos"
80
- ]
81
- },
82
- "observation.images.top": {
83
- "dtype": "video",
84
- "shape": [
85
- 480,
86
- 640,
87
- 3
88
- ],
89
- "names": [
90
- "height",
91
- "width",
92
- "channels"
93
- ],
94
- "info": {
95
- "video.height": 480,
96
- "video.width": 640,
97
- "video.codec": "h264",
98
- "video.pix_fmt": "yuv420p",
99
- "video.is_depth_map": false,
100
- "video.fps": 10,
101
- "video.channels": 3,
102
- "has_audio": false
103
- }
104
- },
105
- "observation.images.left_wrist": {
106
- "dtype": "video",
107
- "shape": [
108
- 480,
109
- 640,
110
- 3
111
- ],
112
- "names": [
113
- "height",
114
- "width",
115
- "channels"
116
- ],
117
- "info": {
118
- "video.height": 480,
119
- "video.width": 640,
120
- "video.codec": "h264",
121
- "video.pix_fmt": "yuv420p",
122
- "video.is_depth_map": false,
123
- "video.fps": 10,
124
- "video.channels": 3,
125
- "has_audio": false
126
- }
127
- },
128
- "observation.ee_pos.robot_xyzrpy": {
129
- "dtype": "float32",
130
- "shape": [
131
- 6
132
- ],
133
- "names": [
134
- "x",
135
- "y",
136
- "z",
137
- "roll",
138
- "pitch",
139
- "yaw"
140
- ]
141
- },
142
- "observation.gripper_binary": {
143
- "dtype": "float32",
144
- "shape": [
145
- 1
146
- ],
147
- "names": null
148
- },
149
- "observation.state.radian_urdf0": {
150
- "dtype": "float32",
151
- "shape": [
152
- 6
153
- ],
154
- "names": [
155
- "shoulder_pan.pos",
156
- "shoulder_lift.pos",
157
- "elbow_flex.pos",
158
- "wrist_flex.pos",
159
- "wrist_roll.pos",
160
- "gripper.pos"
161
- ]
162
- },
163
- "action.radian_urdf0": {
164
- "dtype": "float32",
165
- "shape": [
166
- 6
167
- ],
168
- "names": [
169
- "shoulder_pan.pos",
170
- "shoulder_lift.pos",
171
- "elbow_flex.pos",
172
- "wrist_flex.pos",
173
- "wrist_roll.pos",
174
- "gripper.pos"
175
- ]
176
- },
177
- "skill.natural_language": {
178
- "dtype": "string",
179
- "shape": [
180
- 1
181
- ],
182
- "names": null
183
- },
184
- "skill.verification_question": {
185
- "dtype": "string",
186
- "shape": [
187
- 1
188
- ],
189
- "names": null
190
- },
191
- "skill.type": {
192
- "dtype": "string",
193
- "shape": [
194
- 1
195
- ],
196
- "names": null
197
- },
198
- "skill.progress": {
199
- "dtype": "float32",
200
- "shape": [
201
- 1
202
- ],
203
- "names": null
204
- },
205
- "skill.goal_position.joint": {
206
- "dtype": "float32",
207
- "shape": [
208
- 6
209
- ],
210
- "names": [
211
- "shoulder_pan.pos",
212
- "shoulder_lift.pos",
213
- "elbow_flex.pos",
214
- "wrist_flex.pos",
215
- "wrist_roll.pos",
216
- "gripper.pos"
217
- ]
218
- },
219
- "skill.goal_position.robot_xyzrpy": {
220
- "dtype": "float32",
221
- "shape": [
222
- 6
223
- ],
224
- "names": [
225
- "x",
226
- "y",
227
- "z",
228
- "roll",
229
- "pitch",
230
- "yaw"
231
- ]
232
- },
233
- "skill.goal_position.gripper": {
234
- "dtype": "float32",
235
- "shape": [
236
- 1
237
- ],
238
- "names": [
239
- "gripper.pos"
240
- ]
241
- },
242
- "subtask.natural_language": {
243
- "dtype": "string",
244
- "shape": [
245
- 1
246
- ],
247
- "names": null
248
- },
249
- "subtask.object_name": {
250
- "dtype": "string",
251
- "shape": [
252
- 1
253
- ],
254
- "names": null
255
- },
256
- "subtask.target_position": {
257
- "dtype": "float32",
258
- "shape": [
259
- 3
260
- ],
261
- "names": [
262
- "x",
263
- "y",
264
- "z"
265
- ]
266
- },
267
- "timestamp": {
268
- "dtype": "float32",
269
- "shape": [
270
- 1
271
- ],
272
- "names": null
273
- },
274
- "frame_index": {
275
- "dtype": "int64",
276
- "shape": [
277
- 1
278
- ],
279
- "names": null
280
- },
281
- "episode_index": {
282
- "dtype": "int64",
283
- "shape": [
284
- 1
285
- ],
286
- "names": null
287
- },
288
- "index": {
289
- "dtype": "int64",
290
- "shape": [
291
- 1
292
- ],
293
- "names": null
294
- },
295
- "task_index": {
296
- "dtype": "int64",
297
- "shape": [
298
- 1
299
- ],
300
- "names": null
301
- }
302
- }
303
- }
304
  ```
305
 
 
306
 
307
- ## Citation
308
 
309
- **BibTeX:**
310
 
311
- ```bibtex
312
- [More Information Needed]
313
- ```
 
4
  - robotics
5
  tags:
6
  - LeRobot
7
+ - robotics
8
  - so101
9
  - code-as-policies
 
10
  - auto-collected
11
+ - cap
12
+ - 10fps
13
+ - single-arm
14
+ - dual-camera
15
+ - skill-annotations
16
+ - close-pot-lid
17
  configs:
18
  - config_name: default
19
  data_files: data/*/*.parquet
20
  ---
21
+ # SO101 CAP Close Pot Lid
22
 
23
+ This dataset contains 100 LeRobot v3.0 demonstration episodes for an SO101 follower robot. The task is: Pick up the pot lid by its handle and place it on the pot. The dataset was collected at 10 Hz and includes paired top-view and wrist-view RGB videos, robot state/action trajectories, and CAP skill annotations.
 
24
 
25
  <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=CoRL2026-CSI/SO101-cap_close_pot_10fps">
26
  <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
27
  <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
28
  </a>
29
 
30
+ ## Dataset Details
31
+
32
+ | Field | Value |
33
+ |---|---|
34
+ | Repository | `CoRL2026-CSI/SO101-cap_close_pot_10fps` |
35
+ | LeRobot codebase version | `v3.0` |
36
+ | Robot type | `so101_follower` |
37
+ | FPS | 10 |
38
+ | Episodes | 100 |
39
+ | Frames | 37669 |
40
+ | Tasks | 2 |
41
+ | Split | `0:100` train |
42
+ | Objects | pot and pot lid |
43
+ | Parquet files | 2 |
44
+ | Video files | 4 |
45
+
46
+ ## Task And Annotations
47
+
48
+ **Task:** Pick up the pot lid by its handle and place it on the pot.
49
+
50
+ **Task indices:** 0, 1
51
+
52
+ **Observed subtask annotations:**
53
+
54
+ - pick pot lid and place on pot
55
+
56
+ **Representative skill types:**
57
+
58
+ - move_initial
59
+ - move_and_open
60
+ - move
61
+ - gripper_close
62
+ - move_linear
63
+ - gripper_open
64
+ - move_and_close
65
+ - move_free
66
+
67
+ **Representative skill-language annotations:**
68
+
69
+ - Move to initial position
70
+ - Approach pot lid handle and open gripper
71
+ - Pick up the pot lid by its handle
72
+ - grasp pot lid
73
+ - Lift the pot lid
74
+ - Move pot lid above the pot
75
+ - Place lid on pot and seat it with a drag motion
76
+ - push lid +2cm on pot
77
+ - pull lid -0cm on pot
78
+ - release lid on pot
79
+ - Retreat from pot and close gripper
80
+ - Return to initial state
81
+
82
+ ## Observation And Action Space
83
+
84
+ | Feature | Shape | Names / Notes |
85
+ |---|---:|---|
86
+ | `observation.state` | `6` | shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos, wrist_roll.pos, gripper.pos |
87
+ | `action` | `6` | shoulder_pan.pos, shoulder_lift.pos, elbow_flex.pos, wrist_flex.pos, wrist_roll.pos, gripper.pos |
88
+ | `observation.images.top` | `480x640x3` | RGB video, 10 fps |
89
+ | `observation.images.left_wrist` | `480x640x3` | RGB video, 10 fps |
90
+
91
+ Raw camera keys are `observation.images.top` and `observation.images.left_wrist`. The local SmolVLA training scripts map them to `observation.images.camera2` and `observation.images.camera1`, respectively.
92
+
93
+ ## Files
94
+
95
+ ```text
96
+ meta/info.json
97
+ meta/tasks.parquet
98
+ meta/episodes/chunk-*/file-*.parquet
99
+ data/chunk-*/file-*.parquet
100
+ videos/{observation.images.top,observation.images.left_wrist}/chunk-*/file-*.mp4
101
+ ```
102
 
103
+ The dataset uses the LeRobot v3.0 format. Episode metadata and frame-level trajectories are stored in parquet files; image observations are stored as H.264 MP4 videos referenced by the frame records.
104
 
105
+ ## Annotation Columns
106
 
107
+ | Column | Shape |
108
+ |---|---:|
109
+ | `skill.natural_language` | `1` |
110
+ | `skill.verification_question` | `1` |
111
+ | `skill.type` | `1` |
112
+ | `skill.progress` | `1` |
113
+ | `skill.goal_position.joint` | `6` |
114
+ | `skill.goal_position.robot_xyzrpy` | `6` |
115
+ | `skill.goal_position.gripper` | `1` |
116
+ | `subtask.natural_language` | `1` |
117
+ | `subtask.object_name` | `1` |
118
+ | `subtask.target_position` | `3` |
119
 
120
+ ## Loading
 
 
121
 
122
+ ```python
123
+ from lerobot.datasets.lerobot_dataset import LeRobotDataset
124
 
125
+ dataset = LeRobotDataset("CoRL2026-CSI/SO101-cap_close_pot_10fps")
126
+ sample = dataset[0]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
127
  ```
128
 
129
+ ## Intended Uses
130
 
131
+ This dataset is intended for robot imitation learning, action-chunking policy training, skill-conditioned behavior analysis, and reproducible LeRobot/SmolVLA experiments on the specified tabletop task.
132
 
133
+ ## Limitations
134
 
135
+ The dataset is task-specific and collected in a fixed workspace. It does not include an official validation or test split, nor does it include benchmark success-rate results. Downstream users should verify camera calibration, action normalization, and task-language assumptions before transferring policies to a different robot, workspace, or object set.