DuckZH commited on
Commit
da9217f
·
verified ·
1 Parent(s): f2efe8f

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:25ce997485bc0a09071e745e0c87aa8d6a2e215c293854e8288fab1a6b7902c4
3
+ size 70744
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e79c38f3175219d493c4a62ef89b77994d27882fb1af311b7c4906479e1414c7
3
+ size 67519
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:173d8aa319549452e44bdcef2d3abcf9639242a9ca1445f1808c14ad0ef5cbec
3
+ size 62513
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb864149312e3e6e7042394733ff6338c31bd301343bdbcba3e06352c9d5f37
3
+ size 52346
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f2e45f65a00ce0e74595aba622e05fcb68faa006343c7999dcdd4360d2c725
3
+ size 59660
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a red box."], "length": 1231}
2
+ {"episode_index": 1, "tasks": ["Grasp a red box."], "length": 1231}
3
+ {"episode_index": 2, "tasks": ["Grasp a red box."], "length": 1229}
4
+ {"episode_index": 3, "tasks": ["Grasp a red box."], "length": 1231}
5
+ {"episode_index": 4, "tasks": ["Grasp a red box."], "length": 1231}
meta/info.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "lebai",
4
+ "total_episodes": 5,
5
+ "total_frames": 6153,
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
+ 7
21
+ ],
22
+ "names": [
23
+ "main_joint_1",
24
+ "main_joint_2",
25
+ "main_joint_3",
26
+ "main_joint_4",
27
+ "main_joint_5",
28
+ "main_joint_6",
29
+ "main_gripper"
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "dtype": "float32",
34
+ "shape": [
35
+ 7
36
+ ],
37
+ "names": [
38
+ "main_joint_1",
39
+ "main_joint_2",
40
+ "main_joint_3",
41
+ "main_joint_4",
42
+ "main_joint_5",
43
+ "main_joint_6",
44
+ "main_gripper"
45
+ ]
46
+ },
47
+ "observation.images.wrist": {
48
+ "dtype": "video",
49
+ "shape": [
50
+ 480,
51
+ 640,
52
+ 3
53
+ ],
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "info": {
60
+ "video.fps": 30.0,
61
+ "video.height": 480,
62
+ "video.width": 640,
63
+ "video.channels": 3,
64
+ "video.codec": "h264",
65
+ "video.pix_fmt": "yuv420p",
66
+ "video.is_depth_map": false,
67
+ "has_audio": false
68
+ }
69
+ },
70
+ "observation.images.top": {
71
+ "dtype": "video",
72
+ "shape": [
73
+ 480,
74
+ 640,
75
+ 3
76
+ ],
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "info": {
83
+ "video.fps": 30.0,
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.channels": 3,
87
+ "video.codec": "h264",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "has_audio": false
91
+ }
92
+ },
93
+ "timestamp": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 1
97
+ ],
98
+ "names": null
99
+ },
100
+ "frame_index": {
101
+ "dtype": "int64",
102
+ "shape": [
103
+ 1
104
+ ],
105
+ "names": null
106
+ },
107
+ "episode_index": {
108
+ "dtype": "int64",
109
+ "shape": [
110
+ 1
111
+ ],
112
+ "names": null
113
+ },
114
+ "index": {
115
+ "dtype": "int64",
116
+ "shape": [
117
+ 1
118
+ ],
119
+ "names": null
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null
127
+ }
128
+ }
129
+ }
meta/stats.json ADDED
@@ -0,0 +1,288 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 3.7580223083496094,
5
+ -1.6837279796600342,
6
+ -2.0652568340301514,
7
+ -2.6238133907318115,
8
+ -0.9196906685829163,
9
+ 0.15151959657669067,
10
+ 27.40125846862793
11
+ ],
12
+ "std": [
13
+ 0.4431355595588684,
14
+ 0.29323944449424744,
15
+ 0.1835467666387558,
16
+ 0.2498084157705307,
17
+ 0.5126583576202393,
18
+ 0.12991797924041748,
19
+ 44.601539611816406
20
+ ],
21
+ "max": [
22
+ 4.256824016571045,
23
+ -1.2676506042480469,
24
+ -1.4069371223449707,
25
+ -1.7197060585021973,
26
+ -0.30287858843803406,
27
+ 0.49251189827919006,
28
+ 100.0
29
+ ],
30
+ "min": [
31
+ 3.1415927410125732,
32
+ -2.312244176864624,
33
+ -2.4346630573272705,
34
+ -3.2447047233581543,
35
+ -1.7296591997146606,
36
+ -0.15230989456176758,
37
+ 0.0
38
+ ]
39
+ },
40
+ "observation.state": {
41
+ "mean": [
42
+ 214365.015625,
43
+ -96243.25,
44
+ -118038.828125,
45
+ -150291.453125,
46
+ -53796.9765625,
47
+ 8614.26953125,
48
+ 46.4472770690918
49
+ ],
50
+ "std": [
51
+ 24715.990234375,
52
+ 17030.07421875,
53
+ 10165.33203125,
54
+ 13959.677734375,
55
+ 28616.048828125,
56
+ 7207.42431640625,
57
+ 36.01554870605469
58
+ ],
59
+ "max": [
60
+ 244031.1875,
61
+ -72667.453125,
62
+ -80642.078125,
63
+ -112304.25,
64
+ -17427.658203125,
65
+ 26732.302734375,
66
+ 99.0
67
+ ],
68
+ "min": [
69
+ 179997.875,
70
+ -132336.984375,
71
+ -135755.46875,
72
+ -186059.90625,
73
+ -99218.390625,
74
+ -4281.34521484375,
75
+ 0.0
76
+ ]
77
+ },
78
+ "observation.images.wrist": {
79
+ "mean": [
80
+ [
81
+ [
82
+ 0.5757025480270386
83
+ ]
84
+ ],
85
+ [
86
+ [
87
+ 0.5492191314697266
88
+ ]
89
+ ],
90
+ [
91
+ [
92
+ 0.5564343333244324
93
+ ]
94
+ ]
95
+ ],
96
+ "std": [
97
+ [
98
+ [
99
+ 0.2144010365009308
100
+ ]
101
+ ],
102
+ [
103
+ [
104
+ 0.22486023604869843
105
+ ]
106
+ ],
107
+ [
108
+ [
109
+ 0.22378145158290863
110
+ ]
111
+ ]
112
+ ],
113
+ "max": [
114
+ [
115
+ [
116
+ 1.0
117
+ ]
118
+ ],
119
+ [
120
+ [
121
+ 1.0
122
+ ]
123
+ ],
124
+ [
125
+ [
126
+ 1.0
127
+ ]
128
+ ]
129
+ ],
130
+ "min": [
131
+ [
132
+ [
133
+ 0.0
134
+ ]
135
+ ],
136
+ [
137
+ [
138
+ 0.0
139
+ ]
140
+ ],
141
+ [
142
+ [
143
+ 0.0
144
+ ]
145
+ ]
146
+ ]
147
+ },
148
+ "observation.images.top": {
149
+ "mean": [
150
+ [
151
+ [
152
+ 0.495962530374527
153
+ ]
154
+ ],
155
+ [
156
+ [
157
+ 0.5764131546020508
158
+ ]
159
+ ],
160
+ [
161
+ [
162
+ 0.5626289248466492
163
+ ]
164
+ ]
165
+ ],
166
+ "std": [
167
+ [
168
+ [
169
+ 0.2466905564069748
170
+ ]
171
+ ],
172
+ [
173
+ [
174
+ 0.21139051020145416
175
+ ]
176
+ ],
177
+ [
178
+ [
179
+ 0.2087235450744629
180
+ ]
181
+ ]
182
+ ],
183
+ "max": [
184
+ [
185
+ [
186
+ 1.0
187
+ ]
188
+ ],
189
+ [
190
+ [
191
+ 1.0
192
+ ]
193
+ ],
194
+ [
195
+ [
196
+ 1.0
197
+ ]
198
+ ]
199
+ ],
200
+ "min": [
201
+ [
202
+ [
203
+ 0.0
204
+ ]
205
+ ],
206
+ [
207
+ [
208
+ 0.0
209
+ ]
210
+ ],
211
+ [
212
+ [
213
+ 0.0
214
+ ]
215
+ ]
216
+ ]
217
+ },
218
+ "timestamp": {
219
+ "mean": [
220
+ 20.493349075317383
221
+ ],
222
+ "std": [
223
+ 11.84146499633789
224
+ ],
225
+ "max": [
226
+ 41.0
227
+ ],
228
+ "min": [
229
+ 0.0
230
+ ]
231
+ },
232
+ "frame_index": {
233
+ "mean": [
234
+ 614.8006591796875
235
+ ],
236
+ "std": [
237
+ 355.2439270019531
238
+ ],
239
+ "max": [
240
+ 1230.0
241
+ ],
242
+ "min": [
243
+ 0.0
244
+ ]
245
+ },
246
+ "episode_index": {
247
+ "mean": [
248
+ 2.0000014305114746
249
+ ],
250
+ "std": [
251
+ 1.4144437313079834
252
+ ],
253
+ "max": [
254
+ 4.0
255
+ ],
256
+ "min": [
257
+ 0.0
258
+ ]
259
+ },
260
+ "index": {
261
+ "mean": [
262
+ 3075.999755859375
263
+ ],
264
+ "std": [
265
+ 1776.2177734375
266
+ ],
267
+ "max": [
268
+ 6152.0
269
+ ],
270
+ "min": [
271
+ 0.0
272
+ ]
273
+ },
274
+ "task_index": {
275
+ "mean": [
276
+ 0.0
277
+ ],
278
+ "std": [
279
+ 0.0
280
+ ],
281
+ "max": [
282
+ 0.0
283
+ ],
284
+ "min": [
285
+ 0.0
286
+ ]
287
+ }
288
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a red box."}
videos/chunk-000/observation.images.top/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ab296b55e3d4af3555f9451e5f24eff0c938a338f6d76134013b3f388ee6f1
3
+ size 16907674
videos/chunk-000/observation.images.top/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cd05b17b96ceb0930a2771d30c7e2d6bd9335438938a6883794cd1ba12ec2bd
3
+ size 16888230
videos/chunk-000/observation.images.top/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5348e1924f88e220613dd04d16bd5f83c9be274808869b7e9bcaeaab749bf0e
3
+ size 16954021
videos/chunk-000/observation.images.top/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a665848c517c3c3cc8b8d3e131cd714bed480e62e8ea260d61c992fdc419279
3
+ size 16648085
videos/chunk-000/observation.images.top/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:822ef9fb3fc6cd5d85ad2e34163fb76d4175b4765756a04d038f01e270b3caaa
3
+ size 17148563
videos/chunk-000/observation.images.wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:873bb09c2b9d47b06b615a3054a45644b693b219849109f25f40ab0466e45260
3
+ size 11911326
videos/chunk-000/observation.images.wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09521c1afe670f363579d45ea0d65460535b1bffd3358eb70831b8478f94b217
3
+ size 11835113
videos/chunk-000/observation.images.wrist/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dad7af28e19c72b7351529984ca3fb10efabae4d39f4eef351616f3eb8f2bc7
3
+ size 11774927
videos/chunk-000/observation.images.wrist/episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45f5a2c20b3396807ba82fed3f3a93dfe77afbcbb5b6fa1c7ce740ba9ba94c69
3
+ size 12230796
videos/chunk-000/observation.images.wrist/episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d8df0e80ec58ef03f886a4cc7c4d49b2c9c418380193d4b70fa13478690e62
3
+ size 12045248