jeremyhx commited on
Commit
d32ee08
·
verified ·
1 Parent(s): a13d1f7

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-pca-roi-doris081026">
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.base": {
68
- "dtype": "video",
69
- "shape": [
70
- 480,
71
- 640,
72
- 3
73
- ],
74
- "names": [
75
- "height",
76
- "width",
77
- "channels"
78
- ],
79
- "info": {
80
- "is_depth_map": false,
81
- "video.height": 480,
82
- "video.width": 640,
83
- "video.codec": "av1",
84
- "video.pix_fmt": "yuv420p",
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.top": {
97
- "dtype": "video",
98
- "shape": [
99
- 480,
100
- 640,
101
- 3
102
- ],
103
- "names": [
104
- "height",
105
- "width",
106
- "channels"
107
- ],
108
- "info": {
109
- "is_depth_map": false,
110
- "video.height": 480,
111
- "video.width": 640,
112
- "video.codec": "av1",
113
- "video.pix_fmt": "yuv420p",
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.wrist": {
126
- "dtype": "video",
127
- "shape": [
128
- 480,
129
- 640,
130
- 3
131
- ],
132
- "names": [
133
- "height",
134
- "width",
135
- "channels"
136
- ],
137
- "info": {
138
- "is_depth_map": false,
139
- "video.height": 480,
140
- "video.width": 640,
141
- "video.codec": "av1",
142
- "video.pix_fmt": "yuv420p",
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
- "aux.elevator_mm": {
155
- "dtype": "float32",
156
- "shape": [
157
- 1
158
- ],
159
- "names": [
160
- "elevator_mm"
161
- ]
162
- },
163
- "aux.spinner_active": {
164
- "dtype": "float32",
165
- "shape": [
166
- 1
167
- ],
168
- "names": [
169
- "spinner_active"
170
- ]
171
- },
172
- "aux.limit_home": {
173
- "dtype": "float32",
174
- "shape": [
175
- 1
176
- ],
177
- "names": [
178
- "limit_home"
179
- ]
180
- },
181
- "aux.limit_gripper": {
182
- "dtype": "float32",
183
- "shape": [
184
- 1
185
- ],
186
- "names": [
187
- "limit_gripper"
188
- ]
189
- },
190
- "timestamp": {
191
- "dtype": "float32",
192
- "shape": [
193
- 1
194
- ],
195
- "names": null
196
- },
197
- "frame_index": {
198
- "dtype": "int64",
199
- "shape": [
200
- 1
201
- ],
202
- "names": null
203
- },
204
- "episode_index": {
205
- "dtype": "int64",
206
- "shape": [
207
- 1
208
- ],
209
- "names": null
210
- },
211
- "index": {
212
- "dtype": "int64",
213
- "shape": [
214
- 1
215
- ],
216
- "names": null
217
- },
218
- "task_index": {
219
- "dtype": "int64",
220
- "shape": [
221
- 1
222
- ],
223
- "names": null
224
- }
225
- },
226
- "total_episodes": 2,
227
- "total_frames": 293,
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:2"
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-pca-roi-doris081026
9
  ---
10
 
11
+ <!-- vibedata:dataset-card -->
12
+ # jetson1-pca-roi-doris081026
13
 
14
+ **Recorded dataset** — captured on **jetson1** — 2 episodes · 293 frames @ 20 fps (~0 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 | 1 |
21
 
22
+ ## Recording
23
 
24
+ | | |
25
+ |---|---|
26
+ | **Rig** | jetson1 *(calibration sidecar)* |
27
+ | **Recorded** | 2026-08-10 |
28
+ | **Operator** | dorischen |
29
+ | **Episode sources** | 2 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.*