zhihou commited on
Commit
92a4bbb
·
verified ·
1 Parent(s): 456c77f

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. meta/episodes.jsonl +0 -0
  2. meta/info.json +181 -0
  3. meta/modality.json +44 -0
  4. meta/stats.json +270 -0
  5. meta/tasks.jsonl +0 -0
meta/episodes.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "widowx",
4
+ "total_episodes": 53192,
5
+ "total_frames": 1893026,
6
+ "total_tasks": 19974,
7
+ "total_videos": 212768,
8
+ "total_chunks": 54,
9
+ "chunks_size": 1000,
10
+ "fps": 5,
11
+ "splits": {
12
+ "train": "0:53192"
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
+ "state.ee_pos": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 3
21
+ ]
22
+ },
23
+ "state.ee_rot": {
24
+ "dtype": "float32",
25
+ "shape": [
26
+ 3
27
+ ]
28
+ },
29
+ "state.gripper": {
30
+ "dtype": "float32",
31
+ "shape": [
32
+ 1
33
+ ]
34
+ },
35
+ "action.delta_ee_pos": {
36
+ "dtype": "float32",
37
+ "shape": [
38
+ 3
39
+ ]
40
+ },
41
+ "action.delta_ee_rot": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 3
45
+ ]
46
+ },
47
+ "action.gripper": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 1
51
+ ]
52
+ },
53
+ "timestamp": {
54
+ "dtype": "float32",
55
+ "shape": [
56
+ 1
57
+ ],
58
+ "names": null
59
+ },
60
+ "frame_index": {
61
+ "dtype": "int64",
62
+ "shape": [
63
+ 1
64
+ ],
65
+ "names": null
66
+ },
67
+ "episode_index": {
68
+ "dtype": "int64",
69
+ "shape": [
70
+ 1
71
+ ],
72
+ "names": null
73
+ },
74
+ "index": {
75
+ "dtype": "int64",
76
+ "shape": [
77
+ 1
78
+ ],
79
+ "names": null
80
+ },
81
+ "task_index": {
82
+ "dtype": "int64",
83
+ "shape": [
84
+ 1
85
+ ],
86
+ "names": null
87
+ },
88
+ "video.image_0": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 256,
92
+ 256,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channel"
99
+ ],
100
+ "video_info": {
101
+ "video.fps": 5.0,
102
+ "video.height": 256,
103
+ "video.width": 256,
104
+ "video.channels": 3,
105
+ "video.codec": "h264",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "video.image_1": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 256,
115
+ 256,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channel"
122
+ ],
123
+ "video_info": {
124
+ "video.fps": 5.0,
125
+ "video.height": 256,
126
+ "video.width": 256,
127
+ "video.channels": 3,
128
+ "video.codec": "h264",
129
+ "video.pix_fmt": "yuv420p",
130
+ "video.is_depth_map": false,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "video.image_2": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 256,
138
+ 256,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channel"
145
+ ],
146
+ "video_info": {
147
+ "video.fps": 5.0,
148
+ "video.height": 256,
149
+ "video.width": 256,
150
+ "video.channels": 3,
151
+ "video.codec": "h264",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "video.image_3": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 256,
161
+ 256,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channel"
168
+ ],
169
+ "video_info": {
170
+ "video.fps": 5.0,
171
+ "video.height": 256,
172
+ "video.width": 256,
173
+ "video.channels": 3,
174
+ "video.codec": "h264",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "has_audio": false
178
+ }
179
+ }
180
+ }
181
+ }
meta/modality.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "state": {
3
+ "ee_pos": {
4
+ "start": 0,
5
+ "end": 3
6
+ },
7
+ "ee_rot": {
8
+ "start": 0,
9
+ "end": 3
10
+ },
11
+ "gripper": {
12
+ "start": 0,
13
+ "end": 1
14
+ }
15
+ },
16
+ "action": {
17
+ "delta_ee_pos": {
18
+ "start": 0,
19
+ "end": 3
20
+ },
21
+ "delta_ee_rot": {
22
+ "start": 0,
23
+ "end": 3
24
+ },
25
+ "gripper": {
26
+ "start": 0,
27
+ "end": 1
28
+ }
29
+ },
30
+ "video": {
31
+ "image_0": {
32
+ "original_key": "video.image_0"
33
+ },
34
+ "image_1": {
35
+ "original_key": "video.image_1"
36
+ },
37
+ "image_2": {
38
+ "original_key": "video.image_2"
39
+ },
40
+ "image_3": {
41
+ "original_key": "video.image_3"
42
+ }
43
+ }
44
+ }
meta/stats.json ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "timestamp": {
3
+ "mean": [
4
+ 3.905770778656006
5
+ ],
6
+ "std": [
7
+ 2.858346700668335
8
+ ],
9
+ "min": [
10
+ 0.0
11
+ ],
12
+ "max": [
13
+ 23.200000762939453
14
+ ],
15
+ "q01": [
16
+ 0.0
17
+ ],
18
+ "q99": [
19
+ 13.800000190734863
20
+ ]
21
+ },
22
+ "frame_index": {
23
+ "mean": [
24
+ 19.52886390686035
25
+ ],
26
+ "std": [
27
+ 14.291736602783203
28
+ ],
29
+ "min": [
30
+ 0.0
31
+ ],
32
+ "max": [
33
+ 116.0
34
+ ],
35
+ "q01": [
36
+ 0.0
37
+ ],
38
+ "q99": [
39
+ 69.0
40
+ ]
41
+ },
42
+ "episode_index": {
43
+ "mean": [
44
+ 26582.255859375
45
+ ],
46
+ "std": [
47
+ 15346.48046875
48
+ ],
49
+ "min": [
50
+ 0.0
51
+ ],
52
+ "max": [
53
+ 53191.0
54
+ ],
55
+ "q01": [
56
+ 525.0
57
+ ],
58
+ "q99": [
59
+ 52655.0
60
+ ]
61
+ },
62
+ "index": {
63
+ "mean": [
64
+ 946512.875
65
+ ],
66
+ "std": [
67
+ 546469.5625
68
+ ],
69
+ "min": [
70
+ 0.0
71
+ ],
72
+ "max": [
73
+ 1893025.0
74
+ ],
75
+ "q01": [
76
+ 18930.25
77
+ ],
78
+ "q99": [
79
+ 1874094.75
80
+ ]
81
+ },
82
+ "task_index": {
83
+ "mean": [
84
+ 4086.213134765625
85
+ ],
86
+ "std": [
87
+ 5938.93408203125
88
+ ],
89
+ "min": [
90
+ 0.0
91
+ ],
92
+ "max": [
93
+ 19973.0
94
+ ],
95
+ "q01": [
96
+ 4.0
97
+ ],
98
+ "q99": [
99
+ 19449.0
100
+ ]
101
+ },
102
+ "state.ee_pos": {
103
+ "mean": [
104
+ 0.3094348609447479,
105
+ 0.03072510100901127,
106
+ 0.06444056332111359
107
+ ],
108
+ "std": [
109
+ 0.06056898087263107,
110
+ 0.09190694242715836,
111
+ 0.05156300589442253
112
+ ],
113
+ "min": [
114
+ -0.04167502000927925,
115
+ -0.3563207685947418,
116
+ -0.15537554025650024
117
+ ],
118
+ "max": [
119
+ 0.5862360596656799,
120
+ 0.4034728705883026,
121
+ 0.3568263053894043
122
+ ],
123
+ "q01": [
124
+ 0.17102622985839844,
125
+ -0.1698118858039379,
126
+ -0.055632163770496845
127
+ ],
128
+ "q99": [
129
+ 0.45322076976299286,
130
+ 0.2354845181107521,
131
+ 0.19489620998501778
132
+ ]
133
+ },
134
+ "state.ee_rot": {
135
+ "mean": [
136
+ 0.006490640342235565,
137
+ -0.07720029354095459,
138
+ 0.10765893757343292
139
+ ],
140
+ "std": [
141
+ 0.13109275698661804,
142
+ 0.16913272440433502,
143
+ 0.5779858231544495
144
+ ],
145
+ "min": [
146
+ -3.141592502593994,
147
+ -1.4992541074752808,
148
+ -3.14153790473938
149
+ ],
150
+ "max": [
151
+ 1.3517684936523438,
152
+ 1.570796251296997,
153
+ 3.141204357147217
154
+ ],
155
+ "q01": [
156
+ -0.36493172496557236,
157
+ -0.541871190071106,
158
+ -1.354275494813919
159
+ ],
160
+ "q99": [
161
+ 0.3780156075954437,
162
+ 0.27568644285202026,
163
+ 1.8500566184520721
164
+ ]
165
+ },
166
+ "state.gripper": {
167
+ "mean": [
168
+ 0.7081244587898254
169
+ ],
170
+ "std": [
171
+ 0.3536500930786133
172
+ ],
173
+ "min": [
174
+ 0.04637829214334488
175
+ ],
176
+ "max": [
177
+ 1.1121242046356201
178
+ ],
179
+ "q01": [
180
+ 0.052190229296684265
181
+ ],
182
+ "q99": [
183
+ 1.0105689764022827
184
+ ]
185
+ },
186
+ "action.delta_ee_pos": {
187
+ "mean": [
188
+ 0.00022731871285941452,
189
+ 0.00013112221495248377,
190
+ -0.00012641931243706495
191
+ ],
192
+ "std": [
193
+ 0.009770569391548634,
194
+ 0.013695062138140202,
195
+ 0.012675146572291851
196
+ ],
197
+ "min": [
198
+ -0.4007510244846344,
199
+ -0.13874775171279907,
200
+ -0.22553899884223938
201
+ ],
202
+ "max": [
203
+ 0.41691166162490845,
204
+ 0.25864794850349426,
205
+ 0.21218234300613403
206
+ ],
207
+ "q01": [
208
+ -0.02875255048274994,
209
+ -0.04170213546603918,
210
+ -0.026096721179783344
211
+ ],
212
+ "q99": [
213
+ 0.028306663036346436,
214
+ 0.04089853074401617,
215
+ 0.0401805154979229
216
+ ]
217
+ },
218
+ "action.delta_ee_rot": {
219
+ "mean": [
220
+ -0.00014410706353373826,
221
+ -0.00039030605694279075,
222
+ 0.0002406332059763372
223
+ ],
224
+ "std": [
225
+ 0.028455283492803574,
226
+ 0.03052123636007309,
227
+ 0.07739030569791794
228
+ ],
229
+ "min": [
230
+ -3.2010786533355713,
231
+ -1.8618112802505493,
232
+ -6.279075622558594
233
+ ],
234
+ "max": [
235
+ 3.122201919555664,
236
+ 1.8618112802505493,
237
+ 6.272472858428955
238
+ ],
239
+ "q01": [
240
+ -0.08052874729037285,
241
+ -0.09249906800687313,
242
+ -0.20738555490970612
243
+ ],
244
+ "q99": [
245
+ 0.08173403143882751,
246
+ 0.07760760560631752,
247
+ 0.2038465365767479
248
+ ]
249
+ },
250
+ "action.gripper": {
251
+ "mean": [
252
+ 0.5765894055366516
253
+ ],
254
+ "std": [
255
+ 0.49409207701683044
256
+ ],
257
+ "min": [
258
+ 0.0
259
+ ],
260
+ "max": [
261
+ 1.0
262
+ ],
263
+ "q01": [
264
+ 0.0
265
+ ],
266
+ "q99": [
267
+ 1.0
268
+ ]
269
+ }
270
+ }
meta/tasks.jsonl ADDED
The diff for this file is too large to render. See raw diff