Sraghvi commited on
Commit
98202ca
·
verified ·
1 Parent(s): 0706627

Upload Buster_Real_Data_Fixed_Paths dataset

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ tags:
8
+ - robotics
9
+ - lerobot
10
+ - manipulation
11
+ - bimanual
12
+ size_categories:
13
+ - 1K<n<10K
14
+ pretty_name: Buster_Real_Data_Fixed_Paths
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: "data/chunk-000/episode_*.parquet"
20
+ ---
21
+
22
+ # Buster_Real_Data_Fixed_Paths
23
+
24
+ LeRobot v2.1 format dataset for robot manipulation.
25
+
26
+ ## Dataset Structure
27
+
28
+ - **Episodes**: 2 episodes of robot manipulation
29
+ - **Total Frames**: 2962 frames
30
+ - **Cameras**: 3 camera views per episode
31
+ - `observation.images.base_camera_sensor_image_raw`
32
+ - `observation.images.arm1_camera_sensor_image_raw`
33
+ - `observation.images.arm2_camera_sensor_image_raw`
34
+ - **Robot**: Bimanual manipulator with 34 joints
35
+ - **Format**: LeRobot v2.1
36
+
37
+ ## Usage with LeRobot
38
+
39
+ ```python
40
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
41
+
42
+ dataset = LeRobotDataset("Sraghvi/shrugmaster-test")
43
+ ```
44
+
45
+ ## Dataset Format
46
+
47
+ This dataset follows the LeRobot v2.1 format:
48
+
49
+ - `data/chunk-000/`: Parquet files containing episode data
50
+ - `videos/chunk-000/`: MP4 video files for each camera view
51
+ - `meta/`: Metadata files
52
+ - `info.json`: Dataset configuration and feature descriptions
53
+ - `episodes.jsonl`: Episode metadata
54
+ - `tasks.jsonl`: Task descriptions
55
+ - `episodes_stats.jsonl`: Dataset statistics
56
+
57
+ ## Dataset Details
58
+
59
+ - **Total Episodes**: 2
60
+ - **Total Frames**: 2962
61
+ - **Average Episode Length**: 1481 frames
62
+ - **FPS**: ~9 (calculated from real data)
63
+ - **Robot Type**: Bimanual arm with 34 joints
64
+ - **Camera Resolution**: 1280x720
65
+ - **Video Codec**: H.264
66
+
67
+ ## Features
68
+
69
+ - **Action**: Robot action commands with individual joint columns
70
+ - **Observation State**: Robot state observations with individual joint columns
71
+ - **Isaac Commands**: Simulation commands
72
+ - **Timestamp**: Frame timestamps
73
+ - **Episode/Frame/Task Indices**: Data organization
74
+ - **Joint Names**: Names of all robot joints
75
+ - **Joint Velocities**: Velocity data for all joints
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11fed146e3a40d346193c940955f39eadd1fc2ed9ca9de6ab6a84368fee0ce31
3
+ size 265796
data/chunk-000/episode_000001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f71557e3cc6bd34eeee8299be873826ef50c19081ff49a2d738e3cfe7cd23df9
3
+ size 599470
meta/episodes.jsonl ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ {"episode_index": 0, "episode_length": 1194, "episode_path": "data/chunk-000/episode_000000.parquet"}
2
+ {"episode_index": 1, "episode_length": 1768, "episode_path": "data/chunk-000/episode_000001.parquet"}
meta/info.json ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "multi_robot_dynamic",
4
+ "total_episodes": 2,
5
+ "total_frames": 2962,
6
+ "total_tasks": 1,
7
+ "total_videos": 2,
8
+ "total_chunks": 1,
9
+ "chunks_size": 2,
10
+ "fps": 10.7,
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
+ "left_arm_wrist_2_joint",
24
+ "left_arm_3f_finger_c_joint_1",
25
+ "right_arm_3f_palm_finger_b_joint",
26
+ "left_arm_3f_finger_a_joint_3",
27
+ "right_arm_wrist_3_joint",
28
+ "left_arm_elbow_joint",
29
+ "right_arm_3f_finger_b_joint_2",
30
+ "left_arm_shoulder_lift_joint",
31
+ "right_arm_3f_finger_c_joint_2",
32
+ "left_arm_3f_palm_finger_c_joint",
33
+ "right_arm_3f_finger_a_joint_2",
34
+ "right_arm_3f_finger_b_joint_1",
35
+ "right_arm_3f_finger_b_joint_3",
36
+ "right_arm_3f_finger_a_joint_1",
37
+ "right_arm_3f_finger_c_joint_1",
38
+ "right_arm_3f_finger_a_joint_3",
39
+ "left_arm_3f_finger_b_joint_3",
40
+ "right_arm_shoulder_lift_joint",
41
+ "right_arm_shoulder_pan_joint",
42
+ "right_arm_wrist_2_joint",
43
+ "right_arm_elbow_joint",
44
+ "left_arm_3f_finger_c_joint_3",
45
+ "left_arm_shoulder_pan_joint",
46
+ "left_arm_3f_finger_c_joint_2",
47
+ "right_arm_3f_finger_c_joint_3",
48
+ "right_arm_3f_palm_finger_c_joint",
49
+ "left_arm_3f_finger_b_joint_2",
50
+ "left_arm_3f_finger_b_joint_1",
51
+ "left_arm_3f_palm_finger_b_joint",
52
+ "left_arm_3f_finger_a_joint_2",
53
+ "left_arm_3f_finger_a_joint_1",
54
+ "left_arm_wrist_1_joint",
55
+ "right_arm_wrist_1_joint",
56
+ "left_arm_wrist_3_joint"
57
+ ]
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 34
63
+ ],
64
+ "names": [
65
+ "left_arm_wrist_2_joint",
66
+ "left_arm_3f_finger_c_joint_1",
67
+ "right_arm_3f_palm_finger_b_joint",
68
+ "left_arm_3f_finger_a_joint_3",
69
+ "right_arm_wrist_3_joint",
70
+ "left_arm_elbow_joint",
71
+ "right_arm_3f_finger_b_joint_2",
72
+ "left_arm_shoulder_lift_joint",
73
+ "right_arm_3f_finger_c_joint_2",
74
+ "left_arm_3f_palm_finger_c_joint",
75
+ "right_arm_3f_finger_a_joint_2",
76
+ "right_arm_3f_finger_b_joint_1",
77
+ "right_arm_3f_finger_b_joint_3",
78
+ "right_arm_3f_finger_a_joint_1",
79
+ "right_arm_3f_finger_c_joint_1",
80
+ "right_arm_3f_finger_a_joint_3",
81
+ "left_arm_3f_finger_b_joint_3",
82
+ "right_arm_shoulder_lift_joint",
83
+ "right_arm_shoulder_pan_joint",
84
+ "right_arm_wrist_2_joint",
85
+ "right_arm_elbow_joint",
86
+ "left_arm_3f_finger_c_joint_3",
87
+ "left_arm_shoulder_pan_joint",
88
+ "left_arm_3f_finger_c_joint_2",
89
+ "right_arm_3f_finger_c_joint_3",
90
+ "right_arm_3f_palm_finger_c_joint",
91
+ "left_arm_3f_finger_b_joint_2",
92
+ "left_arm_3f_finger_b_joint_1",
93
+ "left_arm_3f_palm_finger_b_joint",
94
+ "left_arm_3f_finger_a_joint_2",
95
+ "left_arm_3f_finger_a_joint_1",
96
+ "left_arm_wrist_1_joint",
97
+ "right_arm_wrist_1_joint",
98
+ "left_arm_wrist_3_joint"
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.right_arm_camera_sensor_image_compressed": {
137
+ "dtype": "video",
138
+ "shape": [
139
+ 720,
140
+ 1280,
141
+ 3
142
+ ],
143
+ "names": [
144
+ "height",
145
+ "width",
146
+ "channels"
147
+ ],
148
+ "info": {
149
+ "video.height": 720,
150
+ "video.width": 1280,
151
+ "video.codec": "h264",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "video.fps": 10.7,
155
+ "video.channels": 3,
156
+ "has_audio": false
157
+ }
158
+ },
159
+ "observation.images.left_arm_camera_sensor_image_compressed": {
160
+ "dtype": "video",
161
+ "shape": [
162
+ 720,
163
+ 1280,
164
+ 3
165
+ ],
166
+ "names": [
167
+ "height",
168
+ "width",
169
+ "channels"
170
+ ],
171
+ "info": {
172
+ "video.height": 720,
173
+ "video.width": 1280,
174
+ "video.codec": "h264",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "video.fps": 10.7,
178
+ "video.channels": 3,
179
+ "has_audio": false
180
+ }
181
+ },
182
+ "observation.images.base_camera_sensor_image_compressed": {
183
+ "dtype": "video",
184
+ "shape": [
185
+ 720,
186
+ 1280,
187
+ 3
188
+ ],
189
+ "names": [
190
+ "height",
191
+ "width",
192
+ "channels"
193
+ ],
194
+ "info": {
195
+ "video.height": 720,
196
+ "video.width": 1280,
197
+ "video.codec": "h264",
198
+ "video.pix_fmt": "yuv420p",
199
+ "video.is_depth_map": false,
200
+ "video.fps": 10.7,
201
+ "video.channels": 3,
202
+ "has_audio": false
203
+ }
204
+ }
205
+ }
206
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "Buster robot picking up a cube"}
videos/chunk-000/observation.images.base_camera_sensor_image_compressed/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ac5a5c57fdc1402d3c50689d0acf11a20d9f9ec90f19fe3a91b8b19ab5ff5d1
3
+ size 11539318
videos/chunk-000/observation.images.base_camera_sensor_image_compressed/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9617f9a924ba8dc539b733237416d824e97941cc6b09ae4827e6f31683f2c5ca
3
+ size 13267221
videos/chunk-000/observation.images.left_arm_camera_sensor_image_compressed/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe5095feebdb39ef59e086e4279466b7604d6bf63bbb8176c177feaf1515802
3
+ size 3357726
videos/chunk-000/observation.images.left_arm_camera_sensor_image_compressed/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c048c7fcb2d9a6dc023937848560c60da0d75eebc981fbf20357064cc3559c3f
3
+ size 4400045
videos/chunk-000/observation.images.right_arm_camera_sensor_image_compressed/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b86556b733b936ed28a9a70a0eb15f89f400312f0576774d8d54734f5bddf4
3
+ size 5263355
videos/chunk-000/observation.images.right_arm_camera_sensor_image_compressed/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08c1c8b1d02000ca4a1ff19be36a9ac45d58ea3d79b43f33f3d5be8ae293c5a7
3
+ size 6761389