reeced commited on
Commit
e5436e4
·
verified ·
1 Parent(s): 2b3734b

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:cac212fdfc5d89e123fa31eaec724794ffa6193d82ba87a300ee7e029fb333a3
3
+ size 20794
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10921c4d2eebb70348801445bb4ce84c025c4df4e69fd45ef468c7c777015a13
3
+ size 19894
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5459e04965123c522a36f358f65d3b60a7e1bb16de243aed8e51aaa13519d24
3
+ size 20477
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2df03d9aa158fd190bf00d7e79b4898f0f30e05d2b503aac1b7943fdb7c49598
3
+ size 20666
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:340a968062757b08e6c55941b82690212be7352908477b5e46be946f365a44ec
3
+ size 20699
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick up the pen"], "length": 404}
2
+ {"episode_index": 1, "tasks": ["pick up the pen"], "length": 397}
3
+ {"episode_index": 2, "tasks": ["pick up the pen"], "length": 396}
4
+ {"episode_index": 3, "tasks": ["pick up the pen"], "length": 449}
5
+ {"episode_index": 4, "tasks": ["pick up the pen"], "length": 424}
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": 2070,
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
+ -9.83660888671875,
5
+ 96.39801788330078,
6
+ 102.82621765136719,
7
+ 11.503950119018555,
8
+ 85.88107299804688,
9
+ 21.68852996826172
10
+ ],
11
+ "std": [
12
+ 17.300355911254883,
13
+ 37.9459114074707,
14
+ 54.54243469238281,
15
+ 46.54969787597656,
16
+ 29.786283493041992,
17
+ 25.793376922607422
18
+ ],
19
+ "max": [
20
+ 40.1070442199707,
21
+ 179.95437622070312,
22
+ 175.37071228027344,
23
+ 90.0,
24
+ 135.8366241455078,
25
+ 48.701412200927734
26
+ ],
27
+ "min": [
28
+ -33.23155212402344,
29
+ 35.569007873535156,
30
+ 0.045626163482666016,
31
+ -89.90874481201172,
32
+ 17.80731773376465,
33
+ -8.594367027282715
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -9.50076675415039,
39
+ 95.03330993652344,
40
+ 104.04081726074219,
41
+ 11.255433082580566,
42
+ 85.30657196044922,
43
+ 23.455381393432617
44
+ ],
45
+ "std": [
46
+ 16.94152069091797,
47
+ 38.493858337402344,
48
+ 54.688289642333984,
49
+ 45.879295349121094,
50
+ 29.93644905090332,
51
+ 22.332530975341797
52
+ ],
53
+ "max": [
54
+ 39.375,
55
+ 180.3515625,
56
+ 262.001953125,
57
+ 90.0,
58
+ 133.9453125,
59
+ 47.60274124145508
60
+ ],
61
+ "min": [
62
+ -32.431640625,
63
+ 34.27734375,
64
+ 8.173828125,
65
+ -88.330078125,
66
+ 2.373046875,
67
+ -3.1678080558776855
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.4695240259170532
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.48509758710861206
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.4241960942745209
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.12246233969926834
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.14038623869419098
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.14802442491054535
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.5542826652526855
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.5700938701629639
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.4877026379108429
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.14517450332641602
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.15674200654029846
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.1455545723438263
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
+ 6.899743556976318
213
+ ],
214
+ "std": [
215
+ 4.012709140777588
216
+ ],
217
+ "max": [
218
+ 14.933333396911621
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 206.99217224121094
227
+ ],
228
+ "std": [
229
+ 120.38126373291016
230
+ ],
231
+ "max": [
232
+ 448.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 2.044445037841797
241
+ ],
242
+ "std": [
243
+ 1.4165879487991333
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 1034.5006103515625
255
+ ],
256
+ "std": [
257
+ 597.557373046875
258
+ ],
259
+ "max": [
260
+ 2069.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 pen"}
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:c7c8c4e04e2b0ca5a84289fd85c87c31047aa702e90af35295e6528acbc634f4
3
+ size 3269202
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:699f71a907a331e1f6b6bf44e1df0dd8531363b5d5e0c9925aa82739f9cd3009
3
+ size 3316294
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:5d19bb2f62838a1505359ee27fd41f8a1d391f090670ff2159f13216bec53004
3
+ size 3590412
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:95920aedbecde823ab8d38946eb83687d0ec2ea92450605a87cf0ce556cdbd47
3
+ size 3781740
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:3a456279383b97e431b0e7813ec74d2fd8fba44916c00406c4f536003dc32169
3
+ size 3331485
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:cca9ecd62eeb0729b49cd8c42ce0b3874b9b9fae9ebab78243a8fe16347f3d9d
3
+ size 1461777
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:e571d484b244cc1fd6af61caf41a3f876b923efd419cb780931fd9f1b33321c5
3
+ size 1507038
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:5b0b469cc15929fc0a8969674e169cf5ffbe09d7e430559a11d82df37468c5dd
3
+ size 2114645
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:6969445a23476b73dd31eb03c8ae4c1dda1e9d50b75782b797d3c4a2d80066af
3
+ size 2002491
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:1d409bb2c5927c30d1b2e6ceae71f1e7e3013565b715d09b24d4ab4f6b8da2bd
3
+ size 1379713