pdd46465 commited on
Commit
145ff92
1 Parent(s): 45f0c37

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:005961bf7e12a58091e118440796cc8c222f2fd9cca31fe56e0ad46d9093361b
3
+ size 22122
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8200b494b7e79d31ed3d08eda8660cf44226a9616d94ec52ffbf39118529a4ed
3
+ size 24047
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c37d815290f2c32003884e8e21f783a89b24b6a498a43e3f81743609444286ab
3
+ size 24447
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21cc4e7400b756aa4bfd8edfc0c431de446177f3ac46b070dfe51323f1231b29
3
+ size 25193
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe4fe0184437acccd96b8cd458e8b1ee55fb9ef5a7dce5de10b38ebd595e094
3
+ size 29678
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["DP"], "length": 402}
2
+ {"episode_index": 1, "tasks": ["DP"], "length": 394}
3
+ {"episode_index": 2, "tasks": ["DP"], "length": 443}
4
+ {"episode_index": 3, "tasks": ["DP"], "length": 448}
5
+ {"episode_index": 4, "tasks": ["DP"], "length": 499}
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": 2186,
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
+ 18.793642044067383,
5
+ 150.55624389648438,
6
+ 149.8469696044922,
7
+ 77.65696716308594,
8
+ 78.04877471923828,
9
+ 14.457785606384277
10
+ ],
11
+ "std": [
12
+ 26.74757957458496,
13
+ 36.456268310546875,
14
+ 24.861526489257812,
15
+ 11.484010696411133,
16
+ 18.097936630249023,
17
+ 16.790803909301758
18
+ ],
19
+ "max": [
20
+ 75.673828125,
21
+ 191.6015625,
22
+ 180.703125,
23
+ 103.798828125,
24
+ 109.3359375,
25
+ 63.98147964477539
26
+ ],
27
+ "min": [
28
+ -23.90625,
29
+ 79.8046875,
30
+ 107.9296875,
31
+ 42.5390625,
32
+ 38.408203125,
33
+ -0.18518517911434174
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 18.699798583984375,
39
+ 148.7728271484375,
40
+ 150.60476684570312,
41
+ 77.36506652832031,
42
+ 77.56482696533203,
43
+ 16.789445877075195
44
+ ],
45
+ "std": [
46
+ 26.25264549255371,
47
+ 35.979209899902344,
48
+ 24.15303611755371,
49
+ 11.384285926818848,
50
+ 18.169986724853516,
51
+ 14.957094192504883
52
+ ],
53
+ "max": [
54
+ 74.970703125,
55
+ 188.701171875,
56
+ 180.703125,
57
+ 102.919921875,
58
+ 108.544921875,
59
+ 59.098785400390625
60
+ ],
61
+ "min": [
62
+ -22.587890625,
63
+ 78.3984375,
64
+ 110.126953125,
65
+ 42.71484375,
66
+ 38.3203125,
67
+ 1.386481761932373
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.49540555477142334
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.515049934387207
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.5366896986961365
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.30939415097236633
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.3022201359272003
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.333509624004364
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.5471982359886169
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.5467597842216492
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.5585166215896606
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.2992277145385742
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.2797797918319702
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.30404868721961975
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
+ 7.323939800262451
213
+ ],
214
+ "std": [
215
+ 4.301253318786621
216
+ ],
217
+ "max": [
218
+ 16.600000381469727
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 219.7181854248047
227
+ ],
228
+ "std": [
229
+ 129.03758239746094
230
+ ],
231
+ "max": [
232
+ 498.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 2.1134486198425293
241
+ ],
242
+ "std": [
243
+ 1.4216121435165405
244
+ ],
245
+ "max": [
246
+ 4.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 1092.499755859375
255
+ ],
256
+ "std": [
257
+ 631.0437622070312
258
+ ],
259
+ "max": [
260
+ 2185.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": "DP"}
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:6f181769fde910ff6f6ccc001bda2debe9c1fe33dab04f7c6f8ed5da417e5629
3
+ size 5087556
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:55c5e0a15781465b497c12e65a3ee377e268b9e761ba58efe7c3f4c23fb3dc04
3
+ size 4891164
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:5b40c50a6cb025cc16280a1b5ca400b50794b908b90509906cb7db373445c8c7
3
+ size 5504002
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:7fe2f5202647234b1aa1d5251d7d70ab28041def9fc9701043f626008337dea5
3
+ size 5404178
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:b730cba1efb41b799cf269b94d398910d2e7943769fe33a38c1d19eaf46675a3
3
+ size 5982187
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:c2a7ec82b3bc9e0e4b984eaae58de3472509343eb6dbfaf9f8177fc7281d2215
3
+ size 1674149
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:a1c40a11a0416ab89b0dda878491cb3ca023644ee8751db3c20180e05191e17d
3
+ size 1620630
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:b5757190e19463e38fab9d8c8c4e18766756d28f9f017f52c84c37f03301cf6b
3
+ size 1848218
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:a9ba78198c5f1c16773ad86f80ecd233d1cfa8efa06c1caa501d8116679c6447
3
+ size 2037757
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:409f14de91e7a1dcaa48c11de41743582fccbf10bf43994e5e2c0b286c1bb115
3
+ size 2039805