infinitesimal666 commited on
Commit
b6a18c9
·
verified ·
1 Parent(s): 1a0c2c7

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:08421c0718ccc1fd4533c74fb51f728ed9423b3e2753925f0b5205f26697dd34
3
+ size 21135
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac92555ea93b08716a576677b5742192e78b70c59e0c75cfd3a279fbe7ba2d14
3
+ size 27325
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6cfe4b3ec8cd8284e230a69380eb0130f12ea23a201de72e7608e1bd671816d
3
+ size 23831
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:664f78a53f4817d958cee24ab83073a6c3bf9c84beabcbe0c3a7d811d6f5040e
3
+ size 24034
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f6940b52c9add5af0ec4878826e08f5a425fa44445b0ab7613521d336d15b9a
3
+ size 24057
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38d42c94b9ca4f25afab85c646d0994bb78e22712933bae63ab2916401818d95
3
+ size 24078
meta/episodes.jsonl ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Pick up the rubbish and place it into the bin."], "length": 553}
2
+ {"episode_index": 1, "tasks": ["Pick up the rubbish and place it into the bin."], "length": 540}
3
+ {"episode_index": 2, "tasks": ["Pick up the rubbish and place it into the bin."], "length": 497}
4
+ {"episode_index": 3, "tasks": ["Pick up the rubbish and place it into the bin."], "length": 509}
5
+ {"episode_index": 4, "tasks": ["Pick up the rubbish and place it into the bin."], "length": 505}
6
+ {"episode_index": 5, "tasks": ["Pick up the rubbish and place it into the bin."], "length": 520}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "koch",
4
+ "total_episodes": 6,
5
+ "total_frames": 3124,
6
+ "total_tasks": 1,
7
+ "total_videos": 12,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:6"
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.laptop": {
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.phone": {
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
+ "timestamp": {
92
+ "dtype": "float32",
93
+ "shape": [
94
+ 1
95
+ ],
96
+ "names": null
97
+ },
98
+ "frame_index": {
99
+ "dtype": "int64",
100
+ "shape": [
101
+ 1
102
+ ],
103
+ "names": null
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null
111
+ },
112
+ "index": {
113
+ "dtype": "int64",
114
+ "shape": [
115
+ 1
116
+ ],
117
+ "names": null
118
+ },
119
+ "task_index": {
120
+ "dtype": "int64",
121
+ "shape": [
122
+ 1
123
+ ],
124
+ "names": null
125
+ }
126
+ }
127
+ }
meta/stats.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -3.8951525688171387,
5
+ 97.73218536376953,
6
+ 115.69939422607422,
7
+ 46.75620651245117,
8
+ 93.39285278320312,
9
+ 27.944921493530273
10
+ ],
11
+ "std": [
12
+ 6.092604160308838,
13
+ 37.53104019165039,
14
+ 68.74240112304688,
15
+ 39.39191818237305,
16
+ 5.936540603637695,
17
+ 12.95477294921875
18
+ ],
19
+ "max": [
20
+ 12.216796875,
21
+ 135.087890625,
22
+ 180.439453125,
23
+ 107.578125,
24
+ 117.59765625,
25
+ 35.33203125
26
+ ],
27
+ "min": [
28
+ -20.478515625,
29
+ 30.5859375,
30
+ 3.1640625,
31
+ 1.669921875,
32
+ 79.1015625,
33
+ -8.876953125
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -3.8724474906921387,
39
+ 95.6489486694336,
40
+ 115.0355224609375,
41
+ 44.29463577270508,
42
+ 93.62138366699219,
43
+ 27.57565689086914
44
+ ],
45
+ "std": [
46
+ 5.699573993682861,
47
+ 37.82918930053711,
48
+ 65.5956802368164,
49
+ 39.90566635131836,
50
+ 5.798333644866943,
51
+ 10.905235290527344
52
+ ],
53
+ "max": [
54
+ 10.458984375,
55
+ 129.990234375,
56
+ 176.572265625,
57
+ 102.568359375,
58
+ 117.158203125,
59
+ 33.92578125
60
+ ],
61
+ "min": [
62
+ -20.126953125,
63
+ 29.00390625,
64
+ 6.240234375,
65
+ 0.087890625,
66
+ 81.38671875,
67
+ -3.515625
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.4540225863456726
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5290991067886353
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.5213742852210999
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.24938185513019562
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.22692683339118958
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.21439139544963837
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.phone": {
141
+ "mean": [
142
+ [
143
+ [
144
+ 0.40413570404052734
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.41909947991371155
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.41436877846717834
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.25466975569725037
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.2995201647281647
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.30569177865982056
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
+ "timestamp": {
211
+ "mean": [
212
+ 8.673709869384766
213
+ ],
214
+ "std": [
215
+ 5.032127380371094
216
+ ],
217
+ "max": [
218
+ 18.399999618530273
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 260.211181640625
227
+ ],
228
+ "std": [
229
+ 150.96380615234375
230
+ ],
231
+ "max": [
232
+ 552.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 2.458707571029663
241
+ ],
242
+ "std": [
243
+ 1.7257256507873535
244
+ ],
245
+ "max": [
246
+ 5.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 1561.4998779296875
255
+ ],
256
+ "std": [
257
+ 901.8209838867188
258
+ ],
259
+ "max": [
260
+ 3123.0
261
+ ],
262
+ "min": [
263
+ 0.0
264
+ ]
265
+ },
266
+ "task_index": {
267
+ "mean": [
268
+ 0.0
269
+ ],
270
+ "std": [
271
+ 0.0
272
+ ],
273
+ "max": [
274
+ 0.0
275
+ ],
276
+ "min": [
277
+ 0.0
278
+ ]
279
+ }
280
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Pick up the rubbish and place it into the bin."}
videos/chunk-000/observation.images.laptop/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:873a4d126f8c5970db6965af88ff0a9391d08f09415cf925e19f3a03b78c8cd4
3
+ size 2517589
videos/chunk-000/observation.images.laptop/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b07b9291080cd555ae12d89587ee9654bf7093f83baa67b43ba6ebcd4f2850ad
3
+ size 2462810
videos/chunk-000/observation.images.laptop/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1691812521bd0ee33927040620eb08deed0f1a4959232015e3f96d6cdace7800
3
+ size 2280711
videos/chunk-000/observation.images.laptop/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3250afac34437ae04ffd715be7c0e8be0967cac79d0df84256785430292b0051
3
+ size 2349679
videos/chunk-000/observation.images.laptop/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56ac85b5a5569e8e02b392bbc65fdcbcccde707d6a75b91891f8a11859fec632
3
+ size 2312884
videos/chunk-000/observation.images.laptop/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1ab3324bc63e0f8de3e3cbce66a65af167522955674626c31b53bda975dcae
3
+ size 2400009
videos/chunk-000/observation.images.phone/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53f82360174aa79ca0b3f271e2a6a2430b7cdb3ea90114426e8577c009ba7572
3
+ size 1374273
videos/chunk-000/observation.images.phone/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37b6b7e6b4220b966495cc46900b13e37b9450a68bd23cc43580070e68a6cd77
3
+ size 1350787
videos/chunk-000/observation.images.phone/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f099782d2a8b8dea0aad2bd330fd501ffdc845a402541c81eb632d56c77b28d
3
+ size 1207362
videos/chunk-000/observation.images.phone/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09a9d2d1e1eda9b07a54b39a693d92ea49096e2ec5925b72fc57576f9fdfbb0b
3
+ size 1251696
videos/chunk-000/observation.images.phone/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95e9305830fb757c503fc8de5f2989f093de30caf3f4aa7d3e836a0ca544a15e
3
+ size 1212885
videos/chunk-000/observation.images.phone/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b7272b92063cfaa5ede5dd14b3e3c99f6fa6f166f153cd144a23b03ffa375f9
3
+ size 1244155