ad330 commited on
Commit
2b11911
·
verified ·
1 Parent(s): 77a2c8f

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:4462fa0cfb4e24ecc55a2ec7175fe90d7f1b08932d2864ab7ce1107f27114b85
3
+ size 44502
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5bef17cc2b8a8df37fb4af41c92cc97471db42d3fde3850d6434496c3dd3c1f
3
+ size 41470
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5ea3727fad801751ebeab2d2a890ff5fe4210c59b6afff219db5b9b97d91e5e
3
+ size 42386
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12cc9ebcb8eb98e347dfca62932794ca516a443da91e3076435ca8863ce707fb
3
+ size 44564
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffa16a8b6cee90fe00b4280e45165a55122d2bd635a44b6a33645b7d12e2bbf2
3
+ size 44545
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["SINGLE_TASK"], "length": 898}
2
+ {"episode_index": 1, "tasks": ["SINGLE_TASK"], "length": 898}
3
+ {"episode_index": 2, "tasks": ["SINGLE_TASK"], "length": 898}
4
+ {"episode_index": 3, "tasks": ["SINGLE_TASK"], "length": 898}
5
+ {"episode_index": 4, "tasks": ["SINGLE_TASK"], "length": 898}
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": 4490,
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
+ 8.982120513916016,
5
+ 122.69629669189453,
6
+ 125.8551025390625,
7
+ 41.78999710083008,
8
+ -31.581220626831055,
9
+ 21.94334602355957
10
+ ],
11
+ "std": [
12
+ 20.26614761352539,
13
+ 61.02488708496094,
14
+ 45.987552642822266,
15
+ 50.40248107910156,
16
+ 34.84941482543945,
17
+ 20.938610076904297
18
+ ],
19
+ "max": [
20
+ 61.34765625,
21
+ 195.732421875,
22
+ 179.208984375,
23
+ 86.220703125,
24
+ 5.537109375,
25
+ 64.38111877441406
26
+ ],
27
+ "min": [
28
+ -13.798828125,
29
+ 36.73828125,
30
+ 38.84765625,
31
+ -80.859375,
32
+ -104.765625,
33
+ 0.08904719352722168
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 8.935169219970703,
39
+ 118.66812133789062,
40
+ 128.0736846923828,
41
+ 41.81043243408203,
42
+ -31.05437660217285,
43
+ 25.45725440979004
44
+ ],
45
+ "std": [
46
+ 19.816390991210938,
47
+ 61.403770446777344,
48
+ 45.91407775878906,
49
+ 49.460872650146484,
50
+ 34.77958297729492,
51
+ 20.374460220336914
52
+ ],
53
+ "max": [
54
+ 60.380859375,
55
+ 192.12890625,
56
+ 180.703125,
57
+ 85.78125,
58
+ 5.185546875,
59
+ 62.37113571166992
60
+ ],
61
+ "min": [
62
+ -12.568359375,
63
+ 34.453125,
64
+ 43.857421875,
65
+ -78.3984375,
66
+ -103.798828125,
67
+ 1.0309277772903442
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5557965636253357
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.4450441896915436
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.34957045316696167
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.25664830207824707
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.23308134078979492
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.19797952473163605
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.4000554084777832
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.3231658339500427
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.24395860731601715
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.22907936573028564
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.21788887679576874
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.198036327958107
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.949996948242188
213
+ ],
214
+ "std": [
215
+ 8.641002655029297
216
+ ],
217
+ "max": [
218
+ 29.899999618530273
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 448.49993896484375
227
+ ],
228
+ "std": [
229
+ 259.23004150390625
230
+ ],
231
+ "max": [
232
+ 897.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 1.9999990463256836
241
+ ],
242
+ "std": [
243
+ 1.4142134189605713
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 2244.500244140625
255
+ ],
256
+ "std": [
257
+ 1296.1513671875
258
+ ],
259
+ "max": [
260
+ 4489.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": "SINGLE_TASK"}
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:5050bfb9a9926805df8ffe9e22128b063acb4c8abfe577652e606eabb830de57
3
+ size 11173133
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:5310822b735a6a01584fd27eee28c93f100892c0b3ceade57e039a0582546ea2
3
+ size 10805647
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:9096c8c8efd29840007e12bda87b0699c865abf41da0e1d40405c98e82050f62
3
+ size 11620170
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:144fa50746fdc170dd18b03642c7b037e222481146ff9ccfcab462fd6d7e8268
3
+ size 11450538
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:fcda082a21bacbf6f32b98259c1016a38cd9e0dce4f24e141dc210df3d4e873f
3
+ size 11742791
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:ba9ac925f92d397b1a9ffb0575eb188ff55c3798e4958209ca75797094149be2
3
+ size 22510670
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:93af84cef9cd5c9ce0142262fdb67fad55aaab036c7514f130463daadb9ec628
3
+ size 22433028
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:88191a2448e5da39bed2d284617293c6d9f8af9f9f714ca153523121d8b562ef
3
+ size 22607641
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:5a2f8e6ad7c53c8e8d9971d0094b59e709e79a3d0987b5508e300884ddc1b66c
3
+ size 22549548
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:1377707f93b945f964e755c614b9ac6d66aadafcae03fc4199c8d64a7d521d2b
3
+ size 22461143