apockill commited on
Commit
38390af
1 Parent(s): d28c0ba

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:121b41fc052a4d50faa23608af5751df9e7d396ffe109f7c615e7c9c1b5f01b7
3
+ size 4587
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1976b7f8957c0ccf6ce3228d30c7c38adaf1956df31e095be308ed3dd135178
3
+ size 13905
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["Look pick up a cube and then place it into the black bin."], "length": 45}
2
+ {"episode_index": 1, "tasks": ["Look pick up a cube and then place it into the black bin."], "length": 242}
meta/info.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "myarm",
4
+ "total_episodes": 2,
5
+ "total_frames": 287,
6
+ "total_tasks": 1,
7
+ "total_videos": 4,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 20,
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
+ 7
21
+ ],
22
+ "names": [
23
+ "main_joint1",
24
+ "main_joint2",
25
+ "main_joint3",
26
+ "main_joint4",
27
+ "main_joint5",
28
+ "main_joint6",
29
+ "main_gripper"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "main_joint1",
39
+ "main_joint2",
40
+ "main_joint3",
41
+ "main_joint4",
42
+ "main_joint5",
43
+ "main_joint6",
44
+ "main_gripper"
45
+ ]
46
+ },
47
+ "observation.images.wrist": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.fps": 20.0,
61
+ "video.height": 480,
62
+ "video.width": 640,
63
+ "video.channels": 3,
64
+ "video.codec": "av1",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.top": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.fps": 20.0,
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.channels": 3,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
meta/stats.json ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ -0.16860733926296234,
5
+ -1.449333667755127,
6
+ -1.1788638830184937,
7
+ 0.03434102237224579,
8
+ 1.2542623281478882,
9
+ -0.6675714254379272,
10
+ -1.8392606973648071
11
+ ],
12
+ "std": [
13
+ 0.3177018463611603,
14
+ 0.49788135290145874,
15
+ 0.2806471288204193,
16
+ 0.16865229606628418,
17
+ 0.2801917493343353,
18
+ 0.23780161142349243,
19
+ 0.06732281297445297
20
+ ],
21
+ "max": [
22
+ 0.1195550486445427,
23
+ -0.5892231464385986,
24
+ -0.7681193947792053,
25
+ 0.26371923089027405,
26
+ 1.7594664096832275,
27
+ -0.3588396906852722,
28
+ -1.7914059162139893
29
+ ],
30
+ "min": [
31
+ -1.1365584135055542,
32
+ -1.9360936880111694,
33
+ -1.5166910886764526,
34
+ -0.4862487316131592,
35
+ 0.8435176610946655,
36
+ -1.0491174459457397,
37
+ -1.9970057010650635
38
+ ]
39
+ },
40
+ "observation.state": {
41
+ "mean": [
42
+ -3.297386407852173,
43
+ -41.686100006103516,
44
+ -37.31770324707031,
45
+ -0.16139371693134308,
46
+ 45.714664459228516,
47
+ -8.594250679016113,
48
+ -57.308258056640625
49
+ ],
50
+ "std": [
51
+ 10.375277519226074,
52
+ 24.107322692871094,
53
+ 25.00262451171875,
54
+ 0.09391304850578308,
55
+ 21.324783325195312,
56
+ 19.814916610717773,
57
+ 0.08692049235105515
58
+ ],
59
+ "max": [
60
+ 0.25999999046325684,
61
+ 0.8700000047683716,
62
+ -0.7900000214576721,
63
+ 0.25999999046325684,
64
+ 58.09000015258789,
65
+ 0.4300000071525574,
66
+ -57.040000915527344
67
+ ],
68
+ "min": [
69
+ -49.650001525878906,
70
+ -57.29999923706055,
71
+ -58.619998931884766,
72
+ -0.25999999046325684,
73
+ 1.309999942779541,
74
+ -56.95000076293945,
75
+ -58.18000030517578
76
+ ]
77
+ },
78
+ "observation.images.wrist": {
79
+ "mean": [
80
+ [
81
+ [
82
+ 0.5037663578987122
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.46555203199386597
88
+ ]
89
+ ],
90
+ [
91
+ [
92
+ 0.49765536189079285
93
+ ]
94
+ ]
95
+ ],
96
+ "std": [
97
+ [
98
+ [
99
+ 0.21217100322246552
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.19068697094917297
105
+ ]
106
+ ],
107
+ [
108
+ [
109
+ 0.19463099539279938
110
+ ]
111
+ ]
112
+ ],
113
+ "max": [
114
+ [
115
+ [
116
+ 0.9764705896377563
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 0.9843137264251709
122
+ ]
123
+ ],
124
+ [
125
+ [
126
+ 1.0
127
+ ]
128
+ ]
129
+ ],
130
+ "min": [
131
+ [
132
+ [
133
+ 0.0
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.0
139
+ ]
140
+ ],
141
+ [
142
+ [
143
+ 0.0
144
+ ]
145
+ ]
146
+ ]
147
+ },
148
+ "observation.images.top": {
149
+ "mean": [
150
+ [
151
+ [
152
+ 0.5227006077766418
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.472864031791687
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.43127375841140747
163
+ ]
164
+ ]
165
+ ],
166
+ "std": [
167
+ [
168
+ [
169
+ 0.21270446479320526
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.15495985746383667
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 0.14213302731513977
180
+ ]
181
+ ]
182
+ ],
183
+ "max": [
184
+ [
185
+ [
186
+ 1.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 1.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 1.0
197
+ ]
198
+ ]
199
+ ],
200
+ "min": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ]
217
+ },
218
+ "timestamp": {
219
+ "mean": [
220
+ 5.2527875900268555
221
+ ],
222
+ "std": [
223
+ 3.6824698448181152
224
+ ],
225
+ "max": [
226
+ 12.050000190734863
227
+ ],
228
+ "min": [
229
+ 0.0
230
+ ]
231
+ },
232
+ "frame_index": {
233
+ "mean": [
234
+ 105.05575561523438
235
+ ],
236
+ "std": [
237
+ 73.64939880371094
238
+ ],
239
+ "max": [
240
+ 241.0
241
+ ],
242
+ "min": [
243
+ 0.0
244
+ ]
245
+ },
246
+ "episode_index": {
247
+ "mean": [
248
+ 0.8432056307792664
249
+ ],
250
+ "std": [
251
+ 0.36360684037208557
252
+ ],
253
+ "max": [
254
+ 1.0
255
+ ],
256
+ "min": [
257
+ 0.0
258
+ ]
259
+ },
260
+ "index": {
261
+ "mean": [
262
+ 143.00001525878906
263
+ ],
264
+ "std": [
265
+ 82.8492660522461
266
+ ],
267
+ "max": [
268
+ 286.0
269
+ ],
270
+ "min": [
271
+ 0.0
272
+ ]
273
+ },
274
+ "task_index": {
275
+ "mean": [
276
+ 0.0
277
+ ],
278
+ "std": [
279
+ 0.0
280
+ ],
281
+ "max": [
282
+ 0.0
283
+ ],
284
+ "min": [
285
+ 0.0
286
+ ]
287
+ }
288
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Look pick up a cube and then place it into the black bin."}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e96f2a595f259d0288ca66e2b3db6697542a3d974d0547d3ae7a8f9dbf4ace
3
+ size 351953
videos/chunk-000/observation.images.top/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb68da70ab0916b14bf7fdcc35977a09f36e55eaeedb1e9f686d28d2b2abdbca
3
+ size 1366011
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18ca02127e1a96b76209a79814625b049755e1cf61fb2322b4b3a13672f731c4
3
+ size 95287
videos/chunk-000/observation.images.wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d219cff7ffd8239e0fb9ae92b426ac99c26b0851dd804a2b08b3677211f4d01
3
+ size 740823