davidgoss commited on
Commit
b48bc35
·
verified ·
1 Parent(s): 9d28f3c

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:74b451493727eeeb6413d7395b4d27cd88aa93d04fc07b56524097e2c721bca5
3
+ size 58256
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f39dc81c2009b77d8149023e98a8ce501e1730ad59bd408ed0a247b1a2fd9df3
3
+ size 57402
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a986e6fac4da8c98f07eadba728a174e905e153d6b6394ad0862bb627edccd52
3
+ size 58647
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ccdcff2ffa0fc861bf9e0709143e50ed49d9461e91d9f4f8d37f05ef59d98e3
3
+ size 60100
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1333a4e41930bd2f0deb28a1e5e070188321a9db85dffd3af31066f49011e10
3
+ size 58200
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 853}
2
+ {"episode_index": 1, "tasks": ["Grasp a lego block and put it in the bin."], "length": 862}
3
+ {"episode_index": 2, "tasks": ["Grasp a lego block and put it in the bin."], "length": 838}
4
+ {"episode_index": 3, "tasks": ["Grasp a lego block and put it in the bin."], "length": 868}
5
+ {"episode_index": 4, "tasks": ["Grasp a lego block and put it in the bin."], "length": 856}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "so100",
4
+ "total_episodes": 5,
5
+ "total_frames": 4277,
6
+ "total_tasks": 1,
7
+ "total_videos": 10,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:5"
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": "av1",
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": "av1",
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
+ 16.302888870239258,
5
+ 135.37405395507812,
6
+ 127.1330795288086,
7
+ 64.51439666748047,
8
+ -78.87155151367188,
9
+ 11.162973403930664
10
+ ],
11
+ "std": [
12
+ 22.07415771484375,
13
+ 47.59955978393555,
14
+ 42.28523635864258,
15
+ 10.161311149597168,
16
+ 15.752267837524414,
17
+ 9.129293441772461
18
+ ],
19
+ "max": [
20
+ 48.754417419433594,
21
+ 193.81515502929688,
22
+ 182.794921875,
23
+ 86.90226745605469,
24
+ -36.52595901489258,
25
+ 29.665523529052734
26
+ ],
27
+ "min": [
28
+ -30.991113662719727,
29
+ 63.94249725341797,
30
+ 48.625022888183594,
31
+ 30.994285583496094,
32
+ -101.40184783935547,
33
+ -0.7880392074584961
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 15.948087692260742,
39
+ 134.33120727539062,
40
+ 127.86627197265625,
41
+ 64.11872100830078,
42
+ -78.30596923828125,
43
+ 11.098224639892578
44
+ ],
45
+ "std": [
46
+ 21.73885154724121,
47
+ 48.11394119262695,
48
+ 41.836021423339844,
49
+ 9.946944236755371,
50
+ 15.706208229064941,
51
+ 8.572654724121094
52
+ ],
53
+ "max": [
54
+ 48.1640625,
55
+ 192.919921875,
56
+ 180.966796875,
57
+ 85.78125,
58
+ -36.298828125,
59
+ 28.7023983001709
60
+ ],
61
+ "min": [
62
+ -29.70703125,
63
+ 63.193359375,
64
+ 50.361328125,
65
+ 31.376953125,
66
+ -100.810546875,
67
+ 0.3526093065738678
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5246461033821106
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.4844299554824829
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.45478084683418274
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.22918793559074402
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.2622945010662079
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.2974257171154022
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.5079227685928345
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.49202778935432434
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.5127282738685608
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.20283082127571106
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.22025920450687408
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.24467746913433075
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
+ 14.241991996765137
213
+ ],
214
+ "std": [
215
+ 8.234518051147461
216
+ ],
217
+ "max": [
218
+ 28.899999618530273
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 427.2596435546875
227
+ ],
228
+ "std": [
229
+ 247.03553771972656
230
+ ],
231
+ "max": [
232
+ 867.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 2.0028061866760254
241
+ ],
242
+ "std": [
243
+ 1.4152027368545532
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 2138.000244140625
255
+ ],
256
+ "std": [
257
+ 1234.66357421875
258
+ ],
259
+ "max": [
260
+ 4276.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": "Grasp a lego block and put it in 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:b0b68b2aa2e6cf93bd08249cd071c1e31472dc6b78667e812e8831217c9d7748
3
+ size 22428356
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:8ee908829ea4d02b97393f1028e583b1f19ad4edf45fca14c081afcc41a30c79
3
+ size 22618612
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:4c7df77416e9ea839ef9132c4dfd1d678951764c775872d93dbb71b942fe8ea3
3
+ size 13388885
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:71e880dfe24ce1acfbef8b76eab3ecf5f13d39cbcb7cb51df77e86283673eb97
3
+ size 21168407
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:3b7b0bbd1096b631daa38f1039e97f37c11b32a19e63717f2d044efa6a873c9d
3
+ size 17971145
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:7a623c42b913037a08d4f9ffae31284f9f155afbe3e601ee4c15c8ca64bd7fdb
3
+ size 14685821
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:1775f8987bb4085edd803fc1cfb61f6013bb2724d5a2bc9c0a466a2b8af85bd2
3
+ size 15033364
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:caec6ffe34ee6fce52ddf04a85ce5b31e80f9185af678ba0480ef84e2f090a38
3
+ size 14375720
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:1e5aa80b7c75f5ea8fac8b758f815d555f2203ad0f7bb74a7bed32dc5b360642
3
+ size 15486553
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:8a09bbac5139cfb255b301c85fd3cc7ab36a1cadc571c0d42e94d0c833425e20
3
+ size 15074242