justintiensmith commited on
Commit
1a5d1d8
·
verified ·
1 Parent(s): 389cf94

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +333 -0
README.md ADDED
@@ -0,0 +1,333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=justintiensmith/Ordering_Constrained_20260703_135427">
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": 30,
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
+ ],
47
+ "shape": [
48
+ 6
49
+ ]
50
+ },
51
+ "observation.state": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "shoulder_pan.pos",
55
+ "shoulder_lift.pos",
56
+ "elbow_flex.pos",
57
+ "wrist_flex.pos",
58
+ "wrist_roll.pos",
59
+ "gripper.pos"
60
+ ],
61
+ "shape": [
62
+ 6
63
+ ]
64
+ },
65
+ "observation.images.wrist": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ],
77
+ "info": {
78
+ "video.height": 480,
79
+ "video.width": 640,
80
+ "video.codec": "h264",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 30,
84
+ "video.channels": 3,
85
+ "has_audio": false,
86
+ "video.g": 30,
87
+ "video.crf": 30,
88
+ "video.preset": null,
89
+ "video.fast_decode": 0,
90
+ "video.video_backend": "pyav",
91
+ "video.extra_options": {
92
+ "bf": 0
93
+ }
94
+ }
95
+ },
96
+ "observation.images.middle": {
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": "h264",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.is_depth_map": false,
114
+ "video.fps": 30,
115
+ "video.channels": 3,
116
+ "has_audio": false,
117
+ "video.g": 30,
118
+ "video.crf": 30,
119
+ "video.preset": null,
120
+ "video.fast_decode": 0,
121
+ "video.video_backend": "pyav",
122
+ "video.extra_options": {
123
+ "bf": 0
124
+ }
125
+ }
126
+ },
127
+ "observation.images.above": {
128
+ "dtype": "video",
129
+ "shape": [
130
+ 480,
131
+ 640,
132
+ 3
133
+ ],
134
+ "names": [
135
+ "height",
136
+ "width",
137
+ "channels"
138
+ ],
139
+ "info": {
140
+ "video.height": 480,
141
+ "video.width": 640,
142
+ "video.codec": "h264",
143
+ "video.pix_fmt": "yuv420p",
144
+ "video.is_depth_map": false,
145
+ "video.fps": 30,
146
+ "video.channels": 3,
147
+ "has_audio": false,
148
+ "video.g": 30,
149
+ "video.crf": 30,
150
+ "video.preset": null,
151
+ "video.fast_decode": 0,
152
+ "video.video_backend": "pyav",
153
+ "video.extra_options": {
154
+ "bf": 0
155
+ }
156
+ }
157
+ },
158
+ "observation.images.right": {
159
+ "dtype": "video",
160
+ "shape": [
161
+ 480,
162
+ 640,
163
+ 3
164
+ ],
165
+ "names": [
166
+ "height",
167
+ "width",
168
+ "channels"
169
+ ],
170
+ "info": {
171
+ "video.height": 480,
172
+ "video.width": 640,
173
+ "video.codec": "h264",
174
+ "video.pix_fmt": "yuv420p",
175
+ "video.is_depth_map": false,
176
+ "video.fps": 30,
177
+ "video.channels": 3,
178
+ "has_audio": false,
179
+ "video.g": 30,
180
+ "video.crf": 30,
181
+ "video.preset": null,
182
+ "video.fast_decode": 0,
183
+ "video.video_backend": "pyav",
184
+ "video.extra_options": {
185
+ "bf": 0
186
+ }
187
+ }
188
+ },
189
+ "observation.images.left": {
190
+ "dtype": "video",
191
+ "shape": [
192
+ 480,
193
+ 640,
194
+ 3
195
+ ],
196
+ "names": [
197
+ "height",
198
+ "width",
199
+ "channels"
200
+ ],
201
+ "info": {
202
+ "video.height": 480,
203
+ "video.width": 640,
204
+ "video.codec": "h264",
205
+ "video.pix_fmt": "yuv420p",
206
+ "video.is_depth_map": false,
207
+ "video.fps": 30,
208
+ "video.channels": 3,
209
+ "has_audio": false,
210
+ "video.g": 30,
211
+ "video.crf": 30,
212
+ "video.preset": null,
213
+ "video.fast_decode": 0,
214
+ "video.video_backend": "pyav",
215
+ "video.extra_options": {
216
+ "bf": 0
217
+ }
218
+ }
219
+ },
220
+ "observation.motor_currents": {
221
+ "dtype": "int32",
222
+ "names": [
223
+ "shoulder_pan.current",
224
+ "shoulder_lift.current",
225
+ "elbow_flex.current",
226
+ "wrist_flex.current",
227
+ "wrist_roll.current",
228
+ "gripper.current"
229
+ ],
230
+ "shape": [
231
+ 6
232
+ ]
233
+ },
234
+ "observation.motor_velocities": {
235
+ "dtype": "int32",
236
+ "names": [
237
+ "shoulder_pan.velocity",
238
+ "shoulder_lift.velocity",
239
+ "elbow_flex.velocity",
240
+ "wrist_flex.velocity",
241
+ "wrist_roll.velocity",
242
+ "gripper.velocity"
243
+ ],
244
+ "shape": [
245
+ 6
246
+ ]
247
+ },
248
+ "observation.sensor_timestamps": {
249
+ "dtype": "float64",
250
+ "names": [
251
+ "motor_positions.perf_counter_s",
252
+ "motor_currents.perf_counter_s",
253
+ "motor_velocities.perf_counter_s",
254
+ "camera.wrist.perf_counter_s",
255
+ "camera.middle.perf_counter_s",
256
+ "camera.above.perf_counter_s",
257
+ "camera.right.perf_counter_s",
258
+ "camera.left.perf_counter_s"
259
+ ],
260
+ "shape": [
261
+ 8
262
+ ]
263
+ },
264
+ "observation.depths.middle": {
265
+ "dtype": "uint16",
266
+ "shape": [
267
+ 480,
268
+ 640
269
+ ],
270
+ "names": [
271
+ "height",
272
+ "width"
273
+ ]
274
+ },
275
+ "timestamp": {
276
+ "dtype": "float32",
277
+ "shape": [
278
+ 1
279
+ ],
280
+ "names": null
281
+ },
282
+ "frame_index": {
283
+ "dtype": "int64",
284
+ "shape": [
285
+ 1
286
+ ],
287
+ "names": null
288
+ },
289
+ "episode_index": {
290
+ "dtype": "int64",
291
+ "shape": [
292
+ 1
293
+ ],
294
+ "names": null
295
+ },
296
+ "index": {
297
+ "dtype": "int64",
298
+ "shape": [
299
+ 1
300
+ ],
301
+ "names": null
302
+ },
303
+ "task_index": {
304
+ "dtype": "int64",
305
+ "shape": [
306
+ 1
307
+ ],
308
+ "names": null
309
+ }
310
+ },
311
+ "total_episodes": 7,
312
+ "total_frames": 4790,
313
+ "total_tasks": 1,
314
+ "chunks_size": 1000,
315
+ "data_files_size_in_mb": 100,
316
+ "video_files_size_in_mb": 200,
317
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
318
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
319
+ "robot_type": "so_follower",
320
+ "splits": {
321
+ "train": "0:7"
322
+ }
323
+ }
324
+ ```
325
+
326
+
327
+ ## Citation
328
+
329
+ **BibTeX:**
330
+
331
+ ```bibtex
332
+ [More Information Needed]
333
+ ```