IMsubin commited on
Commit
b51c624
·
verified ·
1 Parent(s): 647742d

Upload folder using huggingface_hub

Browse files
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e3e851e4346f6c190180464191335fdaf609611296698b4519d79b88a8e669
3
+ size 3294625
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0e6ba122a22d5c83dd98f6d8149443e4374b818219ae5fca2ca9afd47e79365
3
+ size 135081
meta/info.json CHANGED
@@ -1,121 +1,128 @@
1
  {
2
- "codebase_version": "v2.1",
3
- "robot_type": "omx_f",
4
- "total_episodes": 172,
5
- "total_frames": 130664,
6
- "total_tasks": 1,
7
- "total_videos": 344,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:171"
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
- "timestamp": {
18
- "dtype": "float32",
19
- "shape": [
20
- 1
21
- ],
22
- "names": null
23
  },
24
- "frame_index": {
25
- "dtype": "int64",
26
- "shape": [
27
- 1
28
- ],
29
- "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  },
31
- "episode_index": {
32
- "dtype": "int64",
33
- "shape": [
34
- 1
35
- ],
36
- "names": null
37
- },
38
- "index": {
39
- "dtype": "int64",
40
- "shape": [
41
- 1
42
- ],
43
- "names": null
44
- },
45
- "task_index": {
46
- "dtype": "int64",
47
- "shape": [
48
- 1
49
- ],
50
- "names": null
51
- },
52
- "observation.images.wrist_cam": {
53
- "dtype": "video",
54
- "names": [
55
- "height",
56
- "width",
57
- "channels"
58
- ],
59
- "shape": [
60
- 480,
61
- 640,
62
- 3
63
- ],
64
- "info": {
65
- "video.height": 480,
66
- "video.width": 640,
67
- "video.channels": 3,
68
- "video.codec": "libx264",
69
- "video.pix_fmt": "yuv420p"
70
- }
71
- },
72
- "observation.images.top_cam": {
73
- "dtype": "video",
74
- "names": [
75
- "height",
76
- "width",
77
- "channels"
78
- ],
79
- "shape": [
80
- 480,
81
- 640,
82
- 3
83
- ],
84
- "info": {
85
- "video.height": 480,
86
- "video.width": 640,
87
- "video.channels": 3,
88
- "video.codec": "libx264",
89
- "video.pix_fmt": "yuv420p"
90
- }
91
- },
92
- "observation.state": {
93
- "dtype": "float32",
94
- "names": [
95
- "joint1",
96
- "joint2",
97
- "joint3",
98
- "joint4",
99
- "joint5",
100
- "gripper_joint_1"
101
- ],
102
- "shape": [
103
- 6
104
- ]
105
- },
106
- "action": {
107
- "dtype": "float32",
108
- "names": [
109
- "joint1",
110
- "joint2",
111
- "joint3",
112
- "joint4",
113
- "joint5",
114
- "gripper_joint_1"
115
- ],
116
- "shape": [
117
- 6
118
- ]
119
- }
120
- }
121
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "omx_f",
4
+ "total_episodes": 172,
5
+ "total_frames": 130664,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:171"
 
 
 
 
 
 
 
 
 
 
 
 
11
  },
12
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
+ "features": {
15
+ "timestamp": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 1
19
+ ],
20
+ "names": null,
21
+ "fps": 30
22
+ },
23
+ "frame_index": {
24
+ "dtype": "int64",
25
+ "shape": [
26
+ 1
27
+ ],
28
+ "names": null,
29
+ "fps": 30
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null,
37
+ "fps": 30
38
+ },
39
+ "index": {
40
+ "dtype": "int64",
41
+ "shape": [
42
+ 1
43
+ ],
44
+ "names": null,
45
+ "fps": 30
46
+ },
47
+ "task_index": {
48
+ "dtype": "int64",
49
+ "shape": [
50
+ 1
51
+ ],
52
+ "names": null,
53
+ "fps": 30
54
+ },
55
+ "observation.images.wrist_cam": {
56
+ "dtype": "video",
57
+ "names": [
58
+ "height",
59
+ "width",
60
+ "channels"
61
+ ],
62
+ "shape": [
63
+ 480,
64
+ 640,
65
+ 3
66
+ ],
67
+ "info": {
68
+ "video.height": 480,
69
+ "video.width": 640,
70
+ "video.channels": 3,
71
+ "video.codec": "libx264",
72
+ "video.pix_fmt": "yuv420p"
73
+ }
74
+ },
75
+ "observation.images.top_cam": {
76
+ "dtype": "video",
77
+ "names": [
78
+ "height",
79
+ "width",
80
+ "channels"
81
+ ],
82
+ "shape": [
83
+ 480,
84
+ 640,
85
+ 3
86
+ ],
87
+ "info": {
88
+ "video.height": 480,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "libx264",
92
+ "video.pix_fmt": "yuv420p"
93
+ }
94
+ },
95
+ "observation.state": {
96
+ "dtype": "float32",
97
+ "names": [
98
+ "joint1",
99
+ "joint2",
100
+ "joint3",
101
+ "joint4",
102
+ "joint5",
103
+ "gripper_joint_1"
104
+ ],
105
+ "shape": [
106
+ 6
107
+ ],
108
+ "fps": 30
109
+ },
110
+ "action": {
111
+ "dtype": "float32",
112
+ "names": [
113
+ "joint1",
114
+ "joint2",
115
+ "joint3",
116
+ "joint4",
117
+ "joint5",
118
+ "gripper_joint_1"
119
+ ],
120
+ "shape": [
121
+ 6
122
+ ],
123
+ "fps": 30
124
+ }
125
  },
126
+ "data_files_size_in_mb": 100,
127
+ "video_files_size_in_mb": 200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  }
meta/stats.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "index": {
3
+ "min": [
4
+ 803
5
+ ],
6
+ "max": [
7
+ 135314
8
+ ],
9
+ "mean": [
10
+ 68387.96472632095
11
+ ],
12
+ "std": [
13
+ 39113.81155700876
14
+ ],
15
+ "count": [
16
+ 130664
17
+ ]
18
+ },
19
+ "observation.images.top_cam": {
20
+ "min": [
21
+ [
22
+ [
23
+ 0.0
24
+ ]
25
+ ],
26
+ [
27
+ [
28
+ 0.0
29
+ ]
30
+ ],
31
+ [
32
+ [
33
+ 0.0
34
+ ]
35
+ ]
36
+ ],
37
+ "max": [
38
+ [
39
+ [
40
+ 1.0
41
+ ]
42
+ ],
43
+ [
44
+ [
45
+ 1.0
46
+ ]
47
+ ],
48
+ [
49
+ [
50
+ 1.0
51
+ ]
52
+ ]
53
+ ],
54
+ "mean": [
55
+ [
56
+ [
57
+ 0.6197153876632833
58
+ ]
59
+ ],
60
+ [
61
+ [
62
+ 0.6234753771484001
63
+ ]
64
+ ],
65
+ [
66
+ [
67
+ 0.6102799809064052
68
+ ]
69
+ ]
70
+ ],
71
+ "std": [
72
+ [
73
+ [
74
+ 0.29098782746088225
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.30381061569468437
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.31156531185412023
85
+ ]
86
+ ]
87
+ ],
88
+ "count": [
89
+ 24803
90
+ ]
91
+ },
92
+ "task_index": {
93
+ "min": [
94
+ 0
95
+ ],
96
+ "max": [
97
+ 0
98
+ ],
99
+ "mean": [
100
+ 0.0
101
+ ],
102
+ "std": [
103
+ 0.0
104
+ ],
105
+ "count": [
106
+ 130664
107
+ ]
108
+ },
109
+ "frame_index": {
110
+ "min": [
111
+ 0
112
+ ],
113
+ "max": [
114
+ 896
115
+ ],
116
+ "mean": [
117
+ 380.93699871425946
118
+ ],
119
+ "std": [
120
+ 222.03181571945495
121
+ ],
122
+ "count": [
123
+ 130664
124
+ ]
125
+ },
126
+ "timestamp": {
127
+ "min": [
128
+ 0.0
129
+ ],
130
+ "max": [
131
+ 29.866666666666667
132
+ ],
133
+ "mean": [
134
+ 12.697899957141981
135
+ ],
136
+ "std": [
137
+ 7.401060523981832
138
+ ],
139
+ "count": [
140
+ 130664
141
+ ]
142
+ },
143
+ "action": {
144
+ "min": [
145
+ -1.035436987876892,
146
+ -2.1813206672668457,
147
+ -1.5339807271957397,
148
+ 0.5647807121276855,
149
+ -0.6381360292434692,
150
+ 0.003067961661145091
151
+ ],
152
+ "max": [
153
+ 1.2953122854232788,
154
+ 1.0359429121017456,
155
+ 1.7511271238327026,
156
+ 1.858558177947998,
157
+ 0.9499979615211487,
158
+ 0.7286408543586731
159
+ ],
160
+ "mean": [
161
+ -0.006226639393620444,
162
+ -0.3785884017516506,
163
+ 0.18380908299904947,
164
+ 1.3662792206903525,
165
+ 0.0713740810689491,
166
+ 0.36959494974721685
167
+ ],
168
+ "std": [
169
+ 0.3249824748107551,
170
+ 0.8458856476512768,
171
+ 0.9083376616668141,
172
+ 0.26464856654558166,
173
+ 0.1966201669323917,
174
+ 0.2697565184102229
175
+ ],
176
+ "count": [
177
+ 130664
178
+ ]
179
+ },
180
+ "observation.state": {
181
+ "min": [
182
+ -1.023165225982666,
183
+ -1.9036701917648315,
184
+ -1.5048351287841797,
185
+ 0.5831974744796753,
186
+ -0.6273981332778931,
187
+ -0.0015339808305725455
188
+ ],
189
+ "max": [
190
+ 1.290708065032959,
191
+ 1.060498595237732,
192
+ 1.7066199779510498,
193
+ 1.8416762351989746,
194
+ 0.9377201199531555,
195
+ 0.7167189717292786
196
+ ],
197
+ "mean": [
198
+ -0.006447658207865033,
199
+ -0.32580239029367086,
200
+ 0.20235552185121633,
201
+ 1.3745672720807915,
202
+ 0.0720918384709456,
203
+ 0.41193771698112247
204
+ ],
205
+ "std": [
206
+ 0.3245985241935598,
207
+ 0.7984369504217228,
208
+ 0.8935354425024951,
209
+ 0.2578000185761283,
210
+ 0.1941404847438583,
211
+ 0.20464484234554245
212
+ ],
213
+ "count": [
214
+ 130664
215
+ ]
216
+ },
217
+ "observation.images.wrist_cam": {
218
+ "min": [
219
+ [
220
+ [
221
+ 0.0
222
+ ]
223
+ ],
224
+ [
225
+ [
226
+ 0.0
227
+ ]
228
+ ],
229
+ [
230
+ [
231
+ 0.0
232
+ ]
233
+ ]
234
+ ],
235
+ "max": [
236
+ [
237
+ [
238
+ 1.0
239
+ ]
240
+ ],
241
+ [
242
+ [
243
+ 1.0
244
+ ]
245
+ ],
246
+ [
247
+ [
248
+ 1.0
249
+ ]
250
+ ]
251
+ ],
252
+ "mean": [
253
+ [
254
+ [
255
+ 0.5454670119084137
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 0.5409786987309676
261
+ ]
262
+ ],
263
+ [
264
+ [
265
+ 0.49073971911736386
266
+ ]
267
+ ]
268
+ ],
269
+ "std": [
270
+ [
271
+ [
272
+ 0.3122538574795146
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 0.32062042963680637
278
+ ]
279
+ ],
280
+ [
281
+ [
282
+ 0.3657022559310568
283
+ ]
284
+ ]
285
+ ],
286
+ "count": [
287
+ 24803
288
+ ]
289
+ },
290
+ "episode_index": {
291
+ "min": [
292
+ 1
293
+ ],
294
+ "max": [
295
+ 179
296
+ ],
297
+ "mean": [
298
+ 88.8774949488765
299
+ ],
300
+ "std": [
301
+ 52.046478856977195
302
+ ],
303
+ "count": [
304
+ 130664
305
+ ]
306
+ }
307
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77b7633e866e3acb6e6440b97fcea054fcfc9f263794b1d54abf28af3c50515f
3
+ size 2196
videos/observation.images.top_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f145f39570fd905a3e530e64af113be13a22b77b31fc21bf5b8feed7425c9af
3
+ size 209918499
videos/observation.images.top_cam/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a57b298c3a087233ef39cbb352175758d9ee1b4d88caf9b1bb9f4b8108b296f
3
+ size 207891810
videos/observation.images.top_cam/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:434b182a0878b2813d9acb28b358c37f72d81ec9ede433747a65050c39c78f4f
3
+ size 204090299
videos/observation.images.top_cam/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d345e22a4f034567c70d8d3599815e42c411a7b6894929a99ba7e6bf5b2563d7
3
+ size 209748972
videos/observation.images.top_cam/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3860b0bd38d4adeb59d99b49d0c8457c77377cec03d178898416dfff71213bb7
3
+ size 207562929
videos/observation.images.top_cam/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cd35447c00c25630e8607c5cb63ca440814d21c35a0d71a5739bd9976ee6222
3
+ size 85271675
videos/observation.images.wrist_cam/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d20c1c464fbcea5ae581a0710fcfbf424c6770fa62e0a59a0606db978d9a53e5
3
+ size 209802826
videos/observation.images.wrist_cam/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55ab7dcba83287c271d160e1e24f6c240c281e8c9f77a319afa75d68375be660
3
+ size 208515828
videos/observation.images.wrist_cam/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f43af49990b9f7c781d9915cf1090d40584198cae0f098f96358b5008c2f06
3
+ size 130975182