paragon7060 commited on
Commit
ec11063
·
verified ·
1 Parent(s): daa258d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +350 -0
README.md ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/INSIGHTposrand-finalV3">
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": 14032,
41
+ "total_frames": 628212,
42
+ "total_tasks": 13,
43
+ "chunks_size": 1000,
44
+ "fps": 10,
45
+ "splits": {
46
+ "train": "0:14032"
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
+ 224,
80
+ 224,
81
+ 3
82
+ ],
83
+ "names": [
84
+ "height",
85
+ "width",
86
+ "channels"
87
+ ],
88
+ "info": {
89
+ "video.height": 480,
90
+ "video.width": 640,
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
+ 224,
103
+ 224,
104
+ 3
105
+ ],
106
+ "names": [
107
+ "height",
108
+ "width",
109
+ "channels"
110
+ ],
111
+ "info": {
112
+ "video.height": 480,
113
+ "video.width": 640,
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
+ 224,
126
+ 224,
127
+ 3
128
+ ],
129
+ "names": [
130
+ "height",
131
+ "width",
132
+ "channels"
133
+ ],
134
+ "info": {
135
+ "video.height": 480,
136
+ "video.width": 640,
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
+ 224,
149
+ 224,
150
+ 3
151
+ ],
152
+ "names": [
153
+ "height",
154
+ "width",
155
+ "channels"
156
+ ],
157
+ "info": {
158
+ "video.height": 480,
159
+ "video.width": 640,
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
+ 224,
172
+ 224,
173
+ 3
174
+ ],
175
+ "names": [
176
+ "height",
177
+ "width",
178
+ "channels"
179
+ ],
180
+ "info": {
181
+ "video.height": 480,
182
+ "video.width": 640,
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
+ 224,
195
+ 224,
196
+ 3
197
+ ],
198
+ "names": [
199
+ "height",
200
+ "width",
201
+ "channels"
202
+ ],
203
+ "info": {
204
+ "video.height": 480,
205
+ "video.width": 640,
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
+ 224,
218
+ 224,
219
+ 3
220
+ ],
221
+ "names": [
222
+ "height",
223
+ "width",
224
+ "channels"
225
+ ],
226
+ "info": {
227
+ "video.height": 480,
228
+ "video.width": 640,
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
+ 224,
241
+ 224,
242
+ 3
243
+ ],
244
+ "names": [
245
+ "height",
246
+ "width",
247
+ "channels"
248
+ ],
249
+ "info": {
250
+ "video.height": 480,
251
+ "video.width": 640,
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
+ "timestamp": {
298
+ "dtype": "float32",
299
+ "shape": [
300
+ 1
301
+ ],
302
+ "names": null,
303
+ "fps": 10
304
+ },
305
+ "frame_index": {
306
+ "dtype": "int64",
307
+ "shape": [
308
+ 1
309
+ ],
310
+ "names": null,
311
+ "fps": 10
312
+ },
313
+ "episode_index": {
314
+ "dtype": "int64",
315
+ "shape": [
316
+ 1
317
+ ],
318
+ "names": null,
319
+ "fps": 10
320
+ },
321
+ "index": {
322
+ "dtype": "int64",
323
+ "shape": [
324
+ 1
325
+ ],
326
+ "names": null,
327
+ "fps": 10
328
+ },
329
+ "task_index": {
330
+ "dtype": "int64",
331
+ "shape": [
332
+ 1
333
+ ],
334
+ "names": null,
335
+ "fps": 10
336
+ }
337
+ },
338
+ "data_files_size_in_mb": 100,
339
+ "video_files_size_in_mb": 500
340
+ }
341
+ ```
342
+
343
+
344
+ ## Citation
345
+
346
+ **BibTeX:**
347
+
348
+ ```bibtex
349
+ [More Information Needed]
350
+ ```