IMsubin commited on
Commit
abc89fb
·
verified ·
1 Parent(s): 42f3f64

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:acac341606b4f77f21b1a922e744fc3cd6e0e94a0438354f764a07f026989704
3
+ size 4761199
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1222b6676320468cb1d8cd44dd193385ce9bf872c92d234e395dd1467702ac4e
3
+ size 153590
meta/info.json CHANGED
@@ -1,121 +1,128 @@
1
  {
2
- "codebase_version": "v2.1",
3
- "robot_type": "omx_f",
4
- "total_episodes": 199,
5
- "total_frames": 187032,
6
- "total_tasks": 1,
7
- "total_videos": 400,
8
- "total_chunks": 1,
9
- "chunks_size": 1000,
10
- "fps": 30,
11
- "splits": {
12
- "train": "0:198"
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": 199,
5
+ "total_frames": 187032,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30,
9
+ "splits": {
10
+ "train": "0:198"
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "action": {
3
+ "min": [
4
+ -0.9986214637756348,
5
+ -2.1705827713012695,
6
+ -1.8515148162841797,
7
+ -1.260932207107544,
8
+ -1.4649516344070435,
9
+ 0.0015339808305725455
10
+ ],
11
+ "max": [
12
+ 0.8318237662315369,
13
+ 1.1403045654296875,
14
+ 1.7495924234390259,
15
+ 1.8447456359863281,
16
+ 0.7228578925132751,
17
+ 0.7225049734115601
18
+ ],
19
+ "mean": [
20
+ -0.09060026314236391,
21
+ -0.45890273456005726,
22
+ 0.19530001389051987,
23
+ 0.9783914149387363,
24
+ -0.08057136954278558,
25
+ 0.338369668594909
26
+ ],
27
+ "std": [
28
+ 0.3118827304470751,
29
+ 0.87954683033625,
30
+ 0.8875495102171732,
31
+ 0.3803906383984273,
32
+ 0.22054442258198056,
33
+ 0.2749592728063069
34
+ ],
35
+ "count": [
36
+ 186060
37
+ ]
38
+ },
39
+ "observation.state": {
40
+ "min": [
41
+ -0.9924855828285217,
42
+ -1.902136206626892,
43
+ -1.5539225339889526,
44
+ -1.1765632629394531,
45
+ -1.4465439319610596,
46
+ 0.003069460391998291
47
+ ],
48
+ "max": [
49
+ 0.8256848454475403,
50
+ 1.1556518077850342,
51
+ 1.70201575756073,
52
+ 1.835537314414978,
53
+ 0.7136495113372803,
54
+ 0.7136495113372803
55
+ ],
56
+ "mean": [
57
+ -0.08991245948178339,
58
+ -0.40783145818046446,
59
+ 0.21835453285759346,
60
+ 1.0077361485099043,
61
+ -0.07820320568438843,
62
+ 0.367411283042038
63
+ ],
64
+ "std": [
65
+ 0.3105268354009198,
66
+ 0.8494727197631774,
67
+ 0.870078313287479,
68
+ 0.36086209545136355,
69
+ 0.21801131760865686,
70
+ 0.23226293681492177
71
+ ],
72
+ "count": [
73
+ 186060
74
+ ]
75
+ },
76
+ "episode_index": {
77
+ "min": [
78
+ 56
79
+ ],
80
+ "max": [
81
+ 255
82
+ ],
83
+ "mean": [
84
+ 151.87904976889175
85
+ ],
86
+ "std": [
87
+ 59.01848677153531
88
+ ],
89
+ "count": [
90
+ 186060
91
+ ]
92
+ },
93
+ "timestamp": {
94
+ "min": [
95
+ 0.0
96
+ ],
97
+ "max": [
98
+ 50.3
99
+ ],
100
+ "mean": [
101
+ 15.943656526568493
102
+ ],
103
+ "std": [
104
+ 9.7181740415058
105
+ ],
106
+ "count": [
107
+ 186060
108
+ ]
109
+ },
110
+ "frame_index": {
111
+ "min": [
112
+ 0
113
+ ],
114
+ "max": [
115
+ 1509
116
+ ],
117
+ "mean": [
118
+ 478.3096957970547
119
+ ],
120
+ "std": [
121
+ 291.545221245174
122
+ ],
123
+ "count": [
124
+ 186060
125
+ ]
126
+ },
127
+ "index": {
128
+ "min": [
129
+ 58856
130
+ ],
131
+ "max": [
132
+ 245741
133
+ ],
134
+ "mean": [
135
+ 152195.89149736645
136
+ ],
137
+ "std": [
138
+ 54046.92535279398
139
+ ],
140
+ "count": [
141
+ 186060
142
+ ]
143
+ },
144
+ "observation.images.top_cam": {
145
+ "min": [
146
+ [
147
+ [
148
+ 0.0
149
+ ]
150
+ ],
151
+ [
152
+ [
153
+ 0.0
154
+ ]
155
+ ],
156
+ [
157
+ [
158
+ 0.0
159
+ ]
160
+ ]
161
+ ],
162
+ "max": [
163
+ [
164
+ [
165
+ 1.0
166
+ ]
167
+ ],
168
+ [
169
+ [
170
+ 1.0
171
+ ]
172
+ ],
173
+ [
174
+ [
175
+ 1.0
176
+ ]
177
+ ]
178
+ ],
179
+ "mean": [
180
+ [
181
+ [
182
+ 0.5243383522645743
183
+ ]
184
+ ],
185
+ [
186
+ [
187
+ 0.5218704448203506
188
+ ]
189
+ ],
190
+ [
191
+ [
192
+ 0.5001313097975086
193
+ ]
194
+ ]
195
+ ],
196
+ "std": [
197
+ [
198
+ [
199
+ 0.35775883001143255
200
+ ]
201
+ ],
202
+ [
203
+ [
204
+ 0.35368215030714434
205
+ ]
206
+ ],
207
+ [
208
+ [
209
+ 0.36818409013685066
210
+ ]
211
+ ]
212
+ ],
213
+ "count": [
214
+ 33479
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.595051411514281
256
+ ]
257
+ ],
258
+ [
259
+ [
260
+ 0.6057621440688996
261
+ ]
262
+ ],
263
+ [
264
+ [
265
+ 0.5979598689755181
266
+ ]
267
+ ]
268
+ ],
269
+ "std": [
270
+ [
271
+ [
272
+ 0.2691296599112067
273
+ ]
274
+ ],
275
+ [
276
+ [
277
+ 0.27464988519820355
278
+ ]
279
+ ],
280
+ [
281
+ [
282
+ 0.2775849478330469
283
+ ]
284
+ ]
285
+ ],
286
+ "count": [
287
+ 33479
288
+ ]
289
+ },
290
+ "task_index": {
291
+ "min": [
292
+ 0
293
+ ],
294
+ "max": [
295
+ 0
296
+ ],
297
+ "mean": [
298
+ 0.0
299
+ ],
300
+ "std": [
301
+ 0.0
302
+ ],
303
+ "count": [
304
+ 186060
305
+ ]
306
+ }
307
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:160176dd90b05f33a13397e16676e0e3ccb096d30f29ddb4d0636b637823b967
3
+ size 2186
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:2410c2b20bdf0374fdd6ac8c6c36607602a38dc1969d56e052363c9acce790fe
3
+ size 524319474
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:48c2fcccd491ac31c8a50058487bf39a3e74f1dd062fe3560bed5f6800587185
3
+ size 443853567
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:49a4222e7aedae1ad45ab377486fe6a42049d83e7025af58f15a7d001e7c041f
3
+ size 524281916
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:8fc9e9d02d167cc001109ca3145d980241202e2e130123e9b15e150dd3d8017c
3
+ size 517966002
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:8b3777eb28818918b4c2faa1eae3e3cef67acc8ef7ae6c4207ada1003f857005
3
+ size 504078511