seeingrain commited on
Commit
d911fbf
·
verified ·
1 Parent(s): 370814d

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:243779eadddac787da113f3ef3f018bff33c2f96ed55046fd2532b20cb1b871e
3
+ size 24654
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66bc5ea724a8e6b4c544ccfb010e769c10db45f7e5e749cd3cd978e1182f9b62
3
+ size 23811
data/chunk-000/episode_000002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db1505e3fc617595418c4f32297e22912117579ff7481e1cd7a4ac52bae270ed
3
+ size 22586
data/chunk-000/episode_000003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb4bbb57182205769888c72753e109432e768cf1fbcb80702c3405d8ef55ef45
3
+ size 23518
data/chunk-000/episode_000004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:150810594ac50bd01ad0be8b9ddd45b5a793d681ed2b8c9e3ccf821aa722144e
3
+ size 24472
data/chunk-000/episode_000005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf93bc0cb09061f3621bf77e97efb6bc0c74d7187d229e8bf67a90b1214b0afe
3
+ size 27433
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:203f82d192119c9588339c376e08300fa4d47740b9bd7806c1962bb130026808
3
+ size 28720
meta/episodes.jsonl ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["one_shot_learning "], "length": 441}
2
+ {"episode_index": 1, "tasks": ["one_shot_learning "], "length": 422}
3
+ {"episode_index": 2, "tasks": ["one_shot_learning "], "length": 397}
4
+ {"episode_index": 3, "tasks": ["one_shot_learning "], "length": 417}
5
+ {"episode_index": 4, "tasks": ["one_shot_learning "], "length": 422}
6
+ {"episode_index": 5, "tasks": ["one_shot_learning "], "length": 486}
7
+ {"episode_index": 6, "tasks": ["one_shot_learning "], "length": 545}
meta/info.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "koch",
4
+ "total_episodes": 7,
5
+ "total_frames": 3130,
6
+ "total_tasks": 1,
7
+ "total_videos": 14,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:7"
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
+ 10.379996299743652,
5
+ 97.52700805664062,
6
+ 102.605712890625,
7
+ 32.86494064331055,
8
+ -24.74431037902832,
9
+ 31.28624725341797
10
+ ],
11
+ "std": [
12
+ 20.668071746826172,
13
+ 30.61597442626953,
14
+ 54.148658752441406,
15
+ 43.83102035522461,
16
+ 33.37535858154297,
17
+ 17.140972137451172
18
+ ],
19
+ "max": [
20
+ 61.083984375,
21
+ 134.912109375,
22
+ 181.318359375,
23
+ 98.525390625,
24
+ 47.98828125,
25
+ 55.283203125
26
+ ],
27
+ "min": [
28
+ -44.82421875,
29
+ 45.703125,
30
+ 21.708984375,
31
+ -52.20703125,
32
+ -97.55859375,
33
+ -11.6015625
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "mean": [
38
+ 10.01607608795166,
39
+ 94.87709045410156,
40
+ 102.8907470703125,
41
+ 34.18226623535156,
42
+ -24.41185760498047,
43
+ 36.750648498535156
44
+ ],
45
+ "std": [
46
+ 20.388235092163086,
47
+ 30.070035934448242,
48
+ 51.43643569946289,
49
+ 42.45109558105469,
50
+ 33.03888702392578,
51
+ 6.5800065994262695
52
+ ],
53
+ "max": [
54
+ 59.94140625,
55
+ 129.462890625,
56
+ 175.078125,
57
+ 93.251953125,
58
+ 46.58203125,
59
+ 53.96484375
60
+ ],
61
+ "min": [
62
+ -43.857421875,
63
+ 44.296875,
64
+ 24.08203125,
65
+ -47.724609375,
66
+ -95.80078125,
67
+ 29.53125
68
+ ]
69
+ },
70
+ "observation.images.laptop": {
71
+ "mean": [
72
+ [
73
+ [
74
+ 0.5116873383522034
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.5293585062026978
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.564114511013031
85
+ ]
86
+ ]
87
+ ],
88
+ "std": [
89
+ [
90
+ [
91
+ 0.28592976927757263
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 0.2783938944339752
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 0.2624669671058655
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.4969225823879242
145
+ ]
146
+ ],
147
+ [
148
+ [
149
+ 0.49904465675354004
150
+ ]
151
+ ],
152
+ [
153
+ [
154
+ 0.5427762269973755
155
+ ]
156
+ ]
157
+ ],
158
+ "std": [
159
+ [
160
+ [
161
+ 0.27073514461517334
162
+ ]
163
+ ],
164
+ [
165
+ [
166
+ 0.2679387032985687
167
+ ]
168
+ ],
169
+ [
170
+ [
171
+ 0.25346946716308594
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.519905090332031
213
+ ],
214
+ "std": [
215
+ 4.456027984619141
216
+ ],
217
+ "max": [
218
+ 18.133333206176758
219
+ ],
220
+ "min": [
221
+ 0.0
222
+ ]
223
+ },
224
+ "frame_index": {
225
+ "mean": [
226
+ 225.5972137451172
227
+ ],
228
+ "std": [
229
+ 133.6808319091797
230
+ ],
231
+ "max": [
232
+ 544.0
233
+ ],
234
+ "min": [
235
+ 0.0
236
+ ]
237
+ },
238
+ "episode_index": {
239
+ "mean": [
240
+ 3.14856219291687
241
+ ],
242
+ "std": [
243
+ 2.05794095993042
244
+ ],
245
+ "max": [
246
+ 6.0
247
+ ],
248
+ "min": [
249
+ 0.0
250
+ ]
251
+ },
252
+ "index": {
253
+ "mean": [
254
+ 1564.499755859375
255
+ ],
256
+ "std": [
257
+ 903.55322265625
258
+ ],
259
+ "max": [
260
+ 3129.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": "one_shot_learning "}
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:6f1015b991acd1486417aad5613901cdae6638dcc5eabe97d23ba6548a7ddb95
3
+ size 7735116
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:d9774410279253d9cd9dabcf5ed3778506cb1881d8115513f1c557d09b34560c
3
+ size 7372759
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:602f9f40b0a106ab28423c5e0a18535546a778b9bf9ce9c482a45b8ffe2167c0
3
+ size 7013816
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:1681d5e0a4c2fc2859a918aaecfe2c64875af07809c5bbf73cf4d9e1a4c7dbbe
3
+ size 7326489
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:eb709fab95cc915938e60003ce89ef10d5a094229c0477e504d35cb74ac17957
3
+ size 7283954
videos/chunk-000/observation.images.laptop/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19530e1ef6f5375c08beecaf44ed0c0098b10707ce95ae8c5dd0f2659485f3d0
3
+ size 8363269
videos/chunk-000/observation.images.laptop/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b628f4167974fee78281bcb1ba674958947292e28427128bc6dd154da82dec21
3
+ size 9426866
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:a61a6bdb30e869526f95e00cfe26833f43ee8cf9ddab50877ed88472ed0b5b52
3
+ size 4988569
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:2cfa67e70ad9c8cc670b2c9583bec3ffdcc49c19d83dde15283134087c97a6fe
3
+ size 4752765
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:24c8ecb5dcac4fa68917ed2f7f450598dee5d83ec37b96ca6777e10239bfec5c
3
+ size 4459324
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:c8a11d7495c182ff6c26a19fb924a6803364cd940d1f4701fcb36ec7236dc178
3
+ size 4653477
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:6613d3735511a064fee419975b8a5c7e77f13a82f3b4f43ca1516a9f71586e25
3
+ size 4727476
videos/chunk-000/observation.images.phone/episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea40d768ad42fb0718233c0698a5b87d7665c410e2ea9ac09243f085a4ffcdb
3
+ size 5478726
videos/chunk-000/observation.images.phone/episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b038d1ab68b09fe6270e4967699cbb1c02857b391d598c30fa0e6fb670df5b7
3
+ size 6195116