dkdltu1111 commited on
Commit
21a43db
·
verified ·
1 Parent(s): d1a710f

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:e1339826ae013de7ef79423e7ca3628f2755365fe7d33f01dbc52a9b10830028
3
+ size 16186
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc0d5098e12dfbcb7ba9e2537e2aaeec97b609594b5f3a16b1de9c3c8919fca7
3
+ size 17772
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:165273a9fb9879a70a9064ec2baa2dded9d6a4e53dd7d451ef5b73b2e4cf1c2c
3
+ size 22897
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4525ecc129ab869b0b292a3d80593bf97cb9163db05eb9a00322776a767877
3
+ size 20346
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46c844a052626f285a9df3f199c71f32140d936fe299830fffbdde25f8c8d9b9
3
+ size 20302
meta/episodes.jsonl ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["Grasp a lego block and put it in the bin."], "length": 266}
2
+ {"episode_index": 1, "tasks": ["Grasp a lego block and put it in the bin."], "length": 311}
3
+ {"episode_index": 2, "tasks": ["Grasp a lego block and put it in the bin."], "length": 441}
4
+ {"episode_index": 3, "tasks": ["Grasp a lego block and put it in the bin."], "length": 364}
5
+ {"episode_index": 4, "tasks": ["Grasp a lego block and put it in the bin."], "length": 364}
meta/info.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "koch",
4
+ "total_episodes": 5,
5
+ "total_frames": 1746,
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
+ 5
21
+ ],
22
+ "names": [
23
+ "main_shoulder_pan",
24
+ "main_shoulder_lift",
25
+ "main_elbow_flex",
26
+ "main_wrist_flex",
27
+ "main_gripper"
28
+ ]
29
+ },
30
+ "observation.state": {
31
+ "dtype": "float32",
32
+ "shape": [
33
+ 5
34
+ ],
35
+ "names": [
36
+ "main_shoulder_pan",
37
+ "main_shoulder_lift",
38
+ "main_elbow_flex",
39
+ "main_wrist_flex",
40
+ "main_gripper"
41
+ ]
42
+ },
43
+ "observation.images.laptop": {
44
+ "dtype": "video",
45
+ "shape": [
46
+ 480,
47
+ 640,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channels"
54
+ ],
55
+ "info": {
56
+ "video.fps": 30.0,
57
+ "video.height": 480,
58
+ "video.width": 640,
59
+ "video.channels": 3,
60
+ "video.codec": "h264",
61
+ "video.pix_fmt": "yuv420p",
62
+ "video.is_depth_map": false,
63
+ "has_audio": false
64
+ }
65
+ },
66
+ "observation.images.phone": {
67
+ "dtype": "video",
68
+ "shape": [
69
+ 480,
70
+ 640,
71
+ 3
72
+ ],
73
+ "names": [
74
+ "height",
75
+ "width",
76
+ "channels"
77
+ ],
78
+ "info": {
79
+ "video.fps": 30.0,
80
+ "video.height": 480,
81
+ "video.width": 640,
82
+ "video.channels": 3,
83
+ "video.codec": "h264",
84
+ "video.pix_fmt": "yuv420p",
85
+ "video.is_depth_map": false,
86
+ "has_audio": false
87
+ }
88
+ },
89
+ "timestamp": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null
95
+ },
96
+ "frame_index": {
97
+ "dtype": "int64",
98
+ "shape": [
99
+ 1
100
+ ],
101
+ "names": null
102
+ },
103
+ "episode_index": {
104
+ "dtype": "int64",
105
+ "shape": [
106
+ 1
107
+ ],
108
+ "names": null
109
+ },
110
+ "index": {
111
+ "dtype": "int64",
112
+ "shape": [
113
+ 1
114
+ ],
115
+ "names": null
116
+ },
117
+ "task_index": {
118
+ "dtype": "int64",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": null
123
+ }
124
+ }
125
+ }
meta/stats.json ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action": {
3
+ "mean": [
4
+ 63.76527786254883,
5
+ 122.26211547851562,
6
+ 116.02436065673828,
7
+ 63.39923858642578,
8
+ 169.462158203125
9
+ ],
10
+ "std": [
11
+ 29.23150062561035,
12
+ 26.109201431274414,
13
+ 34.56534957885742,
14
+ 30.669687271118164,
15
+ 45.66460037231445
16
+ ],
17
+ "max": [
18
+ 97.119140625,
19
+ 181.318359375,
20
+ 178.9453125,
21
+ 123.75,
22
+ 238.18359375
23
+ ],
24
+ "min": [
25
+ 11.337890625,
26
+ 63.6328125,
27
+ 50.712890625,
28
+ -1.669921875,
29
+ 123.57421875
30
+ ]
31
+ },
32
+ "observation.state": {
33
+ "mean": [
34
+ 63.24721908569336,
35
+ 120.88909912109375,
36
+ 116.43611145019531,
37
+ 63.18390655517578,
38
+ 168.85496520996094
39
+ ],
40
+ "std": [
41
+ 29.235462188720703,
42
+ 26.579376220703125,
43
+ 34.07170867919922,
44
+ 30.601884841918945,
45
+ 45.42685317993164
46
+ ],
47
+ "max": [
48
+ 97.119140625,
49
+ 180.791015625,
50
+ 177.626953125,
51
+ 122.87109375,
52
+ 234.228515625
53
+ ],
54
+ "min": [
55
+ 10.72265625,
56
+ 62.578125,
57
+ 51.591796875,
58
+ -0.3515625,
59
+ 122.87109375
60
+ ]
61
+ },
62
+ "observation.images.laptop": {
63
+ "mean": [
64
+ [
65
+ [
66
+ 0.4373512268066406
67
+ ]
68
+ ],
69
+ [
70
+ [
71
+ 0.42516255378723145
72
+ ]
73
+ ],
74
+ [
75
+ [
76
+ 0.4310202896595001
77
+ ]
78
+ ]
79
+ ],
80
+ "std": [
81
+ [
82
+ [
83
+ 0.2573291063308716
84
+ ]
85
+ ],
86
+ [
87
+ [
88
+ 0.25643065571784973
89
+ ]
90
+ ],
91
+ [
92
+ [
93
+ 0.25488245487213135
94
+ ]
95
+ ]
96
+ ],
97
+ "max": [
98
+ [
99
+ [
100
+ 1.0
101
+ ]
102
+ ],
103
+ [
104
+ [
105
+ 1.0
106
+ ]
107
+ ],
108
+ [
109
+ [
110
+ 1.0
111
+ ]
112
+ ]
113
+ ],
114
+ "min": [
115
+ [
116
+ [
117
+ 0.0
118
+ ]
119
+ ],
120
+ [
121
+ [
122
+ 0.0
123
+ ]
124
+ ],
125
+ [
126
+ [
127
+ 0.0
128
+ ]
129
+ ]
130
+ ]
131
+ },
132
+ "observation.images.phone": {
133
+ "mean": [
134
+ [
135
+ [
136
+ 0.5510498285293579
137
+ ]
138
+ ],
139
+ [
140
+ [
141
+ 0.5717480182647705
142
+ ]
143
+ ],
144
+ [
145
+ [
146
+ 0.577296257019043
147
+ ]
148
+ ]
149
+ ],
150
+ "std": [
151
+ [
152
+ [
153
+ 0.2067980170249939
154
+ ]
155
+ ],
156
+ [
157
+ [
158
+ 0.21037785708904266
159
+ ]
160
+ ],
161
+ [
162
+ [
163
+ 0.21543875336647034
164
+ ]
165
+ ]
166
+ ],
167
+ "max": [
168
+ [
169
+ [
170
+ 1.0
171
+ ]
172
+ ],
173
+ [
174
+ [
175
+ 1.0
176
+ ]
177
+ ],
178
+ [
179
+ [
180
+ 1.0
181
+ ]
182
+ ]
183
+ ],
184
+ "min": [
185
+ [
186
+ [
187
+ 0.0
188
+ ]
189
+ ],
190
+ [
191
+ [
192
+ 0.0
193
+ ]
194
+ ],
195
+ [
196
+ [
197
+ 0.0
198
+ ]
199
+ ]
200
+ ]
201
+ },
202
+ "timestamp": {
203
+ "mean": [
204
+ 5.967966079711914
205
+ ],
206
+ "std": [
207
+ 3.634748935699463
208
+ ],
209
+ "max": [
210
+ 14.666666984558105
211
+ ],
212
+ "min": [
213
+ 0.0
214
+ ]
215
+ },
216
+ "frame_index": {
217
+ "mean": [
218
+ 179.03895568847656
219
+ ],
220
+ "std": [
221
+ 109.0424575805664
222
+ ],
223
+ "max": [
224
+ 440.0
225
+ ],
226
+ "min": [
227
+ 0.0
228
+ ]
229
+ },
230
+ "episode_index": {
231
+ "mean": [
232
+ 2.1426126956939697
233
+ ],
234
+ "std": [
235
+ 1.345198392868042
236
+ ],
237
+ "max": [
238
+ 4.0
239
+ ],
240
+ "min": [
241
+ 0.0
242
+ ]
243
+ },
244
+ "index": {
245
+ "mean": [
246
+ 872.5
247
+ ],
248
+ "std": [
249
+ 504.0267639160156
250
+ ],
251
+ "max": [
252
+ 1745.0
253
+ ],
254
+ "min": [
255
+ 0.0
256
+ ]
257
+ },
258
+ "task_index": {
259
+ "mean": [
260
+ 0.0
261
+ ],
262
+ "std": [
263
+ 0.0
264
+ ],
265
+ "max": [
266
+ 0.0
267
+ ],
268
+ "min": [
269
+ 0.0
270
+ ]
271
+ }
272
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Grasp a lego block and put it in the bin."}
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:16b5b6cfbbda9e590eb24dc1b44240604641df74a1a2c05f5c2f93d17e27014b
3
+ size 1496934
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:6f7e8fb2df9204db11de0eb5231aa2de0b642666d43dfe349536c6410901f8b3
3
+ size 1737001
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:845e9f6c919bf3655ca90392c81bf182b955a1a22ceea36abb4109f1264c4a0e
3
+ size 2470264
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:73726d7263be748099daa2bc339dac5e37da9fe64b45ce4cceaa19cdb8c2441e
3
+ size 2067700
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:fdf9925051e0fbe93ca4094a1eb0273e3035297f54e69108603b114a8c6d43f3
3
+ size 2060944
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:101ecaa187683965b72058145fade11d313de211faace20325e856c8f577ef67
3
+ size 507669
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:f729ad90075d6e75bd98c15e570cb94000a0d6173ef65e6f43180b01cb77395e
3
+ size 547751
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:3781fee78f19bb7b3fea98b3838c9019624b4f828863fccb2ee9591183d67141
3
+ size 979119
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:8c5d6b31b3c8350f7a32b818688b248dad5faaba583b21f55a19fac0861efb35
3
+ size 687834
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:dff2ca914d5df31cdf3ab8babd620c9a26a8fe00b29a75aff435e9852eac45a6
3
+ size 731582