jeremyhx commited on
Commit
575c98d
·
verified ·
1 Parent(s): edf53dc

dataset card: recorded (auto)

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