lucanunz commited on
Commit
42158fb
·
verified ·
1 Parent(s): 7ac5148

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +309 -0
README.md ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - panda
8
+ - coop_env
9
+ - multitask
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": "panda",
32
+ "total_episodes": 70,
33
+ "total_frames": 7678,
34
+ "total_tasks": 10,
35
+ "total_videos": 280,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 10,
39
+ "splits": {
40
+ "train": "0:70"
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
+ "image": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 256,
49
+ 256,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channel"
56
+ ],
57
+ "info": {
58
+ "video.height": 256,
59
+ "video.width": 256,
60
+ "video.codec": "av1",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "video.fps": 10,
64
+ "video.channels": 3,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "wrist_image": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 256,
72
+ 256,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channel"
79
+ ],
80
+ "info": {
81
+ "video.height": 256,
82
+ "video.width": 256,
83
+ "video.codec": "av1",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "video.fps": 10,
87
+ "video.channels": 3,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "left_ego_image": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 256,
95
+ 256,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channel"
102
+ ],
103
+ "info": {
104
+ "video.height": 256,
105
+ "video.width": 256,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "video.fps": 10,
110
+ "video.channels": 3,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "right_ego_image": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 256,
118
+ 256,
119
+ 3
120
+ ],
121
+ "names": [
122
+ "height",
123
+ "width",
124
+ "channel"
125
+ ],
126
+ "info": {
127
+ "video.height": 256,
128
+ "video.width": 256,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 10,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "state": {
138
+ "dtype": "float32",
139
+ "shape": [
140
+ 7
141
+ ],
142
+ "names": [
143
+ "state_0"
144
+ ]
145
+ },
146
+ "delta_actions": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 7
150
+ ],
151
+ "names": [
152
+ "delta_actions_0"
153
+ ]
154
+ },
155
+ "env_state": {
156
+ "dtype": "float32",
157
+ "shape": [
158
+ 156
159
+ ],
160
+ "names": [
161
+ "env_state_0"
162
+ ]
163
+ },
164
+ "active_robot": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": [
170
+ "active_robot_0"
171
+ ]
172
+ },
173
+ "tcp_states": {
174
+ "dtype": "float32",
175
+ "shape": [
176
+ 12
177
+ ],
178
+ "names": [
179
+ "tcp_states_0"
180
+ ]
181
+ },
182
+ "gripper_states": {
183
+ "dtype": "float32",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": [
188
+ "gripper_states_0"
189
+ ]
190
+ },
191
+ "gripper_commands": {
192
+ "dtype": "float32",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": [
197
+ "gripper_commands_0"
198
+ ]
199
+ },
200
+ "joint_states": {
201
+ "dtype": "float32",
202
+ "shape": [
203
+ 8
204
+ ],
205
+ "names": [
206
+ "joint_states_0"
207
+ ]
208
+ },
209
+ "joint_actions": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 8
213
+ ],
214
+ "names": [
215
+ "joint_actions_0"
216
+ ]
217
+ },
218
+ "qpos": {
219
+ "dtype": "float32",
220
+ "shape": [
221
+ 7
222
+ ],
223
+ "names": [
224
+ "qpos_0"
225
+ ]
226
+ },
227
+ "absolute_actions": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 7
231
+ ],
232
+ "names": [
233
+ "absolute_actions_0"
234
+ ]
235
+ },
236
+ "absolute_commands": {
237
+ "dtype": "float32",
238
+ "shape": [
239
+ 6
240
+ ],
241
+ "names": [
242
+ "absolute_commands_0"
243
+ ]
244
+ },
245
+ "commanded_actions": {
246
+ "dtype": "float32",
247
+ "shape": [
248
+ 12
249
+ ],
250
+ "names": [
251
+ "commanded_actions_0"
252
+ ]
253
+ },
254
+ "transformation_matrices": {
255
+ "dtype": "float32",
256
+ "shape": [
257
+ 16
258
+ ],
259
+ "names": [
260
+ "transformation_matrices_0"
261
+ ]
262
+ },
263
+ "timestamp": {
264
+ "dtype": "float32",
265
+ "shape": [
266
+ 1
267
+ ],
268
+ "names": null
269
+ },
270
+ "frame_index": {
271
+ "dtype": "int64",
272
+ "shape": [
273
+ 1
274
+ ],
275
+ "names": null
276
+ },
277
+ "episode_index": {
278
+ "dtype": "int64",
279
+ "shape": [
280
+ 1
281
+ ],
282
+ "names": null
283
+ },
284
+ "index": {
285
+ "dtype": "int64",
286
+ "shape": [
287
+ 1
288
+ ],
289
+ "names": null
290
+ },
291
+ "task_index": {
292
+ "dtype": "int64",
293
+ "shape": [
294
+ 1
295
+ ],
296
+ "names": null
297
+ }
298
+ }
299
+ }
300
+ ```
301
+
302
+
303
+ ## Citation
304
+
305
+ **BibTeX:**
306
+
307
+ ```bibtex
308
+ [More Information Needed]
309
+ ```