exaFLOPs09 commited on
Commit
5bbd4e0
·
verified ·
1 Parent(s): e5e0141

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +305 -0
README.md ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v3.0",
28
+ "robot_type": null,
29
+ "total_episodes": 600,
30
+ "total_frames": 457558,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:600"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "kitchen_num": {
43
+ "dtype": "int64",
44
+ "shape": [
45
+ 1
46
+ ],
47
+ "names": null
48
+ },
49
+ "kitchen_sub_num": {
50
+ "dtype": "int64",
51
+ "shape": [
52
+ 1
53
+ ],
54
+ "names": null
55
+ },
56
+ "kitchen_type": {
57
+ "dtype": "int64",
58
+ "shape": [
59
+ 1
60
+ ],
61
+ "names": null
62
+ },
63
+ "initial_pose": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 6
67
+ ],
68
+ "names": {
69
+ "pose": [
70
+ "x",
71
+ "y",
72
+ "qw",
73
+ "qx",
74
+ "qy",
75
+ "qz"
76
+ ]
77
+ }
78
+ },
79
+ "is_first": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "is_last": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
+ },
93
+ "subtask_index": {
94
+ "dtype": "int64",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "observation.state": {
101
+ "dtype": "float32",
102
+ "shape": [
103
+ 23
104
+ ],
105
+ "names": {
106
+ "state": [
107
+ "l_x",
108
+ "l_y",
109
+ "l_z",
110
+ "l_r1",
111
+ "l_r2",
112
+ "l_r3",
113
+ "l_r4",
114
+ "l_r5",
115
+ "l_r6",
116
+ "r_x",
117
+ "r_y",
118
+ "r_z",
119
+ "r_r1",
120
+ "r_r2",
121
+ "r_r3",
122
+ "r_r4",
123
+ "r_r5",
124
+ "r_r6",
125
+ "l_gripper",
126
+ "r_gripper",
127
+ "v_x",
128
+ "v_y",
129
+ "omega"
130
+ ]
131
+ }
132
+ },
133
+ "observation.images.front": {
134
+ "dtype": "video",
135
+ "shape": [
136
+ 240,
137
+ 320,
138
+ 3
139
+ ],
140
+ "names": [
141
+ "height",
142
+ "width",
143
+ "channels"
144
+ ],
145
+ "info": {
146
+ "video.fps": 30,
147
+ "video.height": 240,
148
+ "video.width": 320,
149
+ "video.channels": 3,
150
+ "video.codec": "h264",
151
+ "video.pix_fmt": "yuv420p",
152
+ "video.is_depth_map": false,
153
+ "has_audio": false
154
+ }
155
+ },
156
+ "observation.images.wrist_left": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 240,
160
+ 320,
161
+ 3
162
+ ],
163
+ "names": [
164
+ "height",
165
+ "width",
166
+ "channels"
167
+ ],
168
+ "info": {
169
+ "video.fps": 30,
170
+ "video.height": 240,
171
+ "video.width": 320,
172
+ "video.channels": 3,
173
+ "video.codec": "h264",
174
+ "video.pix_fmt": "yuv420p",
175
+ "video.is_depth_map": false,
176
+ "has_audio": false
177
+ }
178
+ },
179
+ "observation.images.wrist_right": {
180
+ "dtype": "video",
181
+ "shape": [
182
+ 240,
183
+ 320,
184
+ 3
185
+ ],
186
+ "names": [
187
+ "height",
188
+ "width",
189
+ "channels"
190
+ ],
191
+ "info": {
192
+ "video.fps": 30,
193
+ "video.height": 240,
194
+ "video.width": 320,
195
+ "video.channels": 3,
196
+ "video.codec": "h264",
197
+ "video.pix_fmt": "yuv420p",
198
+ "video.is_depth_map": false,
199
+ "has_audio": false
200
+ }
201
+ },
202
+ "joint_angles": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 14
206
+ ],
207
+ "names": {
208
+ "joint_names": [
209
+ "arm1_base_link_joint",
210
+ "arm2_base_link_joint",
211
+ "link11_joint",
212
+ "link21_joint",
213
+ "link12_joint",
214
+ "link22_joint",
215
+ "link13_joint",
216
+ "link23_joint",
217
+ "link14_joint",
218
+ "link24_joint",
219
+ "link15_joint",
220
+ "link25_joint",
221
+ "gripper1_joint",
222
+ "gripper2_joint"
223
+ ]
224
+ }
225
+ },
226
+ "action": {
227
+ "dtype": "float32",
228
+ "shape": [
229
+ 23
230
+ ],
231
+ "names": {
232
+ "action": [
233
+ "l_x",
234
+ "l_y",
235
+ "l_z",
236
+ "l_r1",
237
+ "l_r2",
238
+ "l_r3",
239
+ "l_r4",
240
+ "l_r5",
241
+ "l_r6",
242
+ "r_x",
243
+ "r_y",
244
+ "r_z",
245
+ "r_r1",
246
+ "r_r2",
247
+ "r_r3",
248
+ "r_r4",
249
+ "r_r5",
250
+ "r_r6",
251
+ "l_gripper",
252
+ "r_gripper",
253
+ "v_x",
254
+ "v_y",
255
+ "omega"
256
+ ]
257
+ }
258
+ },
259
+ "timestamp": {
260
+ "dtype": "float32",
261
+ "shape": [
262
+ 1
263
+ ],
264
+ "names": null
265
+ },
266
+ "frame_index": {
267
+ "dtype": "int64",
268
+ "shape": [
269
+ 1
270
+ ],
271
+ "names": null
272
+ },
273
+ "episode_index": {
274
+ "dtype": "int64",
275
+ "shape": [
276
+ 1
277
+ ],
278
+ "names": null
279
+ },
280
+ "index": {
281
+ "dtype": "int64",
282
+ "shape": [
283
+ 1
284
+ ],
285
+ "names": null
286
+ },
287
+ "task_index": {
288
+ "dtype": "int64",
289
+ "shape": [
290
+ 1
291
+ ],
292
+ "names": null
293
+ }
294
+ }
295
+ }
296
+ ```
297
+
298
+
299
+ ## Citation
300
+
301
+ **BibTeX:**
302
+
303
+ ```bibtex
304
+ [More Information Needed]
305
+ ```