rhecker commited on
Commit
15fd097
·
verified ·
1 Parent(s): 84f8e8a

Add annotations from LeRobot Annotate

Browse files
data/chunk-000/file-000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d4a12457cfe9839f4711370cdeeefe1a52987879edb377ee44a908098e4f725
3
- size 3046218
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b563677cbf1b547a89f23e6050b2238c294c5890c8db7b51b4aa44de11dc75
3
+ size 3078564
meta/info.json CHANGED
@@ -1,194 +1,208 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "BimanualWidowXAI",
4
- "total_episodes": 48,
5
- "total_frames": 35542,
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:48"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- "action": {
18
- "dtype": "float32",
19
- "names": [
20
- "left_shoulder_pan.pos",
21
- "left_shoulder_lift.pos",
22
- "left_elbow_flex.pos",
23
- "left_wrist_flex.pos",
24
- "left_wrist_yaw.pos",
25
- "left_wrist_roll.pos",
26
- "left_gripper.pos",
27
- "right_shoulder_pan.pos",
28
- "right_shoulder_lift.pos",
29
- "right_elbow_flex.pos",
30
- "right_wrist_flex.pos",
31
- "right_wrist_yaw.pos",
32
- "right_wrist_roll.pos",
33
- "right_gripper.pos",
34
- "left_shoulder_pan.vel",
35
- "left_shoulder_lift.vel",
36
- "left_elbow_flex.vel",
37
- "left_wrist_flex.vel",
38
- "left_wrist_yaw.vel",
39
- "left_wrist_roll.vel",
40
- "left_gripper.vel",
41
- "right_shoulder_pan.vel",
42
- "right_shoulder_lift.vel",
43
- "right_elbow_flex.vel",
44
- "right_wrist_flex.vel",
45
- "right_wrist_yaw.vel",
46
- "right_wrist_roll.vel",
47
- "right_gripper.vel"
48
- ],
49
- "shape": [
50
- 28
51
- ]
52
- },
53
- "observation.state": {
54
- "dtype": "float32",
55
- "names": [
56
- "left_shoulder_pan.pos",
57
- "left_shoulder_lift.pos",
58
- "left_elbow_flex.pos",
59
- "left_wrist_flex.pos",
60
- "left_wrist_yaw.pos",
61
- "left_wrist_roll.pos",
62
- "left_gripper.pos",
63
- "right_shoulder_pan.pos",
64
- "right_shoulder_lift.pos",
65
- "right_elbow_flex.pos",
66
- "right_wrist_flex.pos",
67
- "right_wrist_yaw.pos",
68
- "right_wrist_roll.pos",
69
- "right_gripper.pos",
70
- "left_shoulder_pan.vel",
71
- "left_shoulder_lift.vel",
72
- "left_elbow_flex.vel",
73
- "left_wrist_flex.vel",
74
- "left_wrist_yaw.vel",
75
- "left_wrist_roll.vel",
76
- "left_gripper.vel",
77
- "right_shoulder_pan.vel",
78
- "right_shoulder_lift.vel",
79
- "right_elbow_flex.vel",
80
- "right_wrist_flex.vel",
81
- "right_wrist_yaw.vel",
82
- "right_wrist_roll.vel",
83
- "right_gripper.vel"
84
- ],
85
- "shape": [
86
- 28
87
- ]
88
- },
89
- "observation.images.left": {
90
- "dtype": "video",
91
- "shape": [
92
- 480,
93
- 640,
94
- 3
95
- ],
96
- "names": [
97
- "height",
98
- "width",
99
- "channels"
100
- ],
101
- "info": {
102
- "video.height": 480,
103
- "video.width": 640,
104
- "video.codec": "h264",
105
- "video.pix_fmt": "yuv420p",
106
- "video.is_depth_map": false,
107
- "video.fps": 30,
108
- "video.channels": 3,
109
- "has_audio": false
110
- }
111
- },
112
- "observation.images.overhead": {
113
- "dtype": "video",
114
- "shape": [
115
- 480,
116
- 640,
117
- 3
118
- ],
119
- "names": [
120
- "height",
121
- "width",
122
- "channels"
123
- ],
124
- "info": {
125
- "video.height": 480,
126
- "video.width": 640,
127
- "video.codec": "h264",
128
- "video.pix_fmt": "yuv420p",
129
- "video.is_depth_map": false,
130
- "video.fps": 30,
131
- "video.channels": 3,
132
- "has_audio": false
133
- }
134
- },
135
- "observation.images.right": {
136
- "dtype": "video",
137
- "shape": [
138
- 480,
139
- 640,
140
- 3
141
- ],
142
- "names": [
143
- "height",
144
- "width",
145
- "channels"
146
- ],
147
- "info": {
148
- "video.height": 480,
149
- "video.width": 640,
150
- "video.codec": "h264",
151
- "video.pix_fmt": "yuv420p",
152
- "video.is_depth_map": false,
153
- "video.fps": 30,
154
- "video.channels": 3,
155
- "has_audio": false
156
- }
157
- },
158
- "timestamp": {
159
- "dtype": "float32",
160
- "shape": [
161
- 1
162
- ],
163
- "names": null
164
- },
165
- "frame_index": {
166
- "dtype": "int64",
167
- "shape": [
168
- 1
169
- ],
170
- "names": null
171
- },
172
- "episode_index": {
173
- "dtype": "int64",
174
- "shape": [
175
- 1
176
- ],
177
- "names": null
178
- },
179
- "index": {
180
- "dtype": "int64",
181
- "shape": [
182
- 1
183
- ],
184
- "names": null
185
- },
186
- "task_index": {
187
- "dtype": "int64",
188
- "shape": [
189
- 1
190
- ],
191
- "names": null
192
- }
193
  }
 
194
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "BimanualWidowXAI",
4
+ "total_episodes": 48,
5
+ "total_frames": 35542,
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:48"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "left_shoulder_pan.pos",
21
+ "left_shoulder_lift.pos",
22
+ "left_elbow_flex.pos",
23
+ "left_wrist_flex.pos",
24
+ "left_wrist_yaw.pos",
25
+ "left_wrist_roll.pos",
26
+ "left_gripper.pos",
27
+ "right_shoulder_pan.pos",
28
+ "right_shoulder_lift.pos",
29
+ "right_elbow_flex.pos",
30
+ "right_wrist_flex.pos",
31
+ "right_wrist_yaw.pos",
32
+ "right_wrist_roll.pos",
33
+ "right_gripper.pos",
34
+ "left_shoulder_pan.vel",
35
+ "left_shoulder_lift.vel",
36
+ "left_elbow_flex.vel",
37
+ "left_wrist_flex.vel",
38
+ "left_wrist_yaw.vel",
39
+ "left_wrist_roll.vel",
40
+ "left_gripper.vel",
41
+ "right_shoulder_pan.vel",
42
+ "right_shoulder_lift.vel",
43
+ "right_elbow_flex.vel",
44
+ "right_wrist_flex.vel",
45
+ "right_wrist_yaw.vel",
46
+ "right_wrist_roll.vel",
47
+ "right_gripper.vel"
48
+ ],
49
+ "shape": [
50
+ 28
51
+ ]
52
  },
53
+ "observation.state": {
54
+ "dtype": "float32",
55
+ "names": [
56
+ "left_shoulder_pan.pos",
57
+ "left_shoulder_lift.pos",
58
+ "left_elbow_flex.pos",
59
+ "left_wrist_flex.pos",
60
+ "left_wrist_yaw.pos",
61
+ "left_wrist_roll.pos",
62
+ "left_gripper.pos",
63
+ "right_shoulder_pan.pos",
64
+ "right_shoulder_lift.pos",
65
+ "right_elbow_flex.pos",
66
+ "right_wrist_flex.pos",
67
+ "right_wrist_yaw.pos",
68
+ "right_wrist_roll.pos",
69
+ "right_gripper.pos",
70
+ "left_shoulder_pan.vel",
71
+ "left_shoulder_lift.vel",
72
+ "left_elbow_flex.vel",
73
+ "left_wrist_flex.vel",
74
+ "left_wrist_yaw.vel",
75
+ "left_wrist_roll.vel",
76
+ "left_gripper.vel",
77
+ "right_shoulder_pan.vel",
78
+ "right_shoulder_lift.vel",
79
+ "right_elbow_flex.vel",
80
+ "right_wrist_flex.vel",
81
+ "right_wrist_yaw.vel",
82
+ "right_wrist_roll.vel",
83
+ "right_gripper.vel"
84
+ ],
85
+ "shape": [
86
+ 28
87
+ ]
88
+ },
89
+ "observation.images.left": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 480,
93
+ 640,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ],
101
+ "info": {
102
+ "video.height": 480,
103
+ "video.width": 640,
104
+ "video.codec": "h264",
105
+ "video.pix_fmt": "yuv420p",
106
+ "video.is_depth_map": false,
107
+ "video.fps": 30,
108
+ "video.channels": 3,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.overhead": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 480,
116
+ 640,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channels"
123
+ ],
124
+ "info": {
125
+ "video.height": 480,
126
+ "video.width": 640,
127
+ "video.codec": "h264",
128
+ "video.pix_fmt": "yuv420p",
129
+ "video.is_depth_map": false,
130
+ "video.fps": 30,
131
+ "video.channels": 3,
132
+ "has_audio": false
133
+ }
134
+ },
135
+ "observation.images.right": {
136
+ "dtype": "video",
137
+ "shape": [
138
+ 480,
139
+ 640,
140
+ 3
141
+ ],
142
+ "names": [
143
+ "height",
144
+ "width",
145
+ "channels"
146
+ ],
147
+ "info": {
148
+ "video.height": 480,
149
+ "video.width": 640,
150
+ "video.codec": "h264",
151
+ "video.pix_fmt": "yuv420p",
152
+ "video.is_depth_map": false,
153
+ "video.fps": 30,
154
+ "video.channels": 3,
155
+ "has_audio": false
156
+ }
157
+ },
158
+ "timestamp": {
159
+ "dtype": "float32",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "frame_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "episode_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "task_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "subtask_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "task_index_high_level": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  }
207
+ }
208
  }
meta/lerobot_annotations.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 1,
3
+ "episodes": {
4
+ "1": {
5
+ "subtasks": [
6
+ {
7
+ "start": 0.0,
8
+ "end": 3.957,
9
+ "label": "pick up processor"
10
+ },
11
+ {
12
+ "start": 3.957,
13
+ "end": 10.394,
14
+ "label": "hand off by handle"
15
+ },
16
+ {
17
+ "start": 10.394,
18
+ "end": 18.061,
19
+ "label": "place processor in mold"
20
+ },
21
+ {
22
+ "start": 18.061,
23
+ "end": 21.347,
24
+ "label": "pick up attachment"
25
+ },
26
+ {
27
+ "start": 21.347,
28
+ "end": 30.244,
29
+ "label": "place attachment"
30
+ }
31
+ ],
32
+ "high_levels": []
33
+ },
34
+ "0": {
35
+ "subtasks": [
36
+ {
37
+ "start": 0.0,
38
+ "end": 4.446,
39
+ "label": "pick up processor"
40
+ },
41
+ {
42
+ "start": 4.446,
43
+ "end": 10.545,
44
+ "label": "hand off by handle"
45
+ },
46
+ {
47
+ "start": 10.545,
48
+ "end": 16.087,
49
+ "label": "place processor in mold"
50
+ },
51
+ {
52
+ "start": 16.087,
53
+ "end": 20.124,
54
+ "label": "pick up attachment"
55
+ },
56
+ {
57
+ "start": 20.124,
58
+ "end": 26.202,
59
+ "label": "place attachment"
60
+ }
61
+ ],
62
+ "high_levels": []
63
+ },
64
+ "2": {
65
+ "subtasks": [
66
+ {
67
+ "start": 0.0,
68
+ "end": 3.275,
69
+ "label": "pick up processor"
70
+ },
71
+ {
72
+ "start": 3.275,
73
+ "end": 9.505,
74
+ "label": "hand off by handle"
75
+ },
76
+ {
77
+ "start": 9.505,
78
+ "end": 17.769,
79
+ "label": "place processor in mold"
80
+ },
81
+ {
82
+ "start": 17.769,
83
+ "end": 21.408,
84
+ "label": "pick up attachment"
85
+ },
86
+ {
87
+ "start": 21.408,
88
+ "end": 29.693,
89
+ "label": "place attachment"
90
+ }
91
+ ],
92
+ "high_levels": []
93
+ },
94
+ "3": {
95
+ "subtasks": [
96
+ {
97
+ "start": 0.0,
98
+ "end": 3.289,
99
+ "label": "pick up processor"
100
+ },
101
+ {
102
+ "start": 3.289,
103
+ "end": 13.286,
104
+ "label": "hand off by handle"
105
+ },
106
+ {
107
+ "start": 13.286,
108
+ "end": 20.448,
109
+ "label": "place processor in mold"
110
+ },
111
+ {
112
+ "start": 20.448,
113
+ "end": 23.131,
114
+ "label": "pick up attachment"
115
+ },
116
+ {
117
+ "start": 23.131,
118
+ "end": 29.601,
119
+ "label": "place attachment"
120
+ }
121
+ ],
122
+ "high_levels": []
123
+ }
124
+ }
125
+ }
meta/subtasks.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d8f9009634dcba5c4a32618ddeab24b6e8c34c7b425d621b6d7aea960ef265
3
+ size 2384