jeremyhx commited on
Commit
0636c2d
·
verified ·
1 Parent(s): 3604420

dataset card: collection (auto)

Browse files
Files changed (1) hide show
  1. README.md +25 -231
README.md CHANGED
@@ -1,249 +1,43 @@
1
  ---
2
- license: apache-2.0
3
  task_categories:
4
  - robotics
5
  tags:
6
- - LeRobot
 
7
  - vibedata-materialized-collection
8
- configs:
9
- - config_name: default
10
- data_files: data/*/*.parquet
11
  ---
12
 
13
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
 
14
 
 
15
 
16
- <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=VibeCuisine/cucumber-peel-DAgger-iter0-v1-trim">
17
- <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
18
- <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
19
- </a>
20
 
 
21
 
22
- ## Dataset Description
 
 
23
 
 
24
 
 
 
 
 
25
 
26
- - **Homepage:** [More Information Needed]
27
- - **Paper:** [More Information Needed]
28
- - **License:** apache-2.0
29
 
30
- ## Dataset Structure
 
 
31
 
32
- [meta/info.json](meta/info.json):
33
- ```json
34
- {
35
- "codebase_version": "v3.0",
36
- "robot_type": "vibeboard_follower_tilt",
37
- "total_episodes": 42,
38
- "total_frames": 15870,
39
- "total_tasks": 1,
40
- "chunks_size": 1000,
41
- "data_files_size_in_mb": 100,
42
- "video_files_size_in_mb": 200,
43
- "fps": 20,
44
- "splits": {
45
- "train": "0:42"
46
- },
47
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
48
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
49
- "features": {
50
- "action": {
51
- "dtype": "float32",
52
- "names": [
53
- "shoulder_pan.pos",
54
- "shoulder_lift.pos",
55
- "elbow_flex.pos",
56
- "wrist_flex.pos",
57
- "wrist_roll.pos",
58
- "gripper.pos",
59
- "tilt.pos"
60
- ],
61
- "shape": [
62
- 7
63
- ]
64
- },
65
- "observation.state": {
66
- "dtype": "float32",
67
- "names": [
68
- "shoulder_pan.pos",
69
- "shoulder_lift.pos",
70
- "elbow_flex.pos",
71
- "wrist_flex.pos",
72
- "wrist_roll.pos",
73
- "gripper.pos",
74
- "tilt.pos"
75
- ],
76
- "shape": [
77
- 7
78
- ]
79
- },
80
- "observation.images.top": {
81
- "dtype": "video",
82
- "shape": [
83
- 480,
84
- 640,
85
- 3
86
- ],
87
- "names": [
88
- "height",
89
- "width",
90
- "channels"
91
- ],
92
- "info": {
93
- "is_depth_map": false,
94
- "video.height": 480,
95
- "video.width": 640,
96
- "video.codec": "av1",
97
- "video.pix_fmt": "yuv420p",
98
- "video.fps": 20,
99
- "video.channels": 3,
100
- "has_audio": false,
101
- "video.g": 2,
102
- "video.crf": 30,
103
- "video.preset": 12,
104
- "video.fast_decode": 0,
105
- "video.video_backend": "pyav",
106
- "video.extra_options": {}
107
- }
108
- },
109
- "observation.images.wrist": {
110
- "dtype": "video",
111
- "shape": [
112
- 480,
113
- 640,
114
- 3
115
- ],
116
- "names": [
117
- "height",
118
- "width",
119
- "channels"
120
- ],
121
- "info": {
122
- "is_depth_map": false,
123
- "video.height": 480,
124
- "video.width": 640,
125
- "video.codec": "av1",
126
- "video.pix_fmt": "yuv420p",
127
- "video.fps": 20,
128
- "video.channels": 3,
129
- "has_audio": false,
130
- "video.g": 2,
131
- "video.crf": 30,
132
- "video.preset": 12,
133
- "video.fast_decode": 0,
134
- "video.video_backend": "pyav",
135
- "video.extra_options": {}
136
- }
137
- },
138
- "observation.images.base": {
139
- "dtype": "video",
140
- "shape": [
141
- 480,
142
- 640,
143
- 3
144
- ],
145
- "names": [
146
- "height",
147
- "width",
148
- "channels"
149
- ],
150
- "info": {
151
- "is_depth_map": false,
152
- "video.height": 480,
153
- "video.width": 640,
154
- "video.codec": "av1",
155
- "video.pix_fmt": "yuv420p",
156
- "video.fps": 20,
157
- "video.channels": 3,
158
- "has_audio": false,
159
- "video.g": 2,
160
- "video.crf": 30,
161
- "video.preset": 12,
162
- "video.fast_decode": 0,
163
- "video.video_backend": "pyav",
164
- "video.extra_options": {}
165
- }
166
- },
167
- "aux.elevator_mm": {
168
- "dtype": "float32",
169
- "shape": [
170
- 1
171
- ],
172
- "names": [
173
- "elevator_mm"
174
- ]
175
- },
176
- "aux.spinner_active": {
177
- "dtype": "float32",
178
- "shape": [
179
- 1
180
- ],
181
- "names": [
182
- "spinner_active"
183
- ]
184
- },
185
- "aux.limit_home": {
186
- "dtype": "float32",
187
- "shape": [
188
- 1
189
- ],
190
- "names": [
191
- "limit_home"
192
- ]
193
- },
194
- "aux.limit_gripper": {
195
- "dtype": "float32",
196
- "shape": [
197
- 1
198
- ],
199
- "names": [
200
- "limit_gripper"
201
- ]
202
- },
203
- "timestamp": {
204
- "dtype": "float32",
205
- "shape": [
206
- 1
207
- ],
208
- "names": null
209
- },
210
- "frame_index": {
211
- "dtype": "int64",
212
- "shape": [
213
- 1
214
- ],
215
- "names": null
216
- },
217
- "episode_index": {
218
- "dtype": "int64",
219
- "shape": [
220
- 1
221
- ],
222
- "names": null
223
- },
224
- "index": {
225
- "dtype": "int64",
226
- "shape": [
227
- 1
228
- ],
229
- "names": null
230
- },
231
- "task_index": {
232
- "dtype": "int64",
233
- "shape": [
234
- 1
235
- ],
236
- "names": null
237
- }
238
- }
239
- }
240
- ```
241
 
 
 
242
 
243
- ## Citation
244
-
245
- **BibTeX:**
246
-
247
- ```bibtex
248
- [More Information Needed]
249
- ```
 
1
  ---
 
2
  task_categories:
3
  - robotics
4
  tags:
5
+ - lerobot
6
+ - vibe-data-studio
7
  - vibedata-materialized-collection
8
+ pretty_name: cucumber-peel-DAgger-iter0-v1-trim
 
 
9
  ---
10
 
11
+ <!-- vibedata:dataset-card -->
12
+ # cucumber-peel-DAgger-iter0-v1-trim
13
 
14
+ **Materialized collection** — 42 episodes · 15,870 frames @ 20 fps (~13 min of demonstration).
15
 
16
+ Collection `cucumber-peel-DAgger-iter0@v1` (frozen 2026-07-17), mode `trim_rebuild` — built by Vibe Data Studio; the machine-readable recipe in `meta/vibedata/collection.json` makes this dataset reproducible from its pinned components.
 
 
 
17
 
18
+ ## Tasks
19
 
20
+ | Instruction | Episodes |
21
+ |---|---:|
22
+ | peel the skin of the cucumber with several strokes, starting close to the blue gripper and moving vertically along the cucumber toward the robot origin | 42 |
23
 
24
+ **Episodes per task per recording rig** (derived by walking the nested collection manifests to leaf recorded datasets; leaf rig from each dataset's calibration sidecar where present):
25
 
26
+ | Task | jetson1 | **Total** |
27
+ |---|---:|---:|
28
+ | peel the skin of the cucumber with several strokes, startin… | 42 | **42** |
29
+ | **Total** | **42** | **42** |
30
 
31
+ ## Components
 
 
32
 
33
+ | Component | Revision | Episodes kept | Weight |
34
+ |---|---|---:|---:|
35
+ | `jetson1-peel-doris071626` | `bf85c4f9` | 42 | 1 |
36
 
37
+ ## Hardware
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
+ - **Robot**: `vibeboard_follower_tilt` — 7-dim action/state: shoulder_pan, shoulder_lift, elbow_flex, wrist_flex, wrist_roll, gripper, tilt
40
+ - **Cameras** @ 20 fps: base 640×480 av1, top 640×480 av1, wrist 640×480 av1
41
 
42
+ ---
43
+ *Card generated by Vibe Data Studio.*