lansekx commited on
Commit
7c0788e
·
verified ·
1 Parent(s): 7021560

test commit message again 3

Browse files
.commit_message ADDED
@@ -0,0 +1 @@
 
 
1
+ test commit message again 3
README.md ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - aloha
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** https://mobile-aloha.github.io/
20
+ - **Paper:** https://arxiv.org/abs/2401.02117
21
+ - **License:** mit
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.0",
29
+ "robot_type": "aloha",
30
+ "total_episodes": 85,
31
+ "total_frames": 127500,
32
+ "total_tasks": 1,
33
+ "total_videos": 255,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 50,
37
+ "splits": {
38
+ "train": "0:85"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "observation.images.cam_high": {
44
+ "dtype": "video",
45
+ "shape": [
46
+ 480,
47
+ 640,
48
+ 3
49
+ ],
50
+ "names": [
51
+ "height",
52
+ "width",
53
+ "channel"
54
+ ],
55
+ "video_info": {
56
+ "video.fps": 50.0,
57
+ "video.codec": "av1",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "has_audio": false
61
+ }
62
+ },
63
+ "observation.images.cam_left_wrist": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 480,
67
+ 640,
68
+ 3
69
+ ],
70
+ "names": [
71
+ "height",
72
+ "width",
73
+ "channel"
74
+ ],
75
+ "video_info": {
76
+ "video.fps": 50.0,
77
+ "video.codec": "av1",
78
+ "video.pix_fmt": "yuv420p",
79
+ "video.is_depth_map": false,
80
+ "has_audio": false
81
+ }
82
+ },
83
+ "observation.images.cam_right_wrist": {
84
+ "dtype": "video",
85
+ "shape": [
86
+ 480,
87
+ 640,
88
+ 3
89
+ ],
90
+ "names": [
91
+ "height",
92
+ "width",
93
+ "channel"
94
+ ],
95
+ "video_info": {
96
+ "video.fps": 50.0,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "has_audio": false
101
+ }
102
+ },
103
+ "observation.state": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 14
107
+ ],
108
+ "names": {
109
+ "motors": [
110
+ "left_waist",
111
+ "left_shoulder",
112
+ "left_elbow",
113
+ "left_forearm_roll",
114
+ "left_wrist_angle",
115
+ "left_wrist_rotate",
116
+ "left_gripper",
117
+ "right_waist",
118
+ "right_shoulder",
119
+ "right_elbow",
120
+ "right_forearm_roll",
121
+ "right_wrist_angle",
122
+ "right_wrist_rotate",
123
+ "right_gripper"
124
+ ]
125
+ }
126
+ },
127
+ "observation.effort": {
128
+ "dtype": "float32",
129
+ "shape": [
130
+ 14
131
+ ],
132
+ "names": {
133
+ "motors": [
134
+ "left_waist",
135
+ "left_shoulder",
136
+ "left_elbow",
137
+ "left_forearm_roll",
138
+ "left_wrist_angle",
139
+ "left_wrist_rotate",
140
+ "left_gripper",
141
+ "right_waist",
142
+ "right_shoulder",
143
+ "right_elbow",
144
+ "right_forearm_roll",
145
+ "right_wrist_angle",
146
+ "right_wrist_rotate",
147
+ "right_gripper"
148
+ ]
149
+ }
150
+ },
151
+ "action": {
152
+ "dtype": "float32",
153
+ "shape": [
154
+ 14
155
+ ],
156
+ "names": {
157
+ "motors": [
158
+ "left_waist",
159
+ "left_shoulder",
160
+ "left_elbow",
161
+ "left_forearm_roll",
162
+ "left_wrist_angle",
163
+ "left_wrist_rotate",
164
+ "left_gripper",
165
+ "right_waist",
166
+ "right_shoulder",
167
+ "right_elbow",
168
+ "right_forearm_roll",
169
+ "right_wrist_angle",
170
+ "right_wrist_rotate",
171
+ "right_gripper"
172
+ ]
173
+ }
174
+ },
175
+ "episode_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "frame_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "timestamp": {
190
+ "dtype": "float32",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "next.done": {
197
+ "dtype": "bool",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "index": {
204
+ "dtype": "int64",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ },
210
+ "task_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ }
217
+ }
218
+ }
219
+ ```
220
+
221
+
222
+ ## Citation
223
+
224
+ **BibTeX:**
225
+
226
+ ```bibtex
227
+ @inproceedings{fu2024mobile,
228
+ author = {Fu, Zipeng and Zhao, Tony Z. and Finn, Chelsea},
229
+ title = {Mobile ALOHA: Learning Bimanual Mobile Manipulation with Low-Cost Whole-Body Teleoperation},
230
+ booktitle = {arXiv},
231
+ year = {2024},
232
+ }
233
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da0b067ac9dbd59dc1cfc81b2dc08d2c47b2196dbdde83e670cf7d1ae18aa81d
3
+ size 432299
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:373db063e6004338aea04a515ddda0a4e8d839ca586ab4b5535dbc728b88f726
3
+ size 472805
device/camera_intrinsic.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device_list": [
3
+ {
4
+ "device_id": "realman",
5
+ "calibration_info": {
6
+ "version": "1.0",
7
+ "date": "2025-07-17",
8
+ "source": "calibration_tool",
9
+ "reprojection_error": 0.8
10
+ },
11
+ "camera_intrinsics": {
12
+ "top": {
13
+ "model": "PINHOLE",
14
+ "parameters": {
15
+ "width": 640,
16
+ "height": 480,
17
+ "fx": 605.849,
18
+ "fy": 605.742,
19
+ "cx": 309.673,
20
+ "cy": 245.429
21
+ },
22
+ "distortion": {
23
+ "model": "Inverse Brown Conrady",
24
+ "k1": 0,
25
+ "k2": 0,
26
+ "k3": 0,
27
+ "p1": 0,
28
+ "p2": 0
29
+ }
30
+ },
31
+ "right": {
32
+ "model": "PINHOLE",
33
+ "parameters": {
34
+ "width": 640,
35
+ "height": 480,
36
+ "fx": 606.736,
37
+ "fy": 605.451,
38
+ "cx": 322.341,
39
+ "cy": 255.021
40
+ },
41
+ "distortion": {
42
+ "model": "Inverse Brown Conrady",
43
+ "k1": 0,
44
+ "k2": 0,
45
+ "k3": 0,
46
+ "p1": 0,
47
+ "p2": 0
48
+ }
49
+ },
50
+ "left": {
51
+ "model": "PINHOLE",
52
+ "parameters": {
53
+ "width": 640,
54
+ "height": 480,
55
+ "fx": 607.072,
56
+ "fy": 607.943,
57
+ "cx": 315.199,
58
+ "cy": 245.262
59
+ },
60
+ "distortion": {
61
+ "model": "Inverse Brown Conrady",
62
+ "k1": 0,
63
+ "k2": 0,
64
+ "k3": 0,
65
+ "p1": 0,
66
+ "p2": 0
67
+ }
68
+ }
69
+ }
70
+ }
71
+ ]
72
+ }
device/device_episode.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "episode_index": 0,
4
+ "device_id": "realman"
5
+ },
6
+ {
7
+ "episode_index": 1,
8
+ "device_id": "realman"
9
+ }
10
+ ]
device/device_info.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "device_list": [
3
+ {
4
+ "device_id": "realman",
5
+ "device_type": "realman",
6
+ "device_info": {
7
+ "cam_high": {
8
+ "type": "Intel RealSense D435"
9
+ },
10
+ "cam_left_wrist": {
11
+ "type": "Intel RealSense D435"
12
+ },
13
+ "cam_right_wrist": {
14
+ "type": "Intel RealSense D435"
15
+ },
16
+ "piper_left": {
17
+ "type": "RM65-B",
18
+ "parameter": [
19
+ "Left arm joint positions seven rotations(rad,rad,rad,rad,rad,rad,rad)",
20
+ "Left gripper joint positions open and close angle(rad)",
21
+ "Left end effector positions xyz(m,m,m)",
22
+ "Left end effector 6D pose xyz euler angles(6)"
23
+ ]
24
+ },
25
+ "piper_right": {
26
+ "type": "RM65-B",
27
+ "parameter": [
28
+ "Right arm joint positions seven rotations(rad,rad,rad,rad,rad,rad,rad)",
29
+ "Right gripper joint positions open and close angle(rad)",
30
+ "Right end effector positions xyz(m,m,m)",
31
+ "Right end effector 6D pose xyz euler angles(6)"
32
+ ]
33
+ }
34
+ }
35
+ }
36
+ ]
37
+ }
label/annotation.json ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "episode_index": 0,
4
+ "annotation": {
5
+ "path": "/home/liuyou/Documents/dataset/realman/build_blocks/episode_2.hdf5",
6
+ "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/016a0055c2db2b820940e8c7c5622ba3_cam_high.mp4",
7
+ "id": 96891,
8
+ "videoLabels": [
9
+ {
10
+ "ranges": [
11
+ {
12
+ "end": 175,
13
+ "start": 175
14
+ }
15
+ ],
16
+ "timelinelabels": [
17
+ "抓住拱形块"
18
+ ]
19
+ },
20
+ {
21
+ "ranges": [
22
+ {
23
+ "end": 277,
24
+ "start": 277
25
+ }
26
+ ],
27
+ "timelinelabels": [
28
+ "将拱形块放在视野中央"
29
+ ]
30
+ },
31
+ {
32
+ "ranges": [
33
+ {
34
+ "end": 430,
35
+ "start": 430
36
+ }
37
+ ],
38
+ "timelinelabels": [
39
+ "抓住方形块"
40
+ ]
41
+ },
42
+ {
43
+ "ranges": [
44
+ {
45
+ "end": 544,
46
+ "start": 544
47
+ }
48
+ ],
49
+ "timelinelabels": [
50
+ "将方形块放在拱形块上"
51
+ ]
52
+ },
53
+ {
54
+ "ranges": [
55
+ {
56
+ "end": 686,
57
+ "start": 686
58
+ }
59
+ ],
60
+ "timelinelabels": [
61
+ "抓住三角形块"
62
+ ]
63
+ },
64
+ {
65
+ "ranges": [
66
+ {
67
+ "end": 770,
68
+ "start": 770
69
+ }
70
+ ],
71
+ "timelinelabels": [
72
+ "将三角形块放在方形块上"
73
+ ]
74
+ },
75
+ {
76
+ "ranges": [
77
+ {
78
+ "end": 967,
79
+ "start": 967
80
+ }
81
+ ],
82
+ "timelinelabels": [
83
+ "end"
84
+ ]
85
+ }
86
+ ],
87
+ "annotator": 39,
88
+ "annotation_id": 79485,
89
+ "created_at": "2025-07-04T02:41:30.572084Z",
90
+ "updated_at": "2025-07-04T05:25:06.217536Z",
91
+ "lead_time": 549.017
92
+ }
93
+ },
94
+ {
95
+ "episode_index": 1,
96
+ "annotation": {
97
+ "path": "/home/liuyou/Documents/dataset/realman/build_blocks/episode_1.hdf5",
98
+ "video": "https://baai-eai-datasets.ks3-cn-beijing.ksyuncs.com/proc_data/构建块(realman)/018c839f0cf844416c99bfdad6a51cb2_cam_high.mp4",
99
+ "id": 96892,
100
+ "videoLabels": [
101
+ {
102
+ "ranges": [
103
+ {
104
+ "end": 126,
105
+ "start": 126
106
+ }
107
+ ],
108
+ "timelinelabels": [
109
+ "抓住拱形块"
110
+ ]
111
+ },
112
+ {
113
+ "ranges": [
114
+ {
115
+ "end": 236,
116
+ "start": 236
117
+ }
118
+ ],
119
+ "timelinelabels": [
120
+ "将拱形块放在视野中央"
121
+ ]
122
+ },
123
+ {
124
+ "ranges": [
125
+ {
126
+ "end": 460,
127
+ "start": 460
128
+ }
129
+ ],
130
+ "timelinelabels": [
131
+ "抓住方形块"
132
+ ]
133
+ },
134
+ {
135
+ "ranges": [
136
+ {
137
+ "end": 572,
138
+ "start": 572
139
+ }
140
+ ],
141
+ "timelinelabels": [
142
+ "将方形块放在拱形块上"
143
+ ]
144
+ },
145
+ {
146
+ "ranges": [
147
+ {
148
+ "end": 694,
149
+ "start": 694
150
+ }
151
+ ],
152
+ "timelinelabels": [
153
+ "抓住三角形块"
154
+ ]
155
+ },
156
+ {
157
+ "ranges": [
158
+ {
159
+ "end": 810,
160
+ "start": 810
161
+ }
162
+ ],
163
+ "timelinelabels": [
164
+ "将三角形块放在方形块上"
165
+ ]
166
+ },
167
+ {
168
+ "ranges": [
169
+ {
170
+ "end": 1013,
171
+ "start": 1013
172
+ }
173
+ ],
174
+ "timelinelabels": [
175
+ "end"
176
+ ]
177
+ }
178
+ ],
179
+ "annotator": 94,
180
+ "annotation_id": 79509,
181
+ "created_at": "2025-07-04T02:48:37.232289Z",
182
+ "updated_at": "2025-07-04T07:03:42.338914Z",
183
+ "lead_time": 206.715
184
+ }
185
+ }
186
+ ]
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "tasks": ["Build blocks"], "length": 1281}
2
+ {"episode_index": 1, "tasks": ["Build blocks"], "length": 1403}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4667350411932686]], [[0.4744831752794576]], [[0.4688064994884246]]], "std": [[[0.14788792505978463]], [[0.1469546922083553]], [[0.1472308927416759]]], "count": [214]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46884308571559463]], [[0.47528396726681327]], [[0.46908520974589213]]], "std": [[[0.10938106910890211]], [[0.10647965522155216]], [[0.10940391412812998]]], "count": [214]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[0.9921568627450981]]], "mean": [[[0.46726148276678275]], [[0.468460902663246]], [[0.46508789360759883]]], "std": [[[0.10662137971067076]], [[0.10497005782235541]], [[0.10724040270207698]]], "count": [214]}, "states": {"min": [0.37859684228897095, 2.010601758956909, -1.014088749885559, -0.45231956243515015, -2.1232104301452637, -1.5672358274459839, 0.2307499796152115, 4.0, 0.09034799784421921, 0.2879210114479065, -0.2826650142669678, -0.1319834291934967, -0.35297730565071106, -0.996148407459259, -0.9824380278587341, -0.9953271150588989, -0.20185399055480957, -1.0079799890518188, -2.0654752254486084, 0.7455348372459412, -0.05377360060811043, 0.17407914996147156, 0.9730210900306702, -2.0501511096954346, 65.0, -0.27498099207878113, 0.2867409884929657, -0.277195006608963, -0.40743276476860046, -0.1582891047000885, 0.4502095580101013, -0.1663438230752945, -0.9996843934059143, -0.33879128098487854], "max": [0.7915067672729492, 2.03371000289917, -0.17057102918624878, 0.08155923336744308, -1.154936671257019, -0.9831265211105347, 0.9922895431518555, 873.0, 0.25602400302886963, 0.40069499611854553, -0.19536100327968597, 0.4548180103302002, 0.2849572002887726, -0.8629100322723389, -0.0962182953953743, -0.18373966217041016, 0.17367693781852722, -0.34348079562187195, -1.7988412380218506, 1.4696370363235474, 1.2447514533996582, 2.6057939529418945, 1.5629425048828125, -0.2952573597431183, 912.0, -0.044718001037836075, 0.4141409993171692, -0.13027599453926086, 0.7592393755912781, 0.7542499303817749, 0.9997624754905701, 0.9625378251075745, -0.2514938414096832, 0.386005699634552], "mean": [0.5919126272201538, 2.0228848457336426, -0.6248046159744263, -0.08876439929008484, -1.4677480459213257, -1.162742257118225, 0.6581148505210876, 551.8204345703125, 0.189454585313797, 0.35754522681236267, -0.24235019087791443, 0.11604518443346024, -0.15742702782154083, -0.9601309299468994, -0.7192888855934143, -0.568091869354248, 0.0531625859439373, -0.6304348707199097, -2.0373454093933105, 1.092187523841858, 0.4048110842704773, 1.6156189441680908, 1.3243776559829712, -1.0989501476287842, 464.2927551269531, -0.15196265280246735, 0.3492245674133301, -0.21176820993423462, 0.3256116807460785, 0.12609021365642548, 0.8255669474601746, 0.4666488766670227, -0.7519863247871399, 0.038946256041526794], "std": [0.09102197736501694, 0.004917491227388382, 0.23558062314987183, 0.13275282084941864, 0.32046666741371155, 0.1496027708053589, 0.2300683706998825, 313.0287170410156, 0.043898455798625946, 0.037134137004613876, 0.020859146490693092, 0.17599213123321533, 0.08592015504837036, 0.03930429741740227, 0.26921722292900085, 0.2844320237636566, 0.06073836609721184, 0.19705769419670105, 0.028075840324163437, 0.2728378176689148, 0.37297123670578003, 0.6628435254096985, 0.10886131227016449, 0.5743792653083801, 243.05543518066406, 0.07229781895875931, 0.028378870338201523, 0.03822635859251022, 0.3091581463813782, 0.275601327419281, 0.15805229544639587, 0.3843626081943512, 0.22105270624160767, 0.13653068244457245], "count": [1281]}, "actions": {"min": [0.37859684228897095, 2.010601758956909, -1.014088749885559, -0.45231956243515015, -2.1232104301452637, -1.5672358274459839, 0.2307499796152115, 4.0, 0.09034799784421921, 0.2879210114479065, -0.2826650142669678, -0.1319834291934967, -0.35297730565071106, -0.996148407459259, -0.9824380278587341, -0.9953271150588989, -0.20185399055480957, -1.0079799890518188, -2.0654752254486084, 0.7455348372459412, -0.05377360060811043, 0.17407914996147156, 0.9730210900306702, -2.0501511096954346, 65.0, -0.27498099207878113, 0.2867409884929657, -0.277195006608963, -0.40743276476860046, -0.1582891047000885, 0.4502095580101013, -0.1663438230752945, -0.9996843934059143, -0.33879128098487854], "max": [0.7915067672729492, 2.03371000289917, -0.17057102918624878, 0.08155923336744308, -1.154936671257019, -0.9831265211105347, 0.9922895431518555, 873.0, 0.25602400302886963, 0.40069499611854553, -0.19536100327968597, 0.4548180103302002, 0.2849572002887726, -0.8629100322723389, -0.0962182953953743, -0.18373966217041016, 0.17367693781852722, -0.34348079562187195, -1.7988412380218506, 1.4696370363235474, 1.2447514533996582, 2.6057939529418945, 1.5629425048828125, -0.2952573597431183, 912.0, -0.044718001037836075, 0.4141409993171692, -0.13027599453926086, 0.7592393755912781, 0.7542499303817749, 0.9997624754905701, 0.9625378251075745, -0.2514938414096832, 0.386005699634552], "mean": [0.5919126272201538, 2.0228848457336426, -0.6248046159744263, -0.08876439929008484, -1.4677480459213257, -1.162742257118225, 0.6581148505210876, 551.8204345703125, 0.189454585313797, 0.35754522681236267, -0.24235019087791443, 0.11604518443346024, -0.15742702782154083, -0.9601309299468994, -0.7192888855934143, -0.568091869354248, 0.0531625859439373, -0.6304348707199097, -2.0373454093933105, 1.092187523841858, 0.4048110842704773, 1.6156189441680908, 1.3243776559829712, -1.0989501476287842, 464.2927551269531, -0.15196265280246735, 0.3492245674133301, -0.21176820993423462, 0.3256116807460785, 0.12609021365642548, 0.8255669474601746, 0.4666488766670227, -0.7519863247871399, 0.038946256041526794], "std": [0.09102197736501694, 0.004917491227388382, 0.23558062314987183, 0.13275282084941864, 0.32046666741371155, 0.1496027708053589, 0.2300683706998825, 313.0287170410156, 0.043898455798625946, 0.037134137004613876, 0.020859146490693092, 0.17599213123321533, 0.08592015504837036, 0.03930429741740227, 0.26921722292900085, 0.2844320237636566, 0.06073836609721184, 0.19705769419670105, 0.028075840324163437, 0.2728378176689148, 0.37297123670578003, 0.6628435254096985, 0.10886131227016449, 0.5743792653083801, 243.05543518066406, 0.07229781895875931, 0.028378870338201523, 0.03822635859251022, 0.3091581463813782, 0.275601327419281, 0.15805229544639587, 0.3843626081943512, 0.22105270624160767, 0.13653068244457245], "count": [1281]}, "next.done": {"min": [false], "max": [true], "mean": [0.00078064012490242], "std": [0.0279290301639318], "count": [1281]}, "timestamp": {"min": [0.0], "max": [51.2], "mean": [25.599999999999998], "std": [14.791709389609663], "count": [1281]}, "frame_index": {"min": [0], "max": [1280], "mean": [640.0], "std": [369.79273474024154], "count": [1281]}, "episode_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1281]}, "index": {"min": [0], "max": [1280], "mean": [640.0], "std": [369.79273474024154], "count": [1281]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1281]}}}
2
+ {"episode_index": 1, "stats": {"observation.images.cam_high": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[0.9882352941176471]], [[1.0]], [[1.0]]], "mean": [[[0.4649971324956475]], [[0.471931942482233]], [[0.4665922310700117]]], "std": [[[0.14681923717147766]], [[0.14468379277367535]], [[0.14562216794963675]]], "count": [229]}, "observation.images.cam_left_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.46055848192624943]], [[0.4672576561920256]], [[0.4610360467149014]]], "std": [[[0.0978861437199616]], [[0.09579437544017007]], [[0.09874111190641129]]], "count": [229]}, "observation.images.cam_right_wrist": {"min": [[[0.0]], [[0.0]], [[0.0]]], "max": [[[1.0]], [[1.0]], [[1.0]]], "mean": [[[0.4731764723720638]], [[0.47524164276336445]], [[0.4712321242543597]]], "std": [[[0.10168261296832189]], [[0.09942983283060185]], [[0.10085663977309108]]], "count": [229]}, "states": {"min": [0.4435754418373108, 1.9710701704025269, -0.9369625449180603, -0.5349434614181519, -2.296259880065918, -1.5279484987258911, 0.32471850514411926, 86.0, 0.11351700127124786, 0.3101330101490021, -0.26281601190567017, -0.1706194281578064, -0.43062475323677063, -0.9998416304588318, -0.969322919845581, -0.9843071699142456, -0.04253782331943512, -0.95952969789505, -2.057307004928589, 0.51253342628479, -0.1803274154663086, 0.18802432715892792, 0.969914436340332, -2.103872299194336, 69.0, -0.30093300342559814, 0.29485300183296204, -0.27709200978279114, -0.4081173241138458, -0.24463745951652527, 0.443051815032959, -0.056853003799915314, -0.9999131560325623, -0.3458307087421417], "max": [0.7692190408706665, 2.0317554473876953, -0.21465803682804108, 0.09663888812065125, -1.0766936540603638, -0.9831963181495667, 1.1597713232040405, 881.0, 0.24903899431228638, 0.419497013092041, -0.18535399436950684, 0.5058562159538269, 0.12133760750293732, -0.8299399018287659, -0.14791496098041534, -0.23340052366256714, 0.26368948817253113, -0.3000221252441406, -1.9723618030548096, 1.7564644813537598, 1.269273281097412, 2.6369309425354004, 1.5778299570083618, -0.21479767560958862, 877.0, -0.005665999837219715, 0.4119449853897095, -0.1425980031490326, 0.8167697787284851, 0.7324177622795105, 0.996817946434021, 0.9935131072998047, -0.08325289934873581, 0.44320356845855713], "mean": [0.6346710920333862, 2.019134521484375, -0.5951921939849854, -0.16152644157409668, -1.5963678359985352, -1.1828701496124268, 0.8401051759719849, 723.1005249023438, 0.17833375930786133, 0.3760288953781128, -0.22366981208324432, 0.10605719685554504, -0.19684536755084991, -0.9506680369377136, -0.6917923092842102, -0.6161594986915588, 0.11099633574485779, -0.6051153540611267, -2.038278818130493, 0.9998980164527893, 0.5202016830444336, 1.7495290040969849, 1.2588777542114258, -1.2193117141723633, 518.3521118164062, -0.1711256206035614, 0.36013805866241455, -0.20768006145954132, 0.35601887106895447, 0.15337331593036652, 0.799203634262085, 0.5294448137283325, -0.7194481492042542, 0.016182363033294678], "std": [0.06829797476530075, 0.007266542408615351, 0.2557677924633026, 0.16402801871299744, 0.31627607345581055, 0.1362621784210205, 0.30946052074432373, 267.3840026855469, 0.035981185734272, 0.02970854751765728, 0.020522693172097206, 0.17831148207187653, 0.10771903395652771, 0.053214412182569504, 0.24646234512329102, 0.25440269708633423, 0.06314729154109955, 0.18425214290618896, 0.011511091142892838, 0.43623480200767517, 0.30728018283843994, 0.5967952609062195, 0.12470123916864395, 0.5170965194702148, 235.4735565185547, 0.09028100222349167, 0.02716383896768093, 0.030902717262506485, 0.3552616834640503, 0.24786733090877533, 0.15280909836292267, 0.34359270334243774, 0.2364809662103653, 0.16686001420021057], "count": [1403]}, "actions": {"min": [0.4435754418373108, 1.9710701704025269, -0.9369625449180603, -0.5349434614181519, -2.296259880065918, -1.5279484987258911, 0.32471850514411926, 86.0, 0.11351700127124786, 0.3101330101490021, -0.26281601190567017, -0.1706194281578064, -0.43062475323677063, -0.9998416304588318, -0.969322919845581, -0.9843071699142456, -0.04253782331943512, -0.95952969789505, -2.057307004928589, 0.51253342628479, -0.1803274154663086, 0.18802432715892792, 0.969914436340332, -2.103872299194336, 69.0, -0.30093300342559814, 0.29485300183296204, -0.27709200978279114, -0.4081173241138458, -0.24463745951652527, 0.443051815032959, -0.056853003799915314, -0.9999131560325623, -0.3458307087421417], "max": [0.7692190408706665, 2.0317554473876953, -0.21465803682804108, 0.09663888812065125, -1.0766936540603638, -0.9831963181495667, 1.1597713232040405, 881.0, 0.24903899431228638, 0.419497013092041, -0.18535399436950684, 0.5058562159538269, 0.12133760750293732, -0.8299399018287659, -0.14791496098041534, -0.23340052366256714, 0.26368948817253113, -0.3000221252441406, -1.9723618030548096, 1.7564644813537598, 1.269273281097412, 2.6369309425354004, 1.5778299570083618, -0.21479767560958862, 877.0, -0.005665999837219715, 0.4119449853897095, -0.1425980031490326, 0.8167697787284851, 0.7324177622795105, 0.996817946434021, 0.9935131072998047, -0.08325289934873581, 0.44320356845855713], "mean": [0.6346710920333862, 2.019134521484375, -0.5951921939849854, -0.16152644157409668, -1.5963678359985352, -1.1828701496124268, 0.8401051759719849, 723.1005249023438, 0.17833375930786133, 0.3760288953781128, -0.22366981208324432, 0.10605719685554504, -0.19684536755084991, -0.9506680369377136, -0.6917923092842102, -0.6161594986915588, 0.11099633574485779, -0.6051153540611267, -2.038278818130493, 0.9998980164527893, 0.5202016830444336, 1.7495290040969849, 1.2588777542114258, -1.2193117141723633, 518.3521118164062, -0.1711256206035614, 0.36013805866241455, -0.20768006145954132, 0.35601887106895447, 0.15337331593036652, 0.799203634262085, 0.5294448137283325, -0.7194481492042542, 0.016182363033294678], "std": [0.06829797476530075, 0.007266542408615351, 0.2557677924633026, 0.16402801871299744, 0.31627607345581055, 0.1362621784210205, 0.30946052074432373, 267.3840026855469, 0.035981185734272, 0.02970854751765728, 0.020522693172097206, 0.17831148207187653, 0.10771903395652771, 0.053214412182569504, 0.24646234512329102, 0.25440269708633423, 0.06314729154109955, 0.18425214290618896, 0.011511091142892838, 0.43623480200767517, 0.30728018283843994, 0.5967952609062195, 0.12470123916864395, 0.5170965194702148, 235.4735565185547, 0.09028100222349167, 0.02716383896768093, 0.030902717262506485, 0.3552616834640503, 0.24786733090877533, 0.15280909836292267, 0.34359270334243774, 0.2364809662103653, 0.16686001420021057], "count": [1403]}, "next.done": {"min": [false], "max": [true], "mean": [0.0007127583749109052], "std": [0.026688018855094874], "count": [1403]}, "timestamp": {"min": [0.0], "max": [56.08], "mean": [28.040000000000003], "std": [16.20044443834798], "count": [1403]}, "frame_index": {"min": [0], "max": [1402], "mean": [701.0], "std": [405.0111109586995], "count": [1403]}, "episode_index": {"min": [1], "max": [1], "mean": [1.0], "std": [0.0], "count": [1403]}, "index": {"min": [1281], "max": [2683], "mean": [1982.0], "std": [405.0111109586995], "count": [1403]}, "task_index": {"min": [0], "max": [0], "mean": [0.0], "std": [0.0], "count": [1403]}}}
meta/info.json ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "realman",
4
+ "total_episodes": 2,
5
+ "total_frames": 2684,
6
+ "total_tasks": 1,
7
+ "total_videos": 6,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 25,
11
+ "splits": {
12
+ "train": "0:2"
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
+ "observation.images.cam_high": {
18
+ "dtype": "video",
19
+ "shape": [
20
+ 480,
21
+ 640,
22
+ 3
23
+ ],
24
+ "names": [
25
+ "height",
26
+ "width",
27
+ "channels"
28
+ ],
29
+ "info": {
30
+ "video.fps": 25.0,
31
+ "video.height": 480,
32
+ "video.width": 640,
33
+ "video.channels": 3,
34
+ "video.codec": "libx264",
35
+ "video.pix_fmt": "yuv420p",
36
+ "video.is_depth_map": false,
37
+ "has_audio": false
38
+ }
39
+ },
40
+ "observation.images.cam_left_wrist": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 480,
44
+ 640,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channels"
51
+ ],
52
+ "info": {
53
+ "video.fps": 25.0,
54
+ "video.height": 480,
55
+ "video.width": 640,
56
+ "video.channels": 3,
57
+ "video.codec": "libx264",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "has_audio": false
61
+ }
62
+ },
63
+ "observation.images.cam_right_wrist": {
64
+ "dtype": "video",
65
+ "shape": [
66
+ 480,
67
+ 640,
68
+ 3
69
+ ],
70
+ "names": [
71
+ "height",
72
+ "width",
73
+ "channels"
74
+ ],
75
+ "info": {
76
+ "video.fps": 25.0,
77
+ "video.height": 480,
78
+ "video.width": 640,
79
+ "video.channels": 3,
80
+ "video.codec": "libx264",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "has_audio": false
84
+ }
85
+ },
86
+ "states": {
87
+ "dtype": "float32",
88
+ "shape": [
89
+ 34
90
+ ],
91
+ "name": [
92
+ "Right_arm_joint_positions_7",
93
+ "Right_gripper_joint_positions_1",
94
+ "Right_end_effector_positions_3",
95
+ "Right_end_effector_6D_pose_6",
96
+ "Left_arm_joint_positions_7",
97
+ "Left_gripper_joint_positions_1",
98
+ "Left_end_effector_positions_3",
99
+ "Left_end_effector_6D_pose_6"
100
+ ]
101
+ },
102
+ "actions": {
103
+ "dtype": "float32",
104
+ "shape": [
105
+ 34
106
+ ],
107
+ "name": [
108
+ "Right_arm_joint_positions_7",
109
+ "Right_gripper_joint_positions_1",
110
+ "Right_end_effector_positions_3",
111
+ "Right_end_effector_6D_pose_6",
112
+ "Left_arm_joint_positions_7",
113
+ "Left_gripper_joint_positions_1",
114
+ "Left_end_effector_positions_3",
115
+ "Left_end_effector_6D_pose_6"
116
+ ]
117
+ },
118
+ "next.done": {
119
+ "dtype": "bool",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "timestamp": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "frame_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "episode_index": {
140
+ "dtype": "int64",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": null
145
+ },
146
+ "index": {
147
+ "dtype": "int64",
148
+ "shape": [
149
+ 1
150
+ ],
151
+ "names": null
152
+ },
153
+ "task_index": {
154
+ "dtype": "int64",
155
+ "shape": [
156
+ 1
157
+ ],
158
+ "names": null
159
+ }
160
+ }
161
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Build blocks"}
videos/chunk-000/observation.images.cam_high/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d9f3f62894a0cacc95c77064f0a20fcd0eda048dc0823ec56e7f1d0bdd86304
3
+ size 14269894
videos/chunk-000/observation.images.cam_high/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6652f9ae43ad7d56d497033eb8e55490d6ba56c307d44720f8d34162f758b63b
3
+ size 15297639
videos/chunk-000/observation.images.cam_high/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6652f9ae43ad7d56d497033eb8e55490d6ba56c307d44720f8d34162f758b63b
3
+ size 15297639
videos/chunk-000/observation.images.cam_left_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf936244e32d3a7b0c602252eb738e99f1f629ae4b91fc949d7df71efdc09a93
3
+ size 11222175
videos/chunk-000/observation.images.cam_left_wrist/episode_000001 (3rd copy).mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24949f6086a70cdeadee2d6b88ce96fb02d9bc651422822da50ac3bbe5139515
3
+ size 12132821
videos/chunk-000/observation.images.cam_left_wrist/episode_000001 (another copy).mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24949f6086a70cdeadee2d6b88ce96fb02d9bc651422822da50ac3bbe5139515
3
+ size 12132821
videos/chunk-000/observation.images.cam_left_wrist/episode_000001 (copy).mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24949f6086a70cdeadee2d6b88ce96fb02d9bc651422822da50ac3bbe5139515
3
+ size 12132821
videos/chunk-000/observation.images.cam_left_wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24949f6086a70cdeadee2d6b88ce96fb02d9bc651422822da50ac3bbe5139515
3
+ size 12132821
videos/chunk-000/observation.images.cam_right_wrist/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06a0544f9157e407df803310b12524932cc7fed4a54f6c2ae42388b663dcfd1c
3
+ size 11872324
videos/chunk-000/observation.images.cam_right_wrist/episode_000001 (another copy).mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdea9efd130fb6d7a47960ec82e275b3f75fdbeb1804b0a792cec7403c2d46f4
3
+ size 12443623
videos/chunk-000/observation.images.cam_right_wrist/episode_000001 (copy).mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdea9efd130fb6d7a47960ec82e275b3f75fdbeb1804b0a792cec7403c2d46f4
3
+ size 12443623
videos/chunk-000/observation.images.cam_right_wrist/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdea9efd130fb6d7a47960ec82e275b3f75fdbeb1804b0a792cec7403c2d46f4
3
+ size 12443623