lucanunz commited on
Commit
4bd7535
·
verified ·
1 Parent(s): b413fd4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +282 -0
README.md ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 980,
33
+ "total_frames": 106944,
34
+ "total_tasks": 10,
35
+ "total_videos": 3920,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 10,
39
+ "splits": {
40
+ "train": "0:980"
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
+ "qpos": {
201
+ "dtype": "float32",
202
+ "shape": [
203
+ 7
204
+ ],
205
+ "names": [
206
+ "qpos_0"
207
+ ]
208
+ },
209
+ "absolute_actions": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 7
213
+ ],
214
+ "names": [
215
+ "absolute_actions_0"
216
+ ]
217
+ },
218
+ "absolute_commands": {
219
+ "dtype": "float32",
220
+ "shape": [
221
+ 6
222
+ ],
223
+ "names": [
224
+ "absolute_commands_0"
225
+ ]
226
+ },
227
+ "commanded_actions": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 12
231
+ ],
232
+ "names": [
233
+ "commanded_actions_0"
234
+ ]
235
+ },
236
+ "timestamp": {
237
+ "dtype": "float32",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ },
243
+ "frame_index": {
244
+ "dtype": "int64",
245
+ "shape": [
246
+ 1
247
+ ],
248
+ "names": null
249
+ },
250
+ "episode_index": {
251
+ "dtype": "int64",
252
+ "shape": [
253
+ 1
254
+ ],
255
+ "names": null
256
+ },
257
+ "index": {
258
+ "dtype": "int64",
259
+ "shape": [
260
+ 1
261
+ ],
262
+ "names": null
263
+ },
264
+ "task_index": {
265
+ "dtype": "int64",
266
+ "shape": [
267
+ 1
268
+ ],
269
+ "names": null
270
+ }
271
+ }
272
+ }
273
+ ```
274
+
275
+
276
+ ## Citation
277
+
278
+ **BibTeX:**
279
+
280
+ ```bibtex
281
+ [More Information Needed]
282
+ ```