IMsubin commited on
Commit
4227b9d
·
verified ·
1 Parent(s): 4c2120c

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:ad0b4c599966b72af934729860bdce148bfb1421ba8a0ad4fe583d2b9b2113ce
3
+ size 6114004
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7652a65f20f8505794d1bc8b167140491c0519f35921ce225c5767e08e1bd05
3
+ size 200779
meta/info.json CHANGED
@@ -1,121 +1,128 @@
1
  {
2
- "total_episodes": 307,
3
- "total_frames": 247406,
4
- "total_videos": 614,
5
- "codebase_version": "v2.1",
6
- "robot_type": "omx_f",
7
- "total_tasks": 1,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:306"
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
+ "total_episodes": 307,
3
+ "total_frames": 247406,
4
+ "codebase_version": "v3.0",
5
+ "robot_type": "omx_f",
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:306"
 
 
 
 
 
 
 
 
 
 
 
 
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": 500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
128
  }
meta/stats.json ADDED
@@ -0,0 +1,307 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 135449
8
+ ],
9
+ "mean": [
10
+ 66344.73630767185
11
+ ],
12
+ "std": [
13
+ 37338.88067127401
14
+ ],
15
+ "count": [
16
+ 270626
17
+ ]
18
+ },
19
+ "episode_index": {
20
+ "min": [
21
+ 0
22
+ ],
23
+ "max": [
24
+ 314
25
+ ],
26
+ "mean": [
27
+ 82.7124223097559
28
+ ],
29
+ "std": [
30
+ 48.05165073305029
31
+ ],
32
+ "count": [
33
+ 270626
34
+ ]
35
+ },
36
+ "task_index": {
37
+ "min": [
38
+ 0
39
+ ],
40
+ "max": [
41
+ 135
42
+ ],
43
+ "mean": [
44
+ 0.0
45
+ ],
46
+ "std": [
47
+ 0.0
48
+ ],
49
+ "count": [
50
+ 270626
51
+ ]
52
+ },
53
+ "timestamp": {
54
+ "min": [
55
+ 0.0
56
+ ],
57
+ "max": [
58
+ 38.13333333333333
59
+ ],
60
+ "mean": [
61
+ 13.473058021032717
62
+ ],
63
+ "std": [
64
+ 7.950505836489462
65
+ ],
66
+ "count": [
67
+ 270626
68
+ ]
69
+ },
70
+ "observation.images.top_cam": {
71
+ "min": [
72
+ [
73
+ [
74
+ 0.0
75
+ ]
76
+ ],
77
+ [
78
+ [
79
+ 0.0
80
+ ]
81
+ ],
82
+ [
83
+ [
84
+ 0.0
85
+ ]
86
+ ]
87
+ ],
88
+ "max": [
89
+ [
90
+ [
91
+ 1.0
92
+ ]
93
+ ],
94
+ [
95
+ [
96
+ 1.0
97
+ ]
98
+ ],
99
+ [
100
+ [
101
+ 1.0
102
+ ]
103
+ ]
104
+ ],
105
+ "mean": [
106
+ [
107
+ [
108
+ 0.6066853863147049
109
+ ]
110
+ ],
111
+ [
112
+ [
113
+ 0.6084225419783267
114
+ ]
115
+ ],
116
+ [
117
+ [
118
+ 0.5992207342666847
119
+ ]
120
+ ]
121
+ ],
122
+ "std": [
123
+ [
124
+ [
125
+ 0.2861371267947144
126
+ ]
127
+ ],
128
+ [
129
+ [
130
+ 0.29789338227163215
131
+ ]
132
+ ],
133
+ [
134
+ [
135
+ 0.3065617280258657
136
+ ]
137
+ ]
138
+ ],
139
+ "count": [
140
+ 69466
141
+ ]
142
+ },
143
+ "frame_index": {
144
+ "min": [
145
+ 0
146
+ ],
147
+ "max": [
148
+ 1144
149
+ ],
150
+ "mean": [
151
+ 404.1917406309815
152
+ ],
153
+ "std": [
154
+ 238.51517509468385
155
+ ],
156
+ "count": [
157
+ 270626
158
+ ]
159
+ },
160
+ "observation.state": {
161
+ "min": [
162
+ -1.023165225982666,
163
+ -1.9036701917648315,
164
+ -1.5048351287841797,
165
+ 0.563245952129364,
166
+ -0.7179030179977417,
167
+ -0.0015339808305725455
168
+ ],
169
+ "max": [
170
+ 1.290708065032959,
171
+ 1.060498595237732,
172
+ 1.7066199779510498,
173
+ 1.8416762351989746,
174
+ 0.996039867401123,
175
+ 0.7167189717292786
176
+ ],
177
+ "mean": [
178
+ -0.0025636947464018553,
179
+ -0.35454053559189935,
180
+ 0.2673617722854894,
181
+ 1.336013903911704,
182
+ 0.0922441778383656,
183
+ 0.4080361105594101
184
+ ],
185
+ "std": [
186
+ 0.32966826835665514,
187
+ 0.7738085160608009,
188
+ 0.8464200730952287,
189
+ 0.24324652312858724,
190
+ 0.20651357217518929,
191
+ 0.20079247674344375
192
+ ],
193
+ "count": [
194
+ 270626
195
+ ]
196
+ },
197
+ "observation.images.wrist_cam": {
198
+ "min": [
199
+ [
200
+ [
201
+ 0.0
202
+ ]
203
+ ],
204
+ [
205
+ [
206
+ 0.0
207
+ ]
208
+ ],
209
+ [
210
+ [
211
+ 0.0
212
+ ]
213
+ ]
214
+ ],
215
+ "max": [
216
+ [
217
+ [
218
+ 1.0
219
+ ]
220
+ ],
221
+ [
222
+ [
223
+ 1.0
224
+ ]
225
+ ],
226
+ [
227
+ [
228
+ 1.0
229
+ ]
230
+ ]
231
+ ],
232
+ "mean": [
233
+ [
234
+ [
235
+ 0.5462591210650681
236
+ ]
237
+ ],
238
+ [
239
+ [
240
+ 0.5409182999795236
241
+ ]
242
+ ],
243
+ [
244
+ [
245
+ 0.49107579519582967
246
+ ]
247
+ ]
248
+ ],
249
+ "std": [
250
+ [
251
+ [
252
+ 0.31000981327290433
253
+ ]
254
+ ],
255
+ [
256
+ [
257
+ 0.31784690113890346
258
+ ]
259
+ ],
260
+ [
261
+ [
262
+ 0.36391112274601967
263
+ ]
264
+ ]
265
+ ],
266
+ "count": [
267
+ 69466
268
+ ]
269
+ },
270
+ "action": {
271
+ "min": [
272
+ -1.035436987876892,
273
+ -2.1813206672668457,
274
+ -1.5339807271957397,
275
+ 0.527947187423706,
276
+ -0.731708824634552,
277
+ 0.003067961661145091
278
+ ],
279
+ "max": [
280
+ 1.2953122854232788,
281
+ 1.0359429121017456,
282
+ 1.7511271238327026,
283
+ 1.858558177947998,
284
+ 1.0067830085754395,
285
+ 0.7286408543586731
286
+ ],
287
+ "mean": [
288
+ -0.0021866586418918567,
289
+ -0.4023247153458581,
290
+ 0.24894378983135418,
291
+ 1.326391707034437,
292
+ 0.09159067747793907,
293
+ 0.3623479261323599
294
+ ],
295
+ "std": [
296
+ 0.3301925353180885,
297
+ 0.8152687844028218,
298
+ 0.8614927426969524,
299
+ 0.2501592703179457,
300
+ 0.20925304809737166,
301
+ 0.26901845855835305
302
+ ],
303
+ "count": [
304
+ 270626
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:bbf7dd7bc65be860b71fbaea4e709fab2766ea119e105f00fb9032f95dc9f503
3
+ size 524880124
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:7cf2d3a5beed9bb6fc3f537b095aea0eae85a070c3912755c8c99b8570830ada
3
+ size 521098717
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:3889cbb7a5556bbf9c72a24df8f656fac2b0c8e7793390b00597debaebc56bdb
3
+ size 522230951
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:1d0060c1bdb004560a3131a55670f07c8e1dac87d995b41e45e257f1f9ecae9e
3
+ size 523786840
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:2238d757ad2ac6ab35ae1eb033e72521e05f0e691572b82c04c10b2fd8939eb6
3
+ size 12101825
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:f37985898ebceb33472103515d5144613f6d69da35e432e2363994f4ede649a6
3
+ size 524557504
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:451e044e5562644ef0e997e146b27f331d3cb6c066ce4c6bd9c7bfb87b9ef371
3
+ size 496920083