meteorinc commited on
Commit
a12d5c9
·
verified ·
1 Parent(s): 1c361f7

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:bd893ee3e4aa7f1937966541fdea173c6f442f051614c76591c42b94fa74b19c
3
+ size 28364
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86eff3a2c08ab57cfc3b2814aca8e0becb32bbe2cc9bc724e0323b6c2ca1ac97
3
+ size 27848
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:365bea166fa334eb2ec6c2447dc8c3fd954e025815b22393b65cc0fd8cbdcf67
3
+ size 22731
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24113a533916c274b268eea73a278d839ef5e1b409b781ca3575ba1a96093a96
3
+ size 22237
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05bbff33490d4037e7dd60b6c201463888442e279b5268133e4b8abe0522c50
3
+ size 24501
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["example_task_description"], "length": 553}
2
+ {"episode_index": 1, "tasks": ["example_task_description"], "length": 570}
3
+ {"episode_index": 2, "tasks": ["example_task_description"], "length": 409}
4
+ {"episode_index": 3, "tasks": ["example_task_description"], "length": 410}
5
+ {"episode_index": 4, "tasks": ["example_task_description"], "length": 463}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "koch",
4
+ "total_episodes": 5,
5
+ "total_frames": 2405,
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
+ -7.998814105987549,
5
+ 101.97296905517578,
6
+ 131.03021240234375,
7
+ 7.737152576446533,
8
+ -2.404073715209961,
9
+ 24.55341911315918
10
+ ],
11
+ "std": [
12
+ 9.845125198364258,
13
+ 17.185787200927734,
14
+ 33.62541580200195,
15
+ 44.76145553588867,
16
+ 13.82294750213623,
17
+ 15.485251426696777
18
+ ],
19
+ "max": [
20
+ 17.9296875,
21
+ 129.111328125,
22
+ 177.71484375,
23
+ 73.740234375,
24
+ 31.640625,
25
+ 38.056640625
26
+ ],
27
+ "min": [
28
+ -37.529296875,
29
+ 67.236328125,
30
+ 72.509765625,
31
+ -76.552734375,
32
+ -35.244140625,
33
+ -11.162109375
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ -7.632889747619629,
39
+ 100.58001708984375,
40
+ 131.64833068847656,
41
+ 9.023168563842773,
42
+ -2.3069376945495605,
43
+ 24.784643173217773
44
+ ],
45
+ "std": [
46
+ 9.527606964111328,
47
+ 17.322368621826172,
48
+ 32.808692932128906,
49
+ 43.45905685424805,
50
+ 13.358864784240723,
51
+ 13.662576675415039
52
+ ],
53
+ "max": [
54
+ 16.5234375,
55
+ 128.232421875,
56
+ 176.1328125,
57
+ 72.94921875,
58
+ 31.11328125,
59
+ 36.826171875
60
+ ],
61
+ "min": [
62
+ -36.73828125,
63
+ 66.4453125,
64
+ 74.443359375,
65
+ -72.24609375,
66
+ -34.365234375,
67
+ -4.658203125
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.36145704984664917
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.35761985182762146
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.3645065128803253
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.2868484556674957
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.2926453649997711
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.2990874946117401
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.3935930132865906
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.3533468246459961
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.27158477902412415
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.22063598036766052
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.20669542253017426
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.21054290235042572
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.16392707824707
213
+ ],
214
+ "std": [
215
+ 4.90674352645874
216
+ ],
217
+ "max": [
218
+ 18.96666717529297
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 244.9176483154297
227
+ ],
228
+ "std": [
229
+ 147.2022705078125
230
+ ],
231
+ "max": [
232
+ 569.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.8586280345916748
241
+ ],
242
+ "std": [
243
+ 1.4412881135940552
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 1202.000244140625
255
+ ],
256
+ "std": [
257
+ 694.2635498046875
258
+ ],
259
+ "max": [
260
+ 2404.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": "example_task_description"}
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:c56c935f95203f1011edb4ce14263ce25ac7f3f4bef8fd289ce28ae8f2686125
3
+ size 11137572
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:35c7afe65e39d4d3170b6297918bf2fc1d4e0be0686c62bdd0ffb5ab3952ceb6
3
+ size 11460675
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:0df62cce0e28ea7e5a24683570168b28e5f38c3fb589fcc94c206c2c023a24e1
3
+ size 7386346
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:1fe226114e3ac954bf9aab01e515ea96c7c01903068dc47ecccc1d340405cdb1
3
+ size 7905439
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:54036d519448f0eee48f5a341494f723e5eeb5cc661bb077ceed97e014c18833
3
+ size 8631974
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:34164aaf9012d3dd6666a03df4969503f43b06a0a94960e51fde84b2abbed4b0
3
+ size 9888789
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:e31aa876bc1fef8d35a6927935b91380947ec6ae45b651fbe99f13178aea526e
3
+ size 9915786
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:86575d881d651b2b76f32dbbc783fab5518550343c3b51c274ea4d0711463ef8
3
+ size 7547531
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:acaf7a258485b8b06504871558a4c93e25f2a1aad7945c103abcc524221cf962
3
+ size 7229221
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:e114a05f84113abe75b3471c6d40acef057c2174cae3ff971ba490422a2ca3b9
3
+ size 8319902