Dongkkka commited on
Commit
e3dcac9
·
verified ·
1 Parent(s): 50458e4

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:ea187bb1d5411f11bdb885c24d23822a64e059af190612a3f5490006703ea117
3
+ size 66784
meta/episodes/chunk-000/file-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:732a274ee34e05da8371c7fb51949f04575d8ddec84ddb066ce40a86be764aee
3
+ size 43734
meta/info.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "ffw_bg2_rev4",
4
+ "total_episodes": 1,
5
+ "total_frames": 530,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "timestamp": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null,
23
+ "fps": 30
24
+ },
25
+ "frame_index": {
26
+ "dtype": "int64",
27
+ "shape": [
28
+ 1
29
+ ],
30
+ "names": null,
31
+ "fps": 30
32
+ },
33
+ "episode_index": {
34
+ "dtype": "int64",
35
+ "shape": [
36
+ 1
37
+ ],
38
+ "names": null,
39
+ "fps": 30
40
+ },
41
+ "index": {
42
+ "dtype": "int64",
43
+ "shape": [
44
+ 1
45
+ ],
46
+ "names": null,
47
+ "fps": 30
48
+ },
49
+ "task_index": {
50
+ "dtype": "int64",
51
+ "shape": [
52
+ 1
53
+ ],
54
+ "names": null,
55
+ "fps": 30
56
+ },
57
+ "observation.state": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 19
61
+ ],
62
+ "names": [
63
+ "arm_l_joint1",
64
+ "arm_l_joint2",
65
+ "arm_l_joint3",
66
+ "arm_l_joint4",
67
+ "arm_l_joint5",
68
+ "arm_l_joint6",
69
+ "arm_l_joint7",
70
+ "gripper_l_joint1",
71
+ "arm_r_joint1",
72
+ "arm_r_joint2",
73
+ "arm_r_joint3",
74
+ "arm_r_joint4",
75
+ "arm_r_joint5",
76
+ "arm_r_joint6",
77
+ "arm_r_joint7",
78
+ "gripper_r_joint1",
79
+ "head_joint1",
80
+ "head_joint2",
81
+ "lift_joint"
82
+ ],
83
+ "fps": 30
84
+ },
85
+ "action": {
86
+ "dtype": "float32",
87
+ "shape": [
88
+ 19
89
+ ],
90
+ "names": [
91
+ "joint_0",
92
+ "joint_1",
93
+ "joint_2",
94
+ "joint_3",
95
+ "joint_4",
96
+ "joint_5",
97
+ "joint_6",
98
+ "joint_7",
99
+ "joint_8",
100
+ "joint_9",
101
+ "joint_10",
102
+ "joint_11",
103
+ "joint_12",
104
+ "joint_13",
105
+ "joint_14",
106
+ "joint_15",
107
+ "joint_16",
108
+ "joint_17",
109
+ "joint_18"
110
+ ],
111
+ "fps": 30
112
+ },
113
+ "observation.images.cam_head": {
114
+ "dtype": "video",
115
+ "shape": [
116
+ 376,
117
+ 672,
118
+ 3
119
+ ],
120
+ "names": [
121
+ "height",
122
+ "width",
123
+ "channels"
124
+ ]
125
+ },
126
+ "observation.images.cam_wrist_left": {
127
+ "dtype": "video",
128
+ "shape": [
129
+ 240,
130
+ 424,
131
+ 3
132
+ ],
133
+ "names": [
134
+ "height",
135
+ "width",
136
+ "channels"
137
+ ]
138
+ },
139
+ "observation.images.cam_wrist_right": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 240,
143
+ 424,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channels"
150
+ ]
151
+ }
152
+ }
153
+ }
meta/quality_report.json ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "overall_status": "ERROR",
3
+ "total_warnings": 6,
4
+ "total_errors": 2,
5
+ "episodes": {
6
+ "episode_000000": {
7
+ "source_bag": "/workspace/test_recording_v30",
8
+ "duration_sec": 17.666,
9
+ "total_messages": 3359,
10
+ "overall_status": "ERROR",
11
+ "summary": {
12
+ "total_warnings": 6,
13
+ "total_errors": 2,
14
+ "topics_analyzed": 4
15
+ },
16
+ "topics": {
17
+ "/joint_states": {
18
+ "expected_hz": 100.0,
19
+ "actual_mean_hz": 100.02,
20
+ "message_count": 1768,
21
+ "interval_ms": {
22
+ "expected": 10.0,
23
+ "actual_mean": 10.0,
24
+ "min": 0.0,
25
+ "max": 74.72,
26
+ "std": 2.54
27
+ },
28
+ "thresholds_ms": {
29
+ "warning": 20.0,
30
+ "error": 40.0
31
+ },
32
+ "quality": {
33
+ "status": "ERROR",
34
+ "warning_count": 1,
35
+ "error_count": 1,
36
+ "warning_ratio": 0.06,
37
+ "error_ratio": 0.06
38
+ },
39
+ "gaps": [
40
+ {
41
+ "index": 31,
42
+ "time_sec": 1768358713.6408,
43
+ "gap_ms": 74.72,
44
+ "severity": "error",
45
+ "expected_ms": 10.0
46
+ },
47
+ {
48
+ "index": 32,
49
+ "time_sec": 1768358713.7155,
50
+ "gap_ms": 35.7,
51
+ "severity": "warning",
52
+ "expected_ms": 10.0
53
+ }
54
+ ]
55
+ },
56
+ "/camera_right/camera_right/color/image_rect_raw/compressed/metadata": {
57
+ "expected_hz": 30.0,
58
+ "actual_mean_hz": 30.02,
59
+ "message_count": 531,
60
+ "interval_ms": {
61
+ "expected": 33.33,
62
+ "actual_mean": 33.31,
63
+ "min": 0.98,
64
+ "max": 108.84,
65
+ "std": 6.53
66
+ },
67
+ "thresholds_ms": {
68
+ "warning": 66.67,
69
+ "error": 133.33
70
+ },
71
+ "quality": {
72
+ "status": "WARNING",
73
+ "warning_count": 2,
74
+ "error_count": 0,
75
+ "warning_ratio": 0.38,
76
+ "error_ratio": 0.0
77
+ },
78
+ "gaps": [
79
+ {
80
+ "index": 8,
81
+ "time_sec": 1768358713.6066,
82
+ "gap_ms": 108.84,
83
+ "severity": "warning",
84
+ "expected_ms": 33.33
85
+ },
86
+ {
87
+ "index": 335,
88
+ "time_sec": 1768358724.4967,
89
+ "gap_ms": 68.48,
90
+ "severity": "warning",
91
+ "expected_ms": 33.33
92
+ }
93
+ ]
94
+ },
95
+ "/camera_left/camera_left/color/image_rect_raw/compressed/metadata": {
96
+ "expected_hz": 30.0,
97
+ "actual_mean_hz": 30.03,
98
+ "message_count": 531,
99
+ "interval_ms": {
100
+ "expected": 33.33,
101
+ "actual_mean": 33.3,
102
+ "min": 0.77,
103
+ "max": 143.78,
104
+ "std": 8.05
105
+ },
106
+ "thresholds_ms": {
107
+ "warning": 66.67,
108
+ "error": 133.33
109
+ },
110
+ "quality": {
111
+ "status": "ERROR",
112
+ "warning_count": 1,
113
+ "error_count": 1,
114
+ "warning_ratio": 0.19,
115
+ "error_ratio": 0.19
116
+ },
117
+ "gaps": [
118
+ {
119
+ "index": 8,
120
+ "time_sec": 1768358713.6058,
121
+ "gap_ms": 143.78,
122
+ "severity": "error",
123
+ "expected_ms": 33.33
124
+ },
125
+ {
126
+ "index": 346,
127
+ "time_sec": 1768358724.8636,
128
+ "gap_ms": 78.23,
129
+ "severity": "warning",
130
+ "expected_ms": 33.33
131
+ }
132
+ ]
133
+ },
134
+ "/zed/zed_node/left/image_rect_color/compressed/metadata": {
135
+ "expected_hz": 30.0,
136
+ "actual_mean_hz": 29.95,
137
+ "message_count": 529,
138
+ "interval_ms": {
139
+ "expected": 33.33,
140
+ "actual_mean": 33.39,
141
+ "min": 1.32,
142
+ "max": 71.25,
143
+ "std": 4.03
144
+ },
145
+ "thresholds_ms": {
146
+ "warning": 66.67,
147
+ "error": 133.33
148
+ },
149
+ "quality": {
150
+ "status": "WARNING",
151
+ "warning_count": 2,
152
+ "error_count": 0,
153
+ "warning_ratio": 0.38,
154
+ "error_ratio": 0.0
155
+ },
156
+ "gaps": [
157
+ {
158
+ "index": 8,
159
+ "time_sec": 1768358713.6091,
160
+ "gap_ms": 71.25,
161
+ "severity": "warning",
162
+ "expected_ms": 33.33
163
+ },
164
+ {
165
+ "index": 10,
166
+ "time_sec": 1768358713.6817,
167
+ "gap_ms": 69.06,
168
+ "severity": "warning",
169
+ "expected_ms": 33.33
170
+ }
171
+ ]
172
+ }
173
+ },
174
+ "staleness": {
175
+ "observation.state": {
176
+ "topic": "observation.state",
177
+ "total_samples": 530,
178
+ "staleness": {
179
+ "warning_count": 0,
180
+ "error_count": 0,
181
+ "warning_ratio": 0.0,
182
+ "error_ratio": 0.0,
183
+ "max_ms": 58.48,
184
+ "mean_ms": 5.17
185
+ },
186
+ "status": "GOOD",
187
+ "stale_samples": []
188
+ },
189
+ "action": {
190
+ "topic": "action",
191
+ "total_samples": 0,
192
+ "staleness": {
193
+ "warning_count": 0,
194
+ "error_count": 0,
195
+ "warning_ratio": 0.0,
196
+ "error_ratio": 0.0,
197
+ "max_ms": 0.0,
198
+ "mean_ms": 0.0
199
+ },
200
+ "status": "GOOD",
201
+ "stale_samples": []
202
+ }
203
+ }
204
+ }
205
+ }
206
+ }
meta/stats.json ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "observation.state": {
3
+ "mean": [
4
+ -0.017187727615237236,
5
+ 0.17506355047225952,
6
+ -0.12018458545207977,
7
+ -1.6920750141143799,
8
+ 0.05312557891011238,
9
+ 0.28081047534942627,
10
+ -0.19133104383945465,
11
+ 0.3279038071632385,
12
+ 0.02894495241343975,
13
+ -0.01646946743130684,
14
+ -0.089925117790699,
15
+ -1.6113759279251099,
16
+ -0.23996348679065704,
17
+ 0.0761573538184166,
18
+ 0.3223792016506195,
19
+ 0.3500750660896301,
20
+ 0.6875607967376709,
21
+ 2.895717443607282e-06,
22
+ -0.17025940120220184
23
+ ],
24
+ "std": [
25
+ 0.17223964631557465,
26
+ 0.04518938809633255,
27
+ 0.2747640311717987,
28
+ 0.16730797290802002,
29
+ 0.18848726153373718,
30
+ 0.24637313187122345,
31
+ 0.24578385055065155,
32
+ 0.3652009665966034,
33
+ 0.15423448383808136,
34
+ 0.02857016585767269,
35
+ 0.16936179995536804,
36
+ 0.14086584746837616,
37
+ 0.20764578878879547,
38
+ 0.20479458570480347,
39
+ 0.07894054800271988,
40
+ 0.4334797263145447,
41
+ 9.429224155610427e-05,
42
+ 6.660156941507012e-05,
43
+ 2.7406422304920852e-06
44
+ ],
45
+ "min": [
46
+ -0.26900988817214966,
47
+ 0.08855143934488297,
48
+ -0.3899427056312561,
49
+ -1.8839800357818604,
50
+ -0.31432226300239563,
51
+ -0.004781705792993307,
52
+ -0.6333450675010681,
53
+ 0.0,
54
+ -0.16046877205371857,
55
+ -0.11963851749897003,
56
+ -0.6214779615402222,
57
+ -1.9857261180877686,
58
+ -0.500461220741272,
59
+ -0.36713671684265137,
60
+ 0.11533135920763016,
61
+ 0.005940540693700314,
62
+ 0.6860243678092957,
63
+ 0.0,
64
+ -0.17025987803936005
65
+ ],
66
+ "max": [
67
+ 0.3277325928211212,
68
+ 0.26287397742271423,
69
+ 0.40553417801856995,
70
+ -1.4161039590835571,
71
+ 0.3616359829902649,
72
+ 0.7612499594688416,
73
+ 0.08954702317714691,
74
+ 0.8762297034263611,
75
+ 0.389499306678772,
76
+ 4.793690095539205e-05,
77
+ 0.18681009113788605,
78
+ -1.3377031087875366,
79
+ 0.20163458585739136,
80
+ 0.7888136506080627,
81
+ 0.5722404718399048,
82
+ 1.0975148677825928,
83
+ 0.689093828201294,
84
+ 0.0015347301959991455,
85
+ -0.17021194100379944
86
+ ]
87
+ },
88
+ "action": {
89
+ "mean": [
90
+ 0.0,
91
+ 0.0,
92
+ 0.0,
93
+ 0.0,
94
+ 0.0,
95
+ 0.0,
96
+ 0.0,
97
+ 0.0,
98
+ 0.0,
99
+ 0.0,
100
+ 0.0,
101
+ 0.0,
102
+ 0.0,
103
+ 0.0,
104
+ 0.0,
105
+ 0.0,
106
+ 0.0,
107
+ 0.0,
108
+ 0.0
109
+ ],
110
+ "std": [
111
+ 0.0,
112
+ 0.0,
113
+ 0.0,
114
+ 0.0,
115
+ 0.0,
116
+ 0.0,
117
+ 0.0,
118
+ 0.0,
119
+ 0.0,
120
+ 0.0,
121
+ 0.0,
122
+ 0.0,
123
+ 0.0,
124
+ 0.0,
125
+ 0.0,
126
+ 0.0,
127
+ 0.0,
128
+ 0.0,
129
+ 0.0
130
+ ],
131
+ "min": [
132
+ 0.0,
133
+ 0.0,
134
+ 0.0,
135
+ 0.0,
136
+ 0.0,
137
+ 0.0,
138
+ 0.0,
139
+ 0.0,
140
+ 0.0,
141
+ 0.0,
142
+ 0.0,
143
+ 0.0,
144
+ 0.0,
145
+ 0.0,
146
+ 0.0,
147
+ 0.0,
148
+ 0.0,
149
+ 0.0,
150
+ 0.0
151
+ ],
152
+ "max": [
153
+ 0.0,
154
+ 0.0,
155
+ 0.0,
156
+ 0.0,
157
+ 0.0,
158
+ 0.0,
159
+ 0.0,
160
+ 0.0,
161
+ 0.0,
162
+ 0.0,
163
+ 0.0,
164
+ 0.0,
165
+ 0.0,
166
+ 0.0,
167
+ 0.0,
168
+ 0.0,
169
+ 0.0,
170
+ 0.0,
171
+ 0.0
172
+ ]
173
+ },
174
+ "observation.images.cam_head": {
175
+ "mean": [
176
+ [
177
+ [
178
+ 0.5106489062309265
179
+ ]
180
+ ],
181
+ [
182
+ [
183
+ 0.48554620146751404
184
+ ]
185
+ ],
186
+ [
187
+ [
188
+ 0.37487104535102844
189
+ ]
190
+ ]
191
+ ],
192
+ "std": [
193
+ [
194
+ [
195
+ 0.19073089957237244
196
+ ]
197
+ ],
198
+ [
199
+ [
200
+ 0.1812283843755722
201
+ ]
202
+ ],
203
+ [
204
+ [
205
+ 0.26221174001693726
206
+ ]
207
+ ]
208
+ ],
209
+ "min": [
210
+ [
211
+ [
212
+ 0.0
213
+ ]
214
+ ],
215
+ [
216
+ [
217
+ 0.0
218
+ ]
219
+ ],
220
+ [
221
+ [
222
+ 0.0
223
+ ]
224
+ ]
225
+ ],
226
+ "max": [
227
+ [
228
+ [
229
+ 0.9843137264251709
230
+ ]
231
+ ],
232
+ [
233
+ [
234
+ 0.95686274766922
235
+ ]
236
+ ],
237
+ [
238
+ [
239
+ 1.0
240
+ ]
241
+ ]
242
+ ]
243
+ },
244
+ "observation.images.cam_wrist_left": {
245
+ "mean": [
246
+ [
247
+ [
248
+ 0.45506834983825684
249
+ ]
250
+ ],
251
+ [
252
+ [
253
+ 0.4280036985874176
254
+ ]
255
+ ],
256
+ [
257
+ [
258
+ 0.3785952925682068
259
+ ]
260
+ ]
261
+ ],
262
+ "std": [
263
+ [
264
+ [
265
+ 0.2015155851840973
266
+ ]
267
+ ],
268
+ [
269
+ [
270
+ 0.18122953176498413
271
+ ]
272
+ ],
273
+ [
274
+ [
275
+ 0.2118803709745407
276
+ ]
277
+ ]
278
+ ],
279
+ "min": [
280
+ [
281
+ [
282
+ 0.0
283
+ ]
284
+ ],
285
+ [
286
+ [
287
+ 0.0
288
+ ]
289
+ ],
290
+ [
291
+ [
292
+ 0.0
293
+ ]
294
+ ]
295
+ ],
296
+ "max": [
297
+ [
298
+ [
299
+ 1.0
300
+ ]
301
+ ],
302
+ [
303
+ [
304
+ 1.0
305
+ ]
306
+ ],
307
+ [
308
+ [
309
+ 1.0
310
+ ]
311
+ ]
312
+ ]
313
+ },
314
+ "observation.images.cam_wrist_right": {
315
+ "mean": [
316
+ [
317
+ [
318
+ 0.45410022139549255
319
+ ]
320
+ ],
321
+ [
322
+ [
323
+ 0.4431843161582947
324
+ ]
325
+ ],
326
+ [
327
+ [
328
+ 0.4189007878303528
329
+ ]
330
+ ]
331
+ ],
332
+ "std": [
333
+ [
334
+ [
335
+ 0.17657911777496338
336
+ ]
337
+ ],
338
+ [
339
+ [
340
+ 0.16878953576087952
341
+ ]
342
+ ],
343
+ [
344
+ [
345
+ 0.1838480830192566
346
+ ]
347
+ ]
348
+ ],
349
+ "min": [
350
+ [
351
+ [
352
+ 0.0
353
+ ]
354
+ ],
355
+ [
356
+ [
357
+ 0.0
358
+ ]
359
+ ],
360
+ [
361
+ [
362
+ 0.0
363
+ ]
364
+ ]
365
+ ],
366
+ "max": [
367
+ [
368
+ [
369
+ 1.0
370
+ ]
371
+ ],
372
+ [
373
+ [
374
+ 1.0
375
+ ]
376
+ ],
377
+ [
378
+ [
379
+ 1.0
380
+ ]
381
+ ]
382
+ ]
383
+ }
384
+ }
meta/tasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e942763323eb8cbd1d11b8a2a84405078a90d7886510922da3188469876075c7
3
+ size 2197
videos/observation.images.cam_head/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c091de7038d4adc3184ce0f1c72446c273993633abd81f18200476c815ee4f
3
+ size 716472
videos/observation.images.cam_wrist_left/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:136d931ac10b24715e8619f8caa9f70d14d1ecb5160f1e0091e5e8abb27c610b
3
+ size 415576
videos/observation.images.cam_wrist_right/chunk-000/file-000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463fc90bc4a755e922f8c8a3b9bf7a73f7c330f8892329134ad1868a529ffb81
3
+ size 339654