Zahardk commited on
Commit
d269d2e
·
verified ·
1 Parent(s): b8b4525

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +334 -0
README.md ADDED
@@ -0,0 +1,334 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - libero
8
+ - panda
9
+ - rlds
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v2.1",
31
+ "robot_type": "fr3",
32
+ "total_episodes": 1,
33
+ "total_frames": 210,
34
+ "total_tasks": 1,
35
+ "total_videos": 2,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 15,
39
+ "splits": {
40
+ "train": "0:1"
41
+ },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
+ "features": {
45
+ "observation.images.exterior_image_1_left": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 720,
49
+ 1280,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 15.0,
59
+ "video.height": 720,
60
+ "video.width": 1280,
61
+ "video.channels": 3,
62
+ "video.codec": "av1",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.wrist_image_left": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 720,
72
+ 1280,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 15.0,
82
+ "video.height": 720,
83
+ "video.width": 1280,
84
+ "video.channels": 3,
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "exterior_image_1_left": {
92
+ "dtype": "image",
93
+ "shape": [
94
+ 180,
95
+ 320,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channel"
102
+ ]
103
+ },
104
+ "wrist_image_left": {
105
+ "dtype": "image",
106
+ "shape": [
107
+ 180,
108
+ 320,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "channel"
115
+ ]
116
+ },
117
+ "observation.state": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 8
121
+ ],
122
+ "names": {
123
+ "axes": [
124
+ "joint_0",
125
+ "joint_1",
126
+ "joint_2",
127
+ "joint_3",
128
+ "joint_4",
129
+ "joint_5",
130
+ "joint_6",
131
+ "gripper"
132
+ ]
133
+ }
134
+ },
135
+ "joint_position": {
136
+ "dtype": "float32",
137
+ "shape": [
138
+ 7
139
+ ],
140
+ "names": [
141
+ "joint_position"
142
+ ]
143
+ },
144
+ "gripper_position": {
145
+ "dtype": "float32",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": [
150
+ "gripper_position"
151
+ ]
152
+ },
153
+ "wrench": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 6
157
+ ],
158
+ "names": [
159
+ "fx",
160
+ "fy",
161
+ "fz",
162
+ "tx",
163
+ "ty",
164
+ "tz"
165
+ ]
166
+ },
167
+ "action.joint_position": {
168
+ "dtype": "float32",
169
+ "shape": [
170
+ 7
171
+ ],
172
+ "names": {
173
+ "axes": [
174
+ "joint_0",
175
+ "joint_1",
176
+ "joint_2",
177
+ "joint_3",
178
+ "joint_4",
179
+ "joint_5",
180
+ "joint_6"
181
+ ]
182
+ }
183
+ },
184
+ "action.joint_velocity": {
185
+ "dtype": "float32",
186
+ "shape": [
187
+ 7
188
+ ],
189
+ "names": {
190
+ "axes": [
191
+ "joint_0",
192
+ "joint_1",
193
+ "joint_2",
194
+ "joint_3",
195
+ "joint_4",
196
+ "joint_5",
197
+ "joint_6"
198
+ ]
199
+ }
200
+ },
201
+ "action.gripper_position": {
202
+ "dtype": "float32",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": {
207
+ "axes": [
208
+ "gripper"
209
+ ]
210
+ }
211
+ },
212
+ "actions": {
213
+ "dtype": "float32",
214
+ "shape": [
215
+ 8
216
+ ],
217
+ "names": [
218
+ "actions"
219
+ ]
220
+ },
221
+ "observation.state.joint_position": {
222
+ "dtype": "float32",
223
+ "shape": [
224
+ 7
225
+ ],
226
+ "names": {
227
+ "axes": [
228
+ "joint_0",
229
+ "joint_1",
230
+ "joint_2",
231
+ "joint_3",
232
+ "joint_4",
233
+ "joint_5",
234
+ "joint_6"
235
+ ]
236
+ }
237
+ },
238
+ "observation.state.gripper_position": {
239
+ "dtype": "float32",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": {
244
+ "axes": [
245
+ "gripper"
246
+ ]
247
+ }
248
+ },
249
+ "observation.state.cartesian_position": {
250
+ "dtype": "float32",
251
+ "shape": [
252
+ 6
253
+ ],
254
+ "names": {
255
+ "axes": [
256
+ "x",
257
+ "y",
258
+ "z",
259
+ "roll",
260
+ "pitch",
261
+ "yaw"
262
+ ]
263
+ }
264
+ },
265
+ "action.cartesian_position": {
266
+ "dtype": "float32",
267
+ "shape": [
268
+ 6
269
+ ],
270
+ "names": {
271
+ "axes": [
272
+ "x",
273
+ "y",
274
+ "z",
275
+ "roll",
276
+ "pitch",
277
+ "yaw"
278
+ ]
279
+ }
280
+ },
281
+ "is_episode_successful": {
282
+ "dtype": "bool",
283
+ "shape": [
284
+ 1
285
+ ],
286
+ "names": null
287
+ },
288
+ "timestamp": {
289
+ "dtype": "float32",
290
+ "shape": [
291
+ 1
292
+ ],
293
+ "names": null
294
+ },
295
+ "frame_index": {
296
+ "dtype": "int64",
297
+ "shape": [
298
+ 1
299
+ ],
300
+ "names": null
301
+ },
302
+ "episode_index": {
303
+ "dtype": "int64",
304
+ "shape": [
305
+ 1
306
+ ],
307
+ "names": null
308
+ },
309
+ "index": {
310
+ "dtype": "int64",
311
+ "shape": [
312
+ 1
313
+ ],
314
+ "names": null
315
+ },
316
+ "task_index": {
317
+ "dtype": "int64",
318
+ "shape": [
319
+ 1
320
+ ],
321
+ "names": null
322
+ }
323
+ }
324
+ }
325
+ ```
326
+
327
+
328
+ ## Citation
329
+
330
+ **BibTeX:**
331
+
332
+ ```bibtex
333
+ [More Information Needed]
334
+ ```