chris241094 commited on
Commit
f674c5e
·
verified ·
1 Parent(s): cc36f47

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -1,6 +1,5 @@
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.avro filter=lfs diff=lfs merge=lfs -text
4
  *.bin filter=lfs diff=lfs merge=lfs -text
5
  *.bz2 filter=lfs diff=lfs merge=lfs -text
6
  *.ckpt filter=lfs diff=lfs merge=lfs -text
 
1
  *.7z filter=lfs diff=lfs merge=lfs -text
2
  *.arrow filter=lfs diff=lfs merge=lfs -text
 
3
  *.bin filter=lfs diff=lfs merge=lfs -text
4
  *.bz2 filter=lfs diff=lfs merge=lfs -text
5
  *.ckpt filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "Unitree_G1_Brainco",
29
+ "total_episodes": 197,
30
+ "total_frames": 220788,
31
+ "total_tasks": 1,
32
+ "total_videos": 788,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:197"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 26
46
+ ],
47
+ "names": [
48
+ [
49
+ "kLeftShoulderPitch",
50
+ "kLeftShoulderRoll",
51
+ "kLeftShoulderYaw",
52
+ "kLeftElbow",
53
+ "kLeftWristRoll",
54
+ "kLeftWristPitch",
55
+ "kLeftWristYaw",
56
+ "kRightShoulderPitch",
57
+ "kRightShoulderRoll",
58
+ "kRightShoulderYaw",
59
+ "kRightElbow",
60
+ "kRightWristRoll",
61
+ "kRightWristPitch",
62
+ "kRightWristYaw",
63
+ "kLeftHandThumb",
64
+ "kLeftHandThumbAux",
65
+ "kLeftHandIndex",
66
+ "kLeftHandMiddle",
67
+ "kLeftHandRing",
68
+ "kLeftHandPinky",
69
+ "kRightHandThumb",
70
+ "kRightHandThumbAux",
71
+ "kRightHandIndex",
72
+ "kRightHandMiddle",
73
+ "kRightHandRing",
74
+ "kRightHandPinky"
75
+ ]
76
+ ]
77
+ },
78
+ "action": {
79
+ "dtype": "float32",
80
+ "shape": [
81
+ 26
82
+ ],
83
+ "names": [
84
+ [
85
+ "kLeftShoulderPitch",
86
+ "kLeftShoulderRoll",
87
+ "kLeftShoulderYaw",
88
+ "kLeftElbow",
89
+ "kLeftWristRoll",
90
+ "kLeftWristPitch",
91
+ "kLeftWristYaw",
92
+ "kRightShoulderPitch",
93
+ "kRightShoulderRoll",
94
+ "kRightShoulderYaw",
95
+ "kRightElbow",
96
+ "kRightWristRoll",
97
+ "kRightWristPitch",
98
+ "kRightWristYaw",
99
+ "kLeftHandThumb",
100
+ "kLeftHandThumbAux",
101
+ "kLeftHandIndex",
102
+ "kLeftHandMiddle",
103
+ "kLeftHandRing",
104
+ "kLeftHandPinky",
105
+ "kRightHandThumb",
106
+ "kRightHandThumbAux",
107
+ "kRightHandIndex",
108
+ "kRightHandMiddle",
109
+ "kRightHandRing",
110
+ "kRightHandPinky"
111
+ ]
112
+ ]
113
+ },
114
+ "observation.images.cam_left_high": {
115
+ "dtype": "video",
116
+ "shape": [
117
+ 3,
118
+ 480,
119
+ 640
120
+ ],
121
+ "names": [
122
+ "channels",
123
+ "height",
124
+ "width"
125
+ ],
126
+ "info": {
127
+ "video.height": 480,
128
+ "video.width": 640,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 30,
133
+ "video.channels": 3,
134
+ "has_audio": false
135
+ }
136
+ },
137
+ "observation.images.cam_right_high": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 3,
141
+ 480,
142
+ 640
143
+ ],
144
+ "names": [
145
+ "channels",
146
+ "height",
147
+ "width"
148
+ ],
149
+ "info": {
150
+ "video.height": 480,
151
+ "video.width": 640,
152
+ "video.codec": "av1",
153
+ "video.pix_fmt": "yuv420p",
154
+ "video.is_depth_map": false,
155
+ "video.fps": 30,
156
+ "video.channels": 3,
157
+ "has_audio": false
158
+ }
159
+ },
160
+ "observation.images.cam_left_wrist": {
161
+ "dtype": "video",
162
+ "shape": [
163
+ 3,
164
+ 480,
165
+ 640
166
+ ],
167
+ "names": [
168
+ "channels",
169
+ "height",
170
+ "width"
171
+ ],
172
+ "info": {
173
+ "video.height": 480,
174
+ "video.width": 640,
175
+ "video.codec": "av1",
176
+ "video.pix_fmt": "yuv420p",
177
+ "video.is_depth_map": false,
178
+ "video.fps": 30,
179
+ "video.channels": 3,
180
+ "has_audio": false
181
+ }
182
+ },
183
+ "observation.images.cam_right_wrist": {
184
+ "dtype": "video",
185
+ "shape": [
186
+ 3,
187
+ 480,
188
+ 640
189
+ ],
190
+ "names": [
191
+ "channels",
192
+ "height",
193
+ "width"
194
+ ],
195
+ "info": {
196
+ "video.height": 480,
197
+ "video.width": 640,
198
+ "video.codec": "av1",
199
+ "video.pix_fmt": "yuv420p",
200
+ "video.is_depth_map": false,
201
+ "video.fps": 30,
202
+ "video.channels": 3,
203
+ "has_audio": false
204
+ }
205
+ },
206
+ "timestamp": {
207
+ "dtype": "float32",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "names": null
212
+ },
213
+ "frame_index": {
214
+ "dtype": "int64",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": null
219
+ },
220
+ "episode_index": {
221
+ "dtype": "int64",
222
+ "shape": [
223
+ 1
224
+ ],
225
+ "names": null
226
+ },
227
+ "index": {
228
+ "dtype": "int64",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "names": null
233
+ },
234
+ "task_index": {
235
+ "dtype": "int64",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ }
241
+ }
242
+ }
243
+ ```
244
+
245
+
246
+ ## Citation
247
+
248
+ **BibTeX:**
249
+
250
+ ```bibtex
251
+ [More Information Needed]
252
+ ```
data/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df2d5472874d339901f95d316f07003df59bf0c0fcfc0d7e608d04a8e5be3359
3
+ size 47381466
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7c6b40b4059a69ad37f58419caeabea99ec37395d7305ae9dacd35ecbff03fb
3
+ size 437170
meta/info.json ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "Unitree_G1_Brainco",
4
+ "total_episodes": 197,
5
+ "total_frames": 220788,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "fps": 30.0,
9
+ "splits": {
10
+ "train": "0:197"
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
+ "observation.state": {
16
+ "dtype": "float32",
17
+ "shape": [
18
+ 26
19
+ ],
20
+ "names": [
21
+ [
22
+ "kLeftShoulderPitch",
23
+ "kLeftShoulderRoll",
24
+ "kLeftShoulderYaw",
25
+ "kLeftElbow",
26
+ "kLeftWristRoll",
27
+ "kLeftWristPitch",
28
+ "kLeftWristYaw",
29
+ "kRightShoulderPitch",
30
+ "kRightShoulderRoll",
31
+ "kRightShoulderYaw",
32
+ "kRightElbow",
33
+ "kRightWristRoll",
34
+ "kRightWristPitch",
35
+ "kRightWristYaw",
36
+ "kLeftHandThumb",
37
+ "kLeftHandThumbAux",
38
+ "kLeftHandIndex",
39
+ "kLeftHandMiddle",
40
+ "kLeftHandRing",
41
+ "kLeftHandPinky",
42
+ "kRightHandThumb",
43
+ "kRightHandThumbAux",
44
+ "kRightHandIndex",
45
+ "kRightHandMiddle",
46
+ "kRightHandRing",
47
+ "kRightHandPinky"
48
+ ]
49
+ ],
50
+ "fps": 30.0
51
+ },
52
+ "action": {
53
+ "dtype": "float32",
54
+ "shape": [
55
+ 26
56
+ ],
57
+ "names": [
58
+ [
59
+ "kLeftShoulderPitch",
60
+ "kLeftShoulderRoll",
61
+ "kLeftShoulderYaw",
62
+ "kLeftElbow",
63
+ "kLeftWristRoll",
64
+ "kLeftWristPitch",
65
+ "kLeftWristYaw",
66
+ "kRightShoulderPitch",
67
+ "kRightShoulderRoll",
68
+ "kRightShoulderYaw",
69
+ "kRightElbow",
70
+ "kRightWristRoll",
71
+ "kRightWristPitch",
72
+ "kRightWristYaw",
73
+ "kLeftHandThumb",
74
+ "kLeftHandThumbAux",
75
+ "kLeftHandIndex",
76
+ "kLeftHandMiddle",
77
+ "kLeftHandRing",
78
+ "kLeftHandPinky",
79
+ "kRightHandThumb",
80
+ "kRightHandThumbAux",
81
+ "kRightHandIndex",
82
+ "kRightHandMiddle",
83
+ "kRightHandRing",
84
+ "kRightHandPinky"
85
+ ]
86
+ ],
87
+ "fps": 30.0
88
+ },
89
+ "timestamp": {
90
+ "dtype": "float32",
91
+ "shape": [
92
+ 1
93
+ ],
94
+ "names": null,
95
+ "fps": 30.0
96
+ },
97
+ "frame_index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null,
103
+ "fps": 30.0
104
+ },
105
+ "episode_index": {
106
+ "dtype": "int64",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": null,
111
+ "fps": 30.0
112
+ },
113
+ "index": {
114
+ "dtype": "int64",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null,
119
+ "fps": 30.0
120
+ },
121
+ "task_index": {
122
+ "dtype": "int64",
123
+ "shape": [
124
+ 1
125
+ ],
126
+ "names": null,
127
+ "fps": 30.0
128
+ },
129
+ "observation.images.ego_view": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 3,
133
+ 480,
134
+ 640
135
+ ],
136
+ "names": [
137
+ "channels",
138
+ "height",
139
+ "width"
140
+ ],
141
+ "info": {
142
+ "video.height": 480,
143
+ "video.width": 640,
144
+ "video.codec": "av1",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "video.fps": 30,
148
+ "video.channels": 3,
149
+ "has_audio": false
150
+ }
151
+ }
152
+ },
153
+ "data_files_size_in_mb": 100,
154
+ "video_files_size_in_mb": 500
155
+ }
meta/stats.json ADDED
@@ -0,0 +1,394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task_index": {
3
+ "min": [
4
+ 0
5
+ ],
6
+ "max": [
7
+ 0
8
+ ],
9
+ "mean": [
10
+ 0.0
11
+ ],
12
+ "std": [
13
+ 0.0
14
+ ],
15
+ "count": [
16
+ 220788
17
+ ]
18
+ },
19
+ "episode_index": {
20
+ "min": [
21
+ 0
22
+ ],
23
+ "max": [
24
+ 196
25
+ ],
26
+ "mean": [
27
+ 94.6961157309274
28
+ ],
29
+ "std": [
30
+ 56.28208293037578
31
+ ],
32
+ "count": [
33
+ 220788
34
+ ]
35
+ },
36
+ "observation.state": {
37
+ "min": [
38
+ -0.8623343706130981,
39
+ -0.14705662429332733,
40
+ -0.16796797513961792,
41
+ -0.07689773291349411,
42
+ -0.31376227736473083,
43
+ -0.8722662925720215,
44
+ -0.34020093083381653,
45
+ -1.1921932697296143,
46
+ -0.7560942769050598,
47
+ -0.3828684985637665,
48
+ -0.5559284687042236,
49
+ -1.024787187576294,
50
+ -1.081337809562683,
51
+ -1.4838883876800537,
52
+ 0.0,
53
+ 0.0,
54
+ 0.0,
55
+ 0.0,
56
+ 0.0,
57
+ 0.0,
58
+ 0.0,
59
+ 0.0,
60
+ 0.0,
61
+ 0.0,
62
+ 0.0,
63
+ 0.0
64
+ ],
65
+ "max": [
66
+ 0.22348067164421082,
67
+ 0.3579464256763458,
68
+ 0.32946714758872986,
69
+ 1.3391560316085815,
70
+ 0.41647839546203613,
71
+ 0.18796208500862122,
72
+ 0.7265039682388306,
73
+ 0.4237271845340729,
74
+ 0.17379945516586304,
75
+ 0.8552808165550232,
76
+ 1.3930505514144897,
77
+ 0.8361612558364868,
78
+ 0.7266303300857544,
79
+ 1.3716151714324951,
80
+ 0.93848717212677,
81
+ 0.9221372008323669,
82
+ 0.7436903715133667,
83
+ 0.8644529581069946,
84
+ 0.8675656914710999,
85
+ 0.8761323094367981,
86
+ 0.9996052384376526,
87
+ 0.998285710811615,
88
+ 0.8196565508842468,
89
+ 0.8914473652839661,
90
+ 0.9029274582862854,
91
+ 0.9057658910751343
92
+ ],
93
+ "mean": [
94
+ -0.4056021686199533,
95
+ 0.11447884264006308,
96
+ 0.1000463089681171,
97
+ 0.858602925028332,
98
+ 0.053382997575118364,
99
+ -0.39944142160965007,
100
+ 0.10614515826846975,
101
+ -0.5273083008746208,
102
+ -0.2764676683794202,
103
+ 0.294134621035697,
104
+ 0.6313397643249875,
105
+ -0.4734663639496285,
106
+ -0.2626454422407787,
107
+ 0.0131856422341831,
108
+ 0.3244433430584756,
109
+ 0.6976711970760565,
110
+ 0.21433726139428655,
111
+ 0.3535597401822738,
112
+ 0.3759471381592817,
113
+ 0.38633153834498446,
114
+ 0.1956221102983485,
115
+ 0.7207217914370982,
116
+ 0.19552588979087052,
117
+ 0.26615984514330016,
118
+ 0.27952717373600033,
119
+ 0.28218217562060505
120
+ ],
121
+ "std": [
122
+ 0.2957596097707302,
123
+ 0.10917727025697517,
124
+ 0.05648945955092385,
125
+ 0.40043757285273185,
126
+ 0.10735434341105622,
127
+ 0.2104413034583429,
128
+ 0.2543800861076038,
129
+ 0.2725892404110614,
130
+ 0.13987185928444934,
131
+ 0.23554468400535952,
132
+ 0.4541361792425133,
133
+ 0.29156659238691596,
134
+ 0.29418688155279404,
135
+ 0.34805711606613576,
136
+ 0.291602044582606,
137
+ 0.05895211270576278,
138
+ 0.15792618096792452,
139
+ 0.27485745623940105,
140
+ 0.29160488295237214,
141
+ 0.2905399323893639,
142
+ 0.30049517419592575,
143
+ 0.11613625034551214,
144
+ 0.2010839489912112,
145
+ 0.2766391818280929,
146
+ 0.28518757198038414,
147
+ 0.28382588206647746
148
+ ],
149
+ "count": [
150
+ 220788
151
+ ]
152
+ },
153
+ "index": {
154
+ "min": [
155
+ 0
156
+ ],
157
+ "max": [
158
+ 220787
159
+ ],
160
+ "mean": [
161
+ 110393.5
162
+ ],
163
+ "std": [
164
+ 63736.00561626581
165
+ ],
166
+ "count": [
167
+ 220788
168
+ ]
169
+ },
170
+ "timestamp": {
171
+ "min": [
172
+ 0.0
173
+ ],
174
+ "max": [
175
+ 110.73333333333333
176
+ ],
177
+ "mean": [
178
+ 20.8841517654945
179
+ ],
180
+ "std": [
181
+ 15.139215948221306
182
+ ],
183
+ "count": [
184
+ 220788
185
+ ]
186
+ },
187
+ "action": {
188
+ "min": [
189
+ -0.8623343706130981,
190
+ -0.14705662429332733,
191
+ -0.16796797513961792,
192
+ -0.07689773291349411,
193
+ -0.31376227736473083,
194
+ -0.8722662925720215,
195
+ -0.34020093083381653,
196
+ -1.1921932697296143,
197
+ -0.7560942769050598,
198
+ -0.3828684985637665,
199
+ -0.5559284687042236,
200
+ -1.024787187576294,
201
+ -1.081337809562683,
202
+ -1.4838883876800537,
203
+ 0.0,
204
+ 0.4853237271308899,
205
+ 0.0,
206
+ 0.0,
207
+ 0.0,
208
+ 0.0,
209
+ 0.0,
210
+ 0.13096939027309418,
211
+ 0.0,
212
+ 0.0,
213
+ 0.0,
214
+ 0.0
215
+ ],
216
+ "max": [
217
+ 0.22348067164421082,
218
+ 0.3579464256763458,
219
+ 0.32960301637649536,
220
+ 1.3391560316085815,
221
+ 0.41647839546203613,
222
+ 0.18796208500862122,
223
+ 0.7265039682388306,
224
+ 0.4237271845340729,
225
+ 0.17379945516586304,
226
+ 0.8552808165550232,
227
+ 1.3930505514144897,
228
+ 0.8361612558364868,
229
+ 0.7266303300857544,
230
+ 1.3716151714324951,
231
+ 0.93848717212677,
232
+ 0.9221372008323669,
233
+ 0.7436903715133667,
234
+ 0.8644529581069946,
235
+ 0.8675656914710999,
236
+ 0.8761323094367981,
237
+ 0.9996052384376526,
238
+ 0.998285710811615,
239
+ 0.8196565508842468,
240
+ 0.8914473652839661,
241
+ 0.9029274582862854,
242
+ 0.9057658910751343
243
+ ],
244
+ "mean": [
245
+ -0.4056081969257507,
246
+ 0.1144867774843531,
247
+ 0.10005159775573098,
248
+ 0.8586358022555587,
249
+ 0.05337094090323657,
250
+ -0.39942233509681924,
251
+ 0.10611775443737065,
252
+ -0.5273155433811484,
253
+ -0.27646881163906945,
254
+ 0.29415061820689814,
255
+ 0.6313933046983522,
256
+ -0.47349463974291695,
257
+ -0.2626518721998234,
258
+ 0.013175882817386013,
259
+ 0.3246748366947018,
260
+ 0.6982980216785577,
261
+ 0.21439090622063733,
262
+ 0.35387912329076837,
263
+ 0.376176103695155,
264
+ 0.3866845408244257,
265
+ 0.19575239052256307,
266
+ 0.7213846539217101,
267
+ 0.19564600677669014,
268
+ 0.26647487635932404,
269
+ 0.27974976646999955,
270
+ 0.2825172316740373
271
+ ],
272
+ "std": [
273
+ 0.2957676450395635,
274
+ 0.10917619953212386,
275
+ 0.05649162208381265,
276
+ 0.40043070868191694,
277
+ 0.10735932302909988,
278
+ 0.2104462431813499,
279
+ 0.25438459391673024,
280
+ 0.27261544249619807,
281
+ 0.1398712366452662,
282
+ 0.2355226440505546,
283
+ 0.4541491050821999,
284
+ 0.2915331479348633,
285
+ 0.2941792085828389,
286
+ 0.3480635693862366,
287
+ 0.29162522798314644,
288
+ 0.05517972429935831,
289
+ 0.15797792184058368,
290
+ 0.27478654748723047,
291
+ 0.2916423429516133,
292
+ 0.2904443511374021,
293
+ 0.30058107777152904,
294
+ 0.11415321244458887,
295
+ 0.2011755543744056,
296
+ 0.27667611235685835,
297
+ 0.285293089629746,
298
+ 0.2838577371992654
299
+ ],
300
+ "count": [
301
+ 220788
302
+ ]
303
+ },
304
+ "frame_index": {
305
+ "min": [
306
+ 0
307
+ ],
308
+ "max": [
309
+ 3322
310
+ ],
311
+ "mean": [
312
+ 626.524552964835
313
+ ],
314
+ "std": [
315
+ 454.1764784466392
316
+ ],
317
+ "count": [
318
+ 220788
319
+ ]
320
+ },
321
+ "observation.images.ego_view": {
322
+ "min": [
323
+ [
324
+ [
325
+ 0.0
326
+ ]
327
+ ],
328
+ [
329
+ [
330
+ 0.0
331
+ ]
332
+ ],
333
+ [
334
+ [
335
+ 0.0
336
+ ]
337
+ ]
338
+ ],
339
+ "max": [
340
+ [
341
+ [
342
+ 1.0
343
+ ]
344
+ ],
345
+ [
346
+ [
347
+ 1.0
348
+ ]
349
+ ],
350
+ [
351
+ [
352
+ 1.0
353
+ ]
354
+ ]
355
+ ],
356
+ "mean": [
357
+ [
358
+ [
359
+ 0.4621147151781438
360
+ ]
361
+ ],
362
+ [
363
+ [
364
+ 0.4696190477568455
365
+ ]
366
+ ],
367
+ [
368
+ [
369
+ 0.43458902945724126
370
+ ]
371
+ ]
372
+ ],
373
+ "std": [
374
+ [
375
+ [
376
+ 0.30001743573815143
377
+ ]
378
+ ],
379
+ [
380
+ [
381
+ 0.2946064852343278
382
+ ]
383
+ ],
384
+ [
385
+ [
386
+ 0.3009010163961913
387
+ ]
388
+ ]
389
+ ],
390
+ "count": [
391
+ 37691
392
+ ]
393
+ }
394
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cfef4de994dfd970ecefb6d54eb21bfff9b7bae56a45ec8c70ad9c02c1b3a6c
3
+ size 2286
videos/observation.images.ego_view/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c91a8d13d563f6fd3b62c07c9718251dcf53a62528b8a0e01d3460e243d53e
3
+ size 522720533
videos/observation.images.ego_view/chunk-000/file-001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f25a41563a7586552fcc90df866e43b9aa8f0dd425b15e442e795b57a92ff7
3
+ size 512082646
videos/observation.images.ego_view/chunk-000/file-002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:451839652179eb537495114e061fa2308c22c6c7371606dbe4e128398a875aca
3
+ size 522935466
videos/observation.images.ego_view/chunk-000/file-003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2972e5cd07a8ddc979a8029ce6a9ca7c2d512ba75f4826dfd33662365524ed69
3
+ size 485286065