paragon7060 commited on
Commit
9c544f6
·
verified ·
1 Parent(s): 868f5c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +367 -0
README.md ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - INSIGHT
8
+ - robotics
9
+ - ' manipulation'
10
+ - guide
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+
19
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=paragon7060/INSIGHTparam">
20
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
21
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
22
+ </a>
23
+
24
+
25
+ ## Dataset Description
26
+
27
+
28
+
29
+ - **Homepage:** [More Information Needed]
30
+ - **Paper:** [More Information Needed]
31
+ - **License:** apache-2.0
32
+
33
+ ## Dataset Structure
34
+
35
+ [meta/info.json](meta/info.json):
36
+ ```json
37
+ {
38
+ "codebase_version": "v3.0",
39
+ "robot_type": "franka_panda",
40
+ "total_episodes": 3838,
41
+ "total_frames": 156738,
42
+ "total_tasks": 9,
43
+ "chunks_size": 1000,
44
+ "fps": 10,
45
+ "splits": {
46
+ "train": "0:3838"
47
+ },
48
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
49
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
50
+ "features": {
51
+ "observation.state": {
52
+ "dtype": "float32",
53
+ "shape": [
54
+ 32
55
+ ],
56
+ "names": [
57
+ "ee_x",
58
+ "ee_y",
59
+ "ee_z",
60
+ "ee_qw",
61
+ "ee_qx",
62
+ "ee_qy",
63
+ "ee_qz",
64
+ "j1",
65
+ "j2",
66
+ "j3",
67
+ "j4",
68
+ "j5",
69
+ "j6",
70
+ "j7",
71
+ "gripper_1",
72
+ "gripper_2"
73
+ ],
74
+ "fps": 10
75
+ },
76
+ "observation.images.wrist": {
77
+ "dtype": "video",
78
+ "shape": [
79
+ 672,
80
+ 672,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "height",
85
+ "width",
86
+ "channels"
87
+ ],
88
+ "info": {
89
+ "video.height": 672,
90
+ "video.width": 672,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false,
94
+ "video.fps": 10,
95
+ "video.channels": 3,
96
+ "has_audio": false
97
+ }
98
+ },
99
+ "observation.images.wrist_semantic": {
100
+ "dtype": "video",
101
+ "shape": [
102
+ 672,
103
+ 672,
104
+ 3
105
+ ],
106
+ "names": [
107
+ "height",
108
+ "width",
109
+ "channels"
110
+ ],
111
+ "info": {
112
+ "video.height": 672,
113
+ "video.width": 672,
114
+ "video.codec": "av1",
115
+ "video.pix_fmt": "yuv420p",
116
+ "video.is_depth_map": false,
117
+ "video.fps": 10,
118
+ "video.channels": 3,
119
+ "has_audio": false
120
+ }
121
+ },
122
+ "observation.images.left_shoulder": {
123
+ "dtype": "video",
124
+ "shape": [
125
+ 672,
126
+ 672,
127
+ 3
128
+ ],
129
+ "names": [
130
+ "height",
131
+ "width",
132
+ "channels"
133
+ ],
134
+ "info": {
135
+ "video.height": 672,
136
+ "video.width": 672,
137
+ "video.codec": "av1",
138
+ "video.pix_fmt": "yuv420p",
139
+ "video.is_depth_map": false,
140
+ "video.fps": 10,
141
+ "video.channels": 3,
142
+ "has_audio": false
143
+ }
144
+ },
145
+ "observation.images.left_shoulder_semantic": {
146
+ "dtype": "video",
147
+ "shape": [
148
+ 672,
149
+ 672,
150
+ 3
151
+ ],
152
+ "names": [
153
+ "height",
154
+ "width",
155
+ "channels"
156
+ ],
157
+ "info": {
158
+ "video.height": 672,
159
+ "video.width": 672,
160
+ "video.codec": "av1",
161
+ "video.pix_fmt": "yuv420p",
162
+ "video.is_depth_map": false,
163
+ "video.fps": 10,
164
+ "video.channels": 3,
165
+ "has_audio": false
166
+ }
167
+ },
168
+ "observation.images.right_shoulder": {
169
+ "dtype": "video",
170
+ "shape": [
171
+ 672,
172
+ 672,
173
+ 3
174
+ ],
175
+ "names": [
176
+ "height",
177
+ "width",
178
+ "channels"
179
+ ],
180
+ "info": {
181
+ "video.height": 672,
182
+ "video.width": 672,
183
+ "video.codec": "av1",
184
+ "video.pix_fmt": "yuv420p",
185
+ "video.is_depth_map": false,
186
+ "video.fps": 10,
187
+ "video.channels": 3,
188
+ "has_audio": false
189
+ }
190
+ },
191
+ "observation.images.right_shoulder_semantic": {
192
+ "dtype": "video",
193
+ "shape": [
194
+ 672,
195
+ 672,
196
+ 3
197
+ ],
198
+ "names": [
199
+ "height",
200
+ "width",
201
+ "channels"
202
+ ],
203
+ "info": {
204
+ "video.height": 672,
205
+ "video.width": 672,
206
+ "video.codec": "av1",
207
+ "video.pix_fmt": "yuv420p",
208
+ "video.is_depth_map": false,
209
+ "video.fps": 10,
210
+ "video.channels": 3,
211
+ "has_audio": false
212
+ }
213
+ },
214
+ "observation.images.guide": {
215
+ "dtype": "video",
216
+ "shape": [
217
+ 672,
218
+ 672,
219
+ 3
220
+ ],
221
+ "names": [
222
+ "height",
223
+ "width",
224
+ "channels"
225
+ ],
226
+ "info": {
227
+ "video.height": 672,
228
+ "video.width": 672,
229
+ "video.codec": "av1",
230
+ "video.pix_fmt": "yuv420p",
231
+ "video.is_depth_map": false,
232
+ "video.fps": 10,
233
+ "video.channels": 3,
234
+ "has_audio": false
235
+ }
236
+ },
237
+ "observation.images.guide_semantic": {
238
+ "dtype": "video",
239
+ "shape": [
240
+ 672,
241
+ 672,
242
+ 3
243
+ ],
244
+ "names": [
245
+ "height",
246
+ "width",
247
+ "channels"
248
+ ],
249
+ "info": {
250
+ "video.height": 672,
251
+ "video.width": 672,
252
+ "video.codec": "av1",
253
+ "video.pix_fmt": "yuv420p",
254
+ "video.is_depth_map": false,
255
+ "video.fps": 10,
256
+ "video.channels": 3,
257
+ "has_audio": false
258
+ }
259
+ },
260
+ "action": {
261
+ "dtype": "float32",
262
+ "shape": [
263
+ 32
264
+ ],
265
+ "names": [
266
+ "j1",
267
+ "j2",
268
+ "j3",
269
+ "j4",
270
+ "j5",
271
+ "j6",
272
+ "j7",
273
+ "gripper"
274
+ ],
275
+ "fps": 10
276
+ },
277
+ "next.reward": {
278
+ "dtype": "float32",
279
+ "shape": [
280
+ 1
281
+ ],
282
+ "names": [
283
+ "reward"
284
+ ],
285
+ "fps": 10
286
+ },
287
+ "action.skill_id": {
288
+ "dtype": "int32",
289
+ "shape": [
290
+ 1
291
+ ],
292
+ "names": [
293
+ "skill_id"
294
+ ],
295
+ "fps": 10
296
+ },
297
+ "action.skill_param": {
298
+ "dtype": "float32",
299
+ "shape": [
300
+ 8
301
+ ],
302
+ "names": [
303
+ "param1",
304
+ "param2",
305
+ "param3",
306
+ "param4",
307
+ "param5",
308
+ "param6",
309
+ "param7",
310
+ "param8"
311
+ ],
312
+ "fps": 10
313
+ },
314
+ "timestamp": {
315
+ "dtype": "float32",
316
+ "shape": [
317
+ 1
318
+ ],
319
+ "names": null,
320
+ "fps": 10
321
+ },
322
+ "frame_index": {
323
+ "dtype": "int64",
324
+ "shape": [
325
+ 1
326
+ ],
327
+ "names": null,
328
+ "fps": 10
329
+ },
330
+ "episode_index": {
331
+ "dtype": "int64",
332
+ "shape": [
333
+ 1
334
+ ],
335
+ "names": null,
336
+ "fps": 10
337
+ },
338
+ "index": {
339
+ "dtype": "int64",
340
+ "shape": [
341
+ 1
342
+ ],
343
+ "names": null,
344
+ "fps": 10
345
+ },
346
+ "task_index": {
347
+ "dtype": "int64",
348
+ "shape": [
349
+ 1
350
+ ],
351
+ "names": null,
352
+ "fps": 10
353
+ }
354
+ },
355
+ "data_files_size_in_mb": 100,
356
+ "video_files_size_in_mb": 200
357
+ }
358
+ ```
359
+
360
+
361
+ ## Citation
362
+
363
+ **BibTeX:**
364
+
365
+ ```bibtex
366
+ [More Information Needed]
367
+ ```