Qu3tzal commited on
Commit
9371b56
·
verified ·
1 Parent(s): e747e9f

Upload README.md with huggingface_hub

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