Sraghvi commited on
Commit
bd7fd7d
·
verified ·
1 Parent(s): 6e79711

Upload 4 files

Browse files
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "episode_length": 9957, "episode_path": "data/chunk-000/episode_000000.parquet"}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "episode_length": 9957, "total_frames": 9957, "duration": 331.9}
meta/info.json ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "multi_robot_dynamic",
4
+ "total_episodes": 1,
5
+ "total_frames": 9957,
6
+ "total_tasks": 1,
7
+ "total_videos": 3,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:1"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 34
21
+ ],
22
+ "names": [
23
+ "arm1_shoulder_pan_joint.pos",
24
+ "arm1_shoulder_lift_joint.pos",
25
+ "arm1_elbow_joint.pos",
26
+ "arm1_wrist_1_joint.pos",
27
+ "arm1_wrist_2_joint.pos",
28
+ "arm1_wrist_3_joint.pos",
29
+ "arm2_shoulder_pan_joint.pos",
30
+ "arm2_shoulder_lift_joint.pos",
31
+ "arm2_elbow_joint.pos",
32
+ "arm2_wrist_1_joint.pos",
33
+ "arm2_wrist_2_joint.pos",
34
+ "arm2_wrist_3_joint.pos",
35
+ "arm1_3f_finger_a_joint_1.pos",
36
+ "arm1_3f_finger_a_joint_2.pos",
37
+ "arm1_3f_finger_a_joint_3.pos",
38
+ "arm1_3f_palm_finger_b_joint.pos",
39
+ "arm1_3f_finger_b_joint_1.pos",
40
+ "arm1_3f_finger_b_joint_2.pos",
41
+ "arm1_3f_finger_b_joint_3.pos",
42
+ "arm1_3f_palm_finger_c_joint.pos",
43
+ "arm1_3f_finger_c_joint_1.pos",
44
+ "arm1_3f_finger_c_joint_2.pos",
45
+ "arm1_3f_finger_c_joint_3.pos",
46
+ "arm2_3f_finger_a_joint_1.pos",
47
+ "arm2_3f_finger_a_joint_2.pos",
48
+ "arm2_3f_finger_a_joint_3.pos",
49
+ "arm2_3f_palm_finger_b_joint.pos",
50
+ "arm2_3f_finger_b_joint_1.pos",
51
+ "arm2_3f_finger_b_joint_2.pos",
52
+ "arm2_3f_finger_b_joint_3.pos",
53
+ "arm2_3f_palm_finger_c_joint.pos",
54
+ "arm2_3f_finger_c_joint_1.pos",
55
+ "arm2_3f_finger_c_joint_2.pos",
56
+ "arm2_3f_finger_c_joint_3.pos"
57
+ ]
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 34
63
+ ],
64
+ "names": [
65
+ "arm1_shoulder_pan_joint.pos",
66
+ "arm1_shoulder_lift_joint.pos",
67
+ "arm1_elbow_joint.pos",
68
+ "arm1_wrist_1_joint.pos",
69
+ "arm1_wrist_2_joint.pos",
70
+ "arm1_wrist_3_joint.pos",
71
+ "arm2_shoulder_pan_joint.pos",
72
+ "arm2_shoulder_lift_joint.pos",
73
+ "arm2_elbow_joint.pos",
74
+ "arm2_wrist_1_joint.pos",
75
+ "arm2_wrist_2_joint.pos",
76
+ "arm2_wrist_3_joint.pos",
77
+ "arm1_3f_finger_a_joint_1.pos",
78
+ "arm1_3f_finger_a_joint_2.pos",
79
+ "arm1_3f_finger_a_joint_3.pos",
80
+ "arm1_3f_palm_finger_b_joint.pos",
81
+ "arm1_3f_finger_b_joint_1.pos",
82
+ "arm1_3f_finger_b_joint_2.pos",
83
+ "arm1_3f_finger_b_joint_3.pos",
84
+ "arm1_3f_palm_finger_c_joint.pos",
85
+ "arm1_3f_finger_c_joint_1.pos",
86
+ "arm1_3f_finger_c_joint_2.pos",
87
+ "arm1_3f_finger_c_joint_3.pos",
88
+ "arm2_3f_finger_a_joint_1.pos",
89
+ "arm2_3f_finger_a_joint_2.pos",
90
+ "arm2_3f_finger_a_joint_3.pos",
91
+ "arm2_3f_palm_finger_b_joint.pos",
92
+ "arm2_3f_finger_b_joint_1.pos",
93
+ "arm2_3f_finger_b_joint_2.pos",
94
+ "arm2_3f_finger_b_joint_3.pos",
95
+ "arm2_3f_palm_finger_c_joint.pos",
96
+ "arm2_3f_finger_c_joint_1.pos",
97
+ "arm2_3f_finger_c_joint_2.pos",
98
+ "arm2_3f_finger_c_joint_3.pos"
99
+ ]
100
+ },
101
+ "timestamp": {
102
+ "dtype": "float32",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "frame_index": {
109
+ "dtype": "int64",
110
+ "shape": [
111
+ 1
112
+ ],
113
+ "names": null
114
+ },
115
+ "episode_index": {
116
+ "dtype": "int64",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "index": {
123
+ "dtype": "int64",
124
+ "shape": [
125
+ 1
126
+ ],
127
+ "names": null
128
+ },
129
+ "task_index": {
130
+ "dtype": "int64",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "observation.images.base_camera_sensor_image_raw": {
137
+ "dtype": "video",
138
+ "shape": [
139
+ 480,
140
+ 640,
141
+ 3
142
+ ],
143
+ "names": [
144
+ "height",
145
+ "width",
146
+ "channels"
147
+ ],
148
+ "info": {
149
+ "video.height": 480,
150
+ "video.width": 640,
151
+ "video.codec": "h264",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "video.fps": 30,
155
+ "video.channels": 3,
156
+ "has_audio": false
157
+ }
158
+ },
159
+ "observation.images.arm1_camera_sensor_image_raw": {
160
+ "dtype": "video",
161
+ "shape": [
162
+ 480,
163
+ 640,
164
+ 3
165
+ ],
166
+ "names": [
167
+ "height",
168
+ "width",
169
+ "channels"
170
+ ],
171
+ "info": {
172
+ "video.height": 480,
173
+ "video.width": 640,
174
+ "video.codec": "h264",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "video.fps": 30,
178
+ "video.channels": 3,
179
+ "has_audio": false
180
+ }
181
+ },
182
+ "observation.images.arm2_camera_sensor_image_raw": {
183
+ "dtype": "video",
184
+ "shape": [
185
+ 480,
186
+ 640,
187
+ 3
188
+ ],
189
+ "names": [
190
+ "height",
191
+ "width",
192
+ "channels"
193
+ ],
194
+ "info": {
195
+ "video.height": 480,
196
+ "video.width": 640,
197
+ "video.codec": "h264",
198
+ "video.pix_fmt": "yuv420p",
199
+ "video.is_depth_map": false,
200
+ "video.fps": 30,
201
+ "video.channels": 3,
202
+ "has_audio": false
203
+ }
204
+ }
205
+ }
206
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_id": "bag_all_0_task", "task_name": "ROS2 Bag Processing", "task_description": "Convert ROS2 bag data to LeRobot format"}