pepijn223 HF Staff commited on
Commit
f3b4018
·
verified ·
1 Parent(s): 9dddd59

Add steerable annotations (lerobot-annotate)

Browse files
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=imstevenpmwork/super_chatton">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 30,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "shoulder_pan.pos",
41
+ "shoulder_lift.pos",
42
+ "elbow_flex.pos",
43
+ "wrist_flex.pos",
44
+ "wrist_roll.pos",
45
+ "gripper.pos"
46
+ ],
47
+ "shape": [
48
+ 6
49
+ ]
50
+ },
51
+ "observation.state": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "shoulder_pan.pos",
55
+ "shoulder_lift.pos",
56
+ "elbow_flex.pos",
57
+ "wrist_flex.pos",
58
+ "wrist_roll.pos",
59
+ "gripper.pos"
60
+ ],
61
+ "shape": [
62
+ 6
63
+ ]
64
+ },
65
+ "observation.images.front": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channels"
76
+ ],
77
+ "info": {
78
+ "video.height": 480,
79
+ "video.width": 640,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 30,
84
+ "video.channels": 3,
85
+ "has_audio": false,
86
+ "video.extra_options": {},
87
+ "video.video_backend": "pyav",
88
+ "video.crf": null,
89
+ "video.g": null,
90
+ "video.preset": null,
91
+ "video.fast_decode": null
92
+ }
93
+ },
94
+ "observation.images.wrist": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 480,
98
+ 640,
99
+ 3
100
+ ],
101
+ "names": [
102
+ "height",
103
+ "width",
104
+ "channels"
105
+ ],
106
+ "info": {
107
+ "video.height": 480,
108
+ "video.width": 640,
109
+ "video.codec": "av1",
110
+ "video.pix_fmt": "yuv420p",
111
+ "video.is_depth_map": false,
112
+ "video.fps": 30,
113
+ "video.channels": 3,
114
+ "has_audio": false,
115
+ "video.extra_options": {},
116
+ "video.video_backend": "pyav",
117
+ "video.crf": null,
118
+ "video.g": null,
119
+ "video.preset": null,
120
+ "video.fast_decode": null
121
+ }
122
+ },
123
+ "timestamp": {
124
+ "dtype": "float32",
125
+ "shape": [
126
+ 1
127
+ ],
128
+ "names": null
129
+ },
130
+ "frame_index": {
131
+ "dtype": "int64",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "episode_index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "task_index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ }
158
+ },
159
+ "total_episodes": 100,
160
+ "total_frames": 73842,
161
+ "total_tasks": 1,
162
+ "chunks_size": 1000,
163
+ "data_files_size_in_mb": 100,
164
+ "video_files_size_in_mb": 200,
165
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
166
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
167
+ "robot_type": "omx_follower",
168
+ "splits": {
169
+ "train": "0:100"
170
+ }
171
+ }
172
+ ```
173
+
174
+
175
+ ## Citation
176
+
177
+ **BibTeX:**
178
+
179
+ ```bibtex
180
+ [More Information Needed]
181
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c43602675f01345971816600abc77110c725d74ac36ce114b1277e37610aa57
3
+ size 3754038
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c92157d724b096ca7b1acae27bd391ee05cea8048d1ec941c84a878211ebbf43
3
+ size 234063
meta/info.json ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "fps": 30,
4
+ "features": {
5
+ "action": {
6
+ "dtype": "float32",
7
+ "names": [
8
+ "shoulder_pan.pos",
9
+ "shoulder_lift.pos",
10
+ "elbow_flex.pos",
11
+ "wrist_flex.pos",
12
+ "wrist_roll.pos",
13
+ "gripper.pos"
14
+ ],
15
+ "shape": [
16
+ 6
17
+ ]
18
+ },
19
+ "observation.state": {
20
+ "dtype": "float32",
21
+ "names": [
22
+ "shoulder_pan.pos",
23
+ "shoulder_lift.pos",
24
+ "elbow_flex.pos",
25
+ "wrist_flex.pos",
26
+ "wrist_roll.pos",
27
+ "gripper.pos"
28
+ ],
29
+ "shape": [
30
+ 6
31
+ ]
32
+ },
33
+ "observation.images.front": {
34
+ "dtype": "video",
35
+ "shape": [
36
+ 480,
37
+ 640,
38
+ 3
39
+ ],
40
+ "names": [
41
+ "height",
42
+ "width",
43
+ "channels"
44
+ ],
45
+ "info": {
46
+ "video.height": 480,
47
+ "video.width": 640,
48
+ "video.codec": "av1",
49
+ "video.pix_fmt": "yuv420p",
50
+ "video.is_depth_map": false,
51
+ "video.fps": 30,
52
+ "video.channels": 3,
53
+ "has_audio": false,
54
+ "video.extra_options": {},
55
+ "video.video_backend": "pyav",
56
+ "video.crf": null,
57
+ "video.g": null,
58
+ "video.preset": null,
59
+ "video.fast_decode": null
60
+ }
61
+ },
62
+ "observation.images.wrist": {
63
+ "dtype": "video",
64
+ "shape": [
65
+ 480,
66
+ 640,
67
+ 3
68
+ ],
69
+ "names": [
70
+ "height",
71
+ "width",
72
+ "channels"
73
+ ],
74
+ "info": {
75
+ "video.height": 480,
76
+ "video.width": 640,
77
+ "video.codec": "av1",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "video.fps": 30,
81
+ "video.channels": 3,
82
+ "has_audio": false,
83
+ "video.extra_options": {},
84
+ "video.video_backend": "pyav",
85
+ "video.crf": null,
86
+ "video.g": null,
87
+ "video.preset": null,
88
+ "video.fast_decode": null
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
+ "language_persistent": {
127
+ "dtype": "language",
128
+ "shape": [
129
+ 1
130
+ ],
131
+ "names": null
132
+ },
133
+ "language_events": {
134
+ "dtype": "language",
135
+ "shape": [
136
+ 1
137
+ ],
138
+ "names": null
139
+ }
140
+ },
141
+ "total_episodes": 100,
142
+ "total_frames": 73842,
143
+ "total_tasks": 1,
144
+ "chunks_size": 1000,
145
+ "data_files_size_in_mb": 100,
146
+ "video_files_size_in_mb": 200,
147
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
148
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
149
+ "robot_type": "omx_follower",
150
+ "splits": {
151
+ "train": "0:100"
152
+ },
153
+ "tools": [
154
+ {
155
+ "type": "function",
156
+ "function": {
157
+ "name": "say",
158
+ "description": "Speak a short utterance to the user via the TTS executor.",
159
+ "parameters": {
160
+ "type": "object",
161
+ "properties": {
162
+ "text": {
163
+ "type": "string",
164
+ "description": "The verbatim text to speak."
165
+ }
166
+ },
167
+ "required": [
168
+ "text"
169
+ ]
170
+ }
171
+ }
172
+ }
173
+ ]
174
+ }
meta/stats.json ADDED
@@ -0,0 +1,632 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "episode_index": {
3
+ "min": [
4
+ 0.0
5
+ ],
6
+ "max": [
7
+ 49.0
8
+ ],
9
+ "mean": [
10
+ 23.858102434928632
11
+ ],
12
+ "std": [
13
+ 14.33758936888714
14
+ ],
15
+ "count": [
16
+ 73842
17
+ ],
18
+ "q01": [
19
+ 23.858102434928632
20
+ ],
21
+ "q10": [
22
+ 23.858102434928632
23
+ ],
24
+ "q50": [
25
+ 23.858102434928643
26
+ ],
27
+ "q90": [
28
+ 23.858102434928657
29
+ ],
30
+ "q99": [
31
+ 23.858102434928664
32
+ ]
33
+ },
34
+ "action": {
35
+ "min": [
36
+ -46.64224624633789,
37
+ -73.65079498291016,
38
+ -45.616607666015625,
39
+ -85.17704772949219,
40
+ -24.566543579101562,
41
+ 46.47130584716797
42
+ ],
43
+ "max": [
44
+ 37.94871520996094,
45
+ 79.26739501953125,
46
+ 56.483516693115234,
47
+ 74.77411651611328,
48
+ 31.11111068725586,
49
+ 66.73992919921875
50
+ ],
51
+ "mean": [
52
+ 0.07422015420206698,
53
+ -1.9441267013216583,
54
+ 0.403477582353163,
55
+ -3.521768053793686,
56
+ -0.1692887945966718,
57
+ 54.133759245076874
58
+ ],
59
+ "std": [
60
+ 10.493482363894662,
61
+ 19.335280228621386,
62
+ 13.009720419191286,
63
+ 16.516494171933,
64
+ 4.754730492827052,
65
+ 1.054966066274965
66
+ ],
67
+ "count": [
68
+ 1551192
69
+ ],
70
+ "q01": [
71
+ -34.077195051472366,
72
+ -49.825713239853435,
73
+ -28.408777561132045,
74
+ -62.64562141775958,
75
+ -13.095979881985844,
76
+ 46.519830793653384
77
+ ],
78
+ "q10": [
79
+ -11.566545183413428,
80
+ -26.134752730137645,
81
+ -14.70564550974745,
82
+ -20.8274908456933,
83
+ -6.1370174730222855,
84
+ 46.52177015725525
85
+ ],
86
+ "q50": [
87
+ 0.025846971901076262,
88
+ -0.9816598329667077,
89
+ 0.6127375082920326,
90
+ -1.6410461998387331,
91
+ -0.0008045133344407271,
92
+ 56.89800911152247
93
+ ],
94
+ "q90": [
95
+ 13.29762476894955,
96
+ 17.645194402712296,
97
+ 17.18328744769287,
98
+ 12.63063357305171,
99
+ 5.070718746866779,
100
+ 60.95420944989211
101
+ ],
102
+ "q99": [
103
+ 26.416393787088246,
104
+ 60.04761571968178,
105
+ 31.367724413130084,
106
+ 34.47639403569136,
107
+ 12.347928164379494,
108
+ 62.50335679099513
109
+ ]
110
+ },
111
+ "observation.state": {
112
+ "min": [
113
+ -22.100122451782227,
114
+ -65.71428680419922,
115
+ -4.664224624633789,
116
+ -44.9572639465332,
117
+ -24.102563858032227,
118
+ 48.766788482666016
119
+ ],
120
+ "max": [
121
+ 33.91941452026367,
122
+ 31.5262508392334,
123
+ 56.14163589477539,
124
+ 51.599510192871094,
125
+ 17.0207576751709,
126
+ 66.22710418701172
127
+ ],
128
+ "mean": [
129
+ 2.734684091354667,
130
+ -11.924099574054564,
131
+ 29.334470297287332,
132
+ -8.555485805193726,
133
+ -2.0284194601350856,
134
+ 56.51197017585885
135
+ ],
136
+ "std": [
137
+ 14.217801647647704,
138
+ 31.029075755680697,
139
+ 18.005265515337637,
140
+ 26.39752370018153,
141
+ 5.612523255789871,
142
+ 4.02216905565019
143
+ ],
144
+ "count": [
145
+ 73842
146
+ ],
147
+ "q01": [
148
+ -19.128343929642273,
149
+ -64.1427184483613,
150
+ 2.6472807234140343,
151
+ -38.198978817104695,
152
+ -10.840952645024554,
153
+ 50.623199746987815
154
+ ],
155
+ "q10": [
156
+ -16.96111003904658,
157
+ -63.15364145178158,
158
+ 6.858669377704474,
159
+ -34.195101584488306,
160
+ -8.469975681059282,
161
+ 51.19327905802036
162
+ ],
163
+ "q50": [
164
+ 1.082258891862758,
165
+ -1.9097969600481972,
166
+ 26.16575093769404,
167
+ -16.964702239099186,
168
+ -2.198839255674196,
169
+ 57.07513861701945
170
+ ],
171
+ "q90": [
172
+ 23.694183399214896,
173
+ 21.618442002011513,
174
+ 55.497155673399185,
175
+ 40.36121774483899,
176
+ 4.879131111963776,
177
+ 61.387609102839214
178
+ ],
179
+ "q99": [
180
+ 25.576658691578107,
181
+ 25.85147683625537,
182
+ 55.66884148568464,
183
+ 44.49272460892564,
184
+ 8.16360729430553,
185
+ 62.13402108281913
186
+ ]
187
+ },
188
+ "frame_index": {
189
+ "min": [
190
+ 0.0
191
+ ],
192
+ "max": [
193
+ 1014.0
194
+ ],
195
+ "mean": [
196
+ 376.7039489721297
197
+ ],
198
+ "std": [
199
+ 226.90662761806647
200
+ ],
201
+ "count": [
202
+ 73842
203
+ ],
204
+ "q01": [
205
+ 6.9840866260495735
206
+ ],
207
+ "q10": [
208
+ 74.91582901971894
209
+ ],
210
+ "q50": [
211
+ 376.4308701335283
212
+ ],
213
+ "q90": [
214
+ 678.3925044490385
215
+ ],
216
+ "q99": [
217
+ 746.4128541393687
218
+ ]
219
+ },
220
+ "observation.images.wrist": {
221
+ "min": [
222
+ [
223
+ [
224
+ 0.0
225
+ ]
226
+ ],
227
+ [
228
+ [
229
+ 0.0
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.0
235
+ ]
236
+ ]
237
+ ],
238
+ "max": [
239
+ [
240
+ [
241
+ 1.0
242
+ ]
243
+ ],
244
+ [
245
+ [
246
+ 1.0
247
+ ]
248
+ ],
249
+ [
250
+ [
251
+ 1.0
252
+ ]
253
+ ]
254
+ ],
255
+ "mean": [
256
+ [
257
+ [
258
+ 0.4406875942056535
259
+ ]
260
+ ],
261
+ [
262
+ [
263
+ 0.44577553752800314
264
+ ]
265
+ ],
266
+ [
267
+ [
268
+ 0.43990926904549355
269
+ ]
270
+ ]
271
+ ],
272
+ "std": [
273
+ [
274
+ [
275
+ 0.15752663401671235
276
+ ]
277
+ ],
278
+ [
279
+ [
280
+ 0.13304822563300392
281
+ ]
282
+ ],
283
+ [
284
+ [
285
+ 0.14992443024010582
286
+ ]
287
+ ]
288
+ ],
289
+ "count": [
290
+ 1417766400
291
+ ],
292
+ "q01": [
293
+ [
294
+ [
295
+ -9.906653971349481e-11
296
+ ]
297
+ ],
298
+ [
299
+ [
300
+ 0.06074791157953463
301
+ ]
302
+ ],
303
+ [
304
+ [
305
+ 0.05433018235681277
306
+ ]
307
+ ]
308
+ ],
309
+ "q10": [
310
+ [
311
+ [
312
+ 0.07489861122533524
313
+ ]
314
+ ],
315
+ [
316
+ [
317
+ 0.14191736499584934
318
+ ]
319
+ ],
320
+ [
321
+ [
322
+ 0.13694379039588342
323
+ ]
324
+ ]
325
+ ],
326
+ "q50": [
327
+ [
328
+ [
329
+ 0.5186998849990326
330
+ ]
331
+ ],
332
+ [
333
+ [
334
+ 0.5054306202044837
335
+ ]
336
+ ],
337
+ [
338
+ [
339
+ 0.4445959479910406
340
+ ]
341
+ ]
342
+ ],
343
+ "q90": [
344
+ [
345
+ [
346
+ 0.6466587096046081
347
+ ]
348
+ ],
349
+ [
350
+ [
351
+ 0.6538754482884296
352
+ ]
353
+ ],
354
+ [
355
+ [
356
+ 0.719560497622969
357
+ ]
358
+ ]
359
+ ],
360
+ "q99": [
361
+ [
362
+ [
363
+ 0.7612237091899147
364
+ ]
365
+ ],
366
+ [
367
+ [
368
+ 0.7451990326643584
369
+ ]
370
+ ],
371
+ [
372
+ [
373
+ 0.8191662886084777
374
+ ]
375
+ ]
376
+ ]
377
+ },
378
+ "timestamp": {
379
+ "min": [
380
+ 0.0
381
+ ],
382
+ "max": [
383
+ 33.8
384
+ ],
385
+ "mean": [
386
+ 12.556798299070987
387
+ ],
388
+ "std": [
389
+ 7.5635542539355525
390
+ ],
391
+ "count": [
392
+ 73842
393
+ ],
394
+ "q01": [
395
+ 0.23280288744010874
396
+ ],
397
+ "q10": [
398
+ 2.4971943005798507
399
+ ],
400
+ "q50": [
401
+ 12.549392719770983
402
+ ],
403
+ "q90": [
404
+ 22.61308348171204
405
+ ],
406
+ "q99": [
407
+ 24.88042847140716
408
+ ]
409
+ },
410
+ "observation.images.front": {
411
+ "min": [
412
+ [
413
+ [
414
+ 0.0
415
+ ]
416
+ ],
417
+ [
418
+ [
419
+ 0.0
420
+ ]
421
+ ],
422
+ [
423
+ [
424
+ 0.0
425
+ ]
426
+ ]
427
+ ],
428
+ "max": [
429
+ [
430
+ [
431
+ 1.0
432
+ ]
433
+ ],
434
+ [
435
+ [
436
+ 1.0
437
+ ]
438
+ ],
439
+ [
440
+ [
441
+ 1.0
442
+ ]
443
+ ]
444
+ ],
445
+ "mean": [
446
+ [
447
+ [
448
+ 0.417868859414155
449
+ ]
450
+ ],
451
+ [
452
+ [
453
+ 0.45000206858170727
454
+ ]
455
+ ],
456
+ [
457
+ [
458
+ 0.46111891227226004
459
+ ]
460
+ ]
461
+ ],
462
+ "std": [
463
+ [
464
+ [
465
+ 0.18252273793808532
466
+ ]
467
+ ],
468
+ [
469
+ [
470
+ 0.14127266571747724
471
+ ]
472
+ ],
473
+ [
474
+ [
475
+ 0.1526363693405248
476
+ ]
477
+ ]
478
+ ],
479
+ "count": [
480
+ 1417766400
481
+ ],
482
+ "q01": [
483
+ [
484
+ [
485
+ -9.971406961255025e-11
486
+ ]
487
+ ],
488
+ [
489
+ [
490
+ 0.06530630059677733
491
+ ]
492
+ ],
493
+ [
494
+ [
495
+ 0.05017700826024027
496
+ ]
497
+ ]
498
+ ],
499
+ "q10": [
500
+ [
501
+ [
502
+ 0.04196270938786774
503
+ ]
504
+ ],
505
+ [
506
+ [
507
+ 0.13605246343628088
508
+ ]
509
+ ],
510
+ [
511
+ [
512
+ 0.1358878645546128
513
+ ]
514
+ ]
515
+ ],
516
+ "q50": [
517
+ [
518
+ [
519
+ 0.501911587686593
520
+ ]
521
+ ],
522
+ [
523
+ [
524
+ 0.5042775645419587
525
+ ]
526
+ ],
527
+ [
528
+ [
529
+ 0.5015402474660356
530
+ ]
531
+ ]
532
+ ],
533
+ "q90": [
534
+ [
535
+ [
536
+ 0.6518095019347405
537
+ ]
538
+ ],
539
+ [
540
+ [
541
+ 0.6317132141892917
542
+ ]
543
+ ],
544
+ [
545
+ [
546
+ 0.6701922846957309
547
+ ]
548
+ ]
549
+ ],
550
+ "q99": [
551
+ [
552
+ [
553
+ 0.8218375648928706
554
+ ]
555
+ ],
556
+ [
557
+ [
558
+ 0.8032869535997891
559
+ ]
560
+ ],
561
+ [
562
+ [
563
+ 0.8981451931740929
564
+ ]
565
+ ]
566
+ ]
567
+ },
568
+ "task_index": {
569
+ "min": [
570
+ 0.0
571
+ ],
572
+ "max": [
573
+ 0.0
574
+ ],
575
+ "mean": [
576
+ 0.0
577
+ ],
578
+ "std": [
579
+ 0.0
580
+ ],
581
+ "count": [
582
+ 73842
583
+ ],
584
+ "q01": [
585
+ 3.9999999999994176e-16
586
+ ],
587
+ "q10": [
588
+ 3.9999999999994166e-15
589
+ ],
590
+ "q50": [
591
+ 1.9999999999997088e-14
592
+ ],
593
+ "q90": [
594
+ 3.599999999999476e-14
595
+ ],
596
+ "q99": [
597
+ 3.959999999999422e-14
598
+ ]
599
+ },
600
+ "index": {
601
+ "min": [
602
+ 0.0
603
+ ],
604
+ "max": [
605
+ 41191.0
606
+ ],
607
+ "mean": [
608
+ 18707.033409170934
609
+ ],
610
+ "std": [
611
+ 11075.034160733774
612
+ ],
613
+ "count": [
614
+ 73842
615
+ ],
616
+ "q01": [
617
+ 18337.31354682485
618
+ ],
619
+ "q10": [
620
+ 18405.245289218525
621
+ ],
622
+ "q50": [
623
+ 18706.81548224046
624
+ ],
625
+ "q90": [
626
+ 19008.72196464784
627
+ ],
628
+ "q99": [
629
+ 19076.74231433817
630
+ ]
631
+ }
632
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b5b48b01f2302c0af176a14888e3d783d89458cbf7bcd916254bc6488fb084
3
+ size 2409
videos/observation.images.front/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c04193375d54b4f863e34ebdf74694019702565632ec950ff6f47dbeb94c83e
3
+ size 205799120
videos/observation.images.front/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e50bef420de9952dc459010854ede8d8c8630e6bb3d3275811b855ae978bc170
3
+ size 4192648
videos/observation.images.front/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4675c12e1792c70e58a1606c72599adc4e364fd41be2eacfdceb47e353886be1
3
+ size 208241975
videos/observation.images.front/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0d3c612f955e7da3c88cf164ccf7b8064bf738dfbcd5560c659cbc77a98ef68
3
+ size 61158995
videos/observation.images.wrist/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5824bbee1c96b7a22b9ef53b3f08b1b877d82cbd0edf2eed9b94ab6a304ddb4
3
+ size 208622893
videos/observation.images.wrist/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d65ea3ae7df3d13a7bd19e5fa01cc94c33d0f8698781869b3c29bad3af8a86b9
3
+ size 209030082
videos/observation.images.wrist/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d929b924d678ef44eba40440dcf5fb99bfa6ec6d84adf5c4bd3e977e676a00c5
3
+ size 200320780
videos/observation.images.wrist/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a551c9b4c20df148f1e4cc174ae6a9e217b2a23e722f9af61492db2f471c46df
3
+ size 130515253
videos/observation.images.wrist/chunk-000/file-004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e29f238e51af0304c487dbf6c747c81aa13c753dca22a3bc0d27a3693a1931c
3
+ size 195291269
videos/observation.images.wrist/chunk-000/file-005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ebf5457efebede24841df7e31054874fab70f0c371b3d2da7c19ece5b4cc5e
3
+ size 201622594
videos/observation.images.wrist/chunk-000/file-006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06a3227f8fc9ab9b917a8e7c26d8c56de4ee5a3c97033a672a350d22a781a4c8
3
+ size 201367902
videos/observation.images.wrist/chunk-000/file-007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac5eee1651a25bb9c12c342e8aaba2e5ab5346c515e43fcde56ddbdf4fa99ce3
3
+ size 203181855
videos/observation.images.wrist/chunk-000/file-008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a0d987a8ad3058cf55e78f7216eba7e830b3ef082ae17e0ec64c819f7bcf433
3
+ size 157025718
Free AI Image Generator No sign-up. Instant results. Open Now