rzc2399 commited on
Commit
ff5b372
·
verified ·
1 Parent(s): b92cd15

Upload folder using huggingface_hub

Browse files
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84243793b571ee6770a17bcb9ecc98324874c82f9504de987334441144d04363
3
+ size 7381
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5a599fe7909f6fcbac8cba905beb949d9a0e653885f92b69e29799ce8d5dc7b
3
+ size 7374
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up and place it into somewhere."], "length": 209}
2
+ {"episode_index": 1, "tasks": ["Pick up and place it into somewhere."], "length": 209}
meta/info.json ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "koch",
4
+ "total_episodes": 2,
5
+ "total_frames": 418,
6
+ "total_tasks": 1,
7
+ "total_videos": 6,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:2"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 6
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_wrist_roll",
28
+ "main_gripper"
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "shape": [
34
+ 6
35
+ ],
36
+ "names": [
37
+ "main_shoulder_pan",
38
+ "main_shoulder_lift",
39
+ "main_elbow_flex",
40
+ "main_wrist_flex",
41
+ "main_wrist_roll",
42
+ "main_gripper"
43
+ ]
44
+ },
45
+ "observation.images.side_view": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ],
57
+ "info": {
58
+ "video.fps": 30.0,
59
+ "video.height": 480,
60
+ "video.width": 640,
61
+ "video.channels": 3,
62
+ "video.codec": "h264",
63
+ "video.pix_fmt": "yuv420p",
64
+ "video.is_depth_map": false,
65
+ "has_audio": false
66
+ }
67
+ },
68
+ "observation.images.top_view": {
69
+ "dtype": "video",
70
+ "shape": [
71
+ 480,
72
+ 640,
73
+ 3
74
+ ],
75
+ "names": [
76
+ "height",
77
+ "width",
78
+ "channels"
79
+ ],
80
+ "info": {
81
+ "video.fps": 30.0,
82
+ "video.height": 480,
83
+ "video.width": 640,
84
+ "video.channels": 3,
85
+ "video.codec": "h264",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "has_audio": false
89
+ }
90
+ },
91
+ "observation.images.effector_view": {
92
+ "dtype": "video",
93
+ "shape": [
94
+ 480,
95
+ 640,
96
+ 3
97
+ ],
98
+ "names": [
99
+ "height",
100
+ "width",
101
+ "channels"
102
+ ],
103
+ "info": {
104
+ "video.fps": 30.0,
105
+ "video.height": 480,
106
+ "video.width": 640,
107
+ "video.channels": 3,
108
+ "video.codec": "h264",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "has_audio": false
112
+ }
113
+ },
114
+ "timestamp": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "frame_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ },
128
+ "episode_index": {
129
+ "dtype": "int64",
130
+ "shape": [
131
+ 1
132
+ ],
133
+ "names": null
134
+ },
135
+ "index": {
136
+ "dtype": "int64",
137
+ "shape": [
138
+ 1
139
+ ],
140
+ "names": null
141
+ },
142
+ "task_index": {
143
+ "dtype": "int64",
144
+ "shape": [
145
+ 1
146
+ ],
147
+ "names": null
148
+ }
149
+ }
150
+ }
meta/stats.json ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 3.779296875,
5
+ 131.8533935546875,
6
+ 180.0,
7
+ -1.5816104412078857,
8
+ 0.8606131672859192,
9
+ 34.1015625
10
+ ],
11
+ "std": [
12
+ 0.0,
13
+ 0.03506127744913101,
14
+ 0.0,
15
+ 0.006064958870410919,
16
+ 0.03568123281002045,
17
+ 0.0
18
+ ],
19
+ "max": [
20
+ 3.779296875,
21
+ 131.923828125,
22
+ 180.0,
23
+ -1.494140625,
24
+ 0.87890625,
25
+ 34.1015625
26
+ ],
27
+ "min": [
28
+ 3.779296875,
29
+ 131.8359375,
30
+ 180.0,
31
+ -1.58203125,
32
+ 0.791015625,
33
+ 34.1015625
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 2.724609375,
39
+ 130.078125,
40
+ 176.34646606445312,
41
+ -4.294865131378174,
42
+ 1.494140625,
43
+ 33.310546875
44
+ ],
45
+ "std": [
46
+ 0.0,
47
+ 0.0,
48
+ 0.04352021962404251,
49
+ 0.02993743307888508,
50
+ 0.0,
51
+ 0.0
52
+ ],
53
+ "max": [
54
+ 2.724609375,
55
+ 130.078125,
56
+ 176.396484375,
57
+ -4.21875,
58
+ 1.494140625,
59
+ 33.310546875
60
+ ],
61
+ "min": [
62
+ 2.724609375,
63
+ 130.078125,
64
+ 176.30859375,
65
+ -4.306640625,
66
+ 1.494140625,
67
+ 33.310546875
68
+ ]
69
+ },
70
+ "observation.images.side_view": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.49104613065719604
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5712218880653381
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.6868784427642822
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.2944548726081848
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.25301918387413025
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.211320698261261
102
+ ]
103
+ ]
104
+ ],
105
+ "max": [
106
+ [
107
+ [
108
+ 1.0
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 1.0
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 1.0
119
+ ]
120
+ ]
121
+ ],
122
+ "min": [
123
+ [
124
+ [
125
+ 0.0
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 0.0
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.0
136
+ ]
137
+ ]
138
+ ]
139
+ },
140
+ "observation.images.top_view": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.5574524998664856
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.5339295268058777
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.5334593057632446
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.21416562795639038
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.21090954542160034
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.19569040834903717
172
+ ]
173
+ ]
174
+ ],
175
+ "max": [
176
+ [
177
+ [
178
+ 1.0
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 1.0
184
+ ]
185
+ ],
186
+ [
187
+ [
188
+ 1.0
189
+ ]
190
+ ]
191
+ ],
192
+ "min": [
193
+ [
194
+ [
195
+ 0.0
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.0
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.0
206
+ ]
207
+ ]
208
+ ]
209
+ },
210
+ "observation.images.effector_view": {
211
+ "mean": [
212
+ [
213
+ [
214
+ 0.45698419213294983
215
+ ]
216
+ ],
217
+ [
218
+ [
219
+ 0.45426294207572937
220
+ ]
221
+ ],
222
+ [
223
+ [
224
+ 0.4712720811367035
225
+ ]
226
+ ]
227
+ ],
228
+ "std": [
229
+ [
230
+ [
231
+ 0.25240063667297363
232
+ ]
233
+ ],
234
+ [
235
+ [
236
+ 0.2670600712299347
237
+ ]
238
+ ],
239
+ [
240
+ [
241
+ 0.2940497398376465
242
+ ]
243
+ ]
244
+ ],
245
+ "max": [
246
+ [
247
+ [
248
+ 1.0
249
+ ]
250
+ ],
251
+ [
252
+ [
253
+ 1.0
254
+ ]
255
+ ],
256
+ [
257
+ [
258
+ 1.0
259
+ ]
260
+ ]
261
+ ],
262
+ "min": [
263
+ [
264
+ [
265
+ 0.0
266
+ ]
267
+ ],
268
+ [
269
+ [
270
+ 0.0
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 0.0
276
+ ]
277
+ ]
278
+ ]
279
+ },
280
+ "timestamp": {
281
+ "mean": [
282
+ 3.4666662216186523
283
+ ],
284
+ "std": [
285
+ 2.011080265045166
286
+ ],
287
+ "max": [
288
+ 6.933333396911621
289
+ ],
290
+ "min": [
291
+ 0.0
292
+ ]
293
+ },
294
+ "frame_index": {
295
+ "mean": [
296
+ 104.00001525878906
297
+ ],
298
+ "std": [
299
+ 60.3324089050293
300
+ ],
301
+ "max": [
302
+ 208.0
303
+ ],
304
+ "min": [
305
+ 0.0
306
+ ]
307
+ },
308
+ "episode_index": {
309
+ "mean": [
310
+ 0.5
311
+ ],
312
+ "std": [
313
+ 0.5
314
+ ],
315
+ "max": [
316
+ 1.0
317
+ ],
318
+ "min": [
319
+ 0.0
320
+ ]
321
+ },
322
+ "index": {
323
+ "mean": [
324
+ 208.50001525878906
325
+ ],
326
+ "std": [
327
+ 120.66586303710938
328
+ ],
329
+ "max": [
330
+ 417.0
331
+ ],
332
+ "min": [
333
+ 0.0
334
+ ]
335
+ },
336
+ "task_index": {
337
+ "mean": [
338
+ 0.0
339
+ ],
340
+ "std": [
341
+ 0.0
342
+ ],
343
+ "max": [
344
+ 0.0
345
+ ],
346
+ "min": [
347
+ 0.0
348
+ ]
349
+ }
350
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick up and place it into somewhere."}
videos/chunk-000/observation.images.effector_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99e9af3d1a66116f729f61db9c360ae2d4cc0632a96b0b2e802802898ba8f4b9
3
+ size 927593
videos/chunk-000/observation.images.effector_view/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c3e4dc712eb8ad56895350784656f23a24d568da545f460d07effa7eda469d7
3
+ size 930974
videos/chunk-000/observation.images.side_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83644c2d6dfc7c750dd605b63a6b9fa9812922f45405c8846d2b970e28be40df
3
+ size 771828
videos/chunk-000/observation.images.side_view/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b24532dedc58599041315c6ba80ac19f23bb9406bb1c85e23043404f130813da
3
+ size 770283
videos/chunk-000/observation.images.top_view/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cdc8120ea7adbd81ffffa2de3e8c71ed7c42830186396b713fd3ee72f9d0a54
3
+ size 521146
videos/chunk-000/observation.images.top_view/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024e9a9245d4029644221e4a45d02e4be2fa8a43335abfe3fcec7fea12c156aa
3
+ size 513383