mklovin commited on
Commit
75b9c93
·
verified ·
1 Parent(s): 91878b9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +311 -0
README.md ADDED
@@ -0,0 +1,311 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - icub
8
+ - smolvla
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+
17
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=mklovin/icub_blocklifting">
18
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
19
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
20
+ </a>
21
+
22
+
23
+ ## Dataset Description
24
+
25
+
26
+
27
+ - **Homepage:** [More Information Needed]
28
+ - **Paper:** [More Information Needed]
29
+ - **License:** apache-2.0
30
+
31
+ ## Dataset Structure
32
+
33
+ [meta/info.json](meta/info.json):
34
+ ```json
35
+ {
36
+ "codebase_version": "v3.0",
37
+ "robot_type": "icub_mujoco",
38
+ "total_episodes": 50,
39
+ "total_frames": 28726,
40
+ "total_tasks": 1,
41
+ "chunks_size": 1000,
42
+ "data_files_size_in_mb": 100,
43
+ "video_files_size_in_mb": 200,
44
+ "fps": 30,
45
+ "splits": {
46
+ "train": "0:50"
47
+ },
48
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
49
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
50
+ "features": {
51
+ "action": {
52
+ "dtype": "float32",
53
+ "names": [
54
+ "rh_pos_x",
55
+ "rh_pos_y",
56
+ "rh_pos_z",
57
+ "rh_quat_w",
58
+ "rh_quat_x",
59
+ "rh_quat_y",
60
+ "rh_quat_z",
61
+ "rh_gripper",
62
+ "gaze_x",
63
+ "gaze_y",
64
+ "gaze_z"
65
+ ],
66
+ "shape": [
67
+ 11
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "names": [
73
+ "torso_pitch",
74
+ "torso_roll",
75
+ "torso_yaw",
76
+ "r_shoulder_pitch",
77
+ "r_shoulder_roll",
78
+ "r_shoulder_yaw",
79
+ "r_elbow",
80
+ "r_wrist_prosup",
81
+ "r_wrist_pitch",
82
+ "r_wrist_yaw",
83
+ "r_hand_finger",
84
+ "r_thumb_oppose",
85
+ "r_thumb_proximal",
86
+ "r_thumb_distal",
87
+ "r_index_proximal",
88
+ "r_index_distal",
89
+ "r_middle_proximal",
90
+ "r_middle_distal",
91
+ "r_pinky",
92
+ "neck_pitch",
93
+ "neck_roll",
94
+ "neck_yaw",
95
+ "torso_pitch_vel",
96
+ "torso_roll_vel",
97
+ "torso_yaw_vel",
98
+ "r_shoulder_pitch_vel",
99
+ "r_shoulder_roll_vel",
100
+ "r_shoulder_yaw_vel",
101
+ "r_elbow_vel",
102
+ "r_wrist_prosup_vel",
103
+ "r_wrist_pitch_vel",
104
+ "r_wrist_yaw_vel",
105
+ "r_hand_finger_vel",
106
+ "r_thumb_oppose_vel",
107
+ "r_thumb_proximal_vel",
108
+ "r_thumb_distal_vel",
109
+ "r_index_proximal_vel",
110
+ "r_index_distal_vel",
111
+ "r_middle_proximal_vel",
112
+ "r_middle_distal_vel",
113
+ "r_pinky_vel",
114
+ "neck_pitch_vel",
115
+ "neck_roll_vel",
116
+ "neck_yaw_vel",
117
+ "rh_ee_pos_x",
118
+ "rh_ee_pos_y",
119
+ "rh_ee_pos_z",
120
+ "rh_ee_quat_w",
121
+ "rh_ee_quat_x",
122
+ "rh_ee_quat_y",
123
+ "rh_ee_quat_z",
124
+ "lh_ee_pos_x",
125
+ "lh_ee_pos_y",
126
+ "lh_ee_pos_z",
127
+ "lh_ee_quat_w",
128
+ "lh_ee_quat_x",
129
+ "lh_ee_quat_y",
130
+ "lh_ee_quat_z",
131
+ "rh_target_pos_x",
132
+ "rh_target_pos_y",
133
+ "rh_target_pos_z",
134
+ "rh_target_quat_w",
135
+ "rh_target_quat_x",
136
+ "rh_target_quat_y",
137
+ "rh_target_quat_z",
138
+ "lh_target_pos_x",
139
+ "lh_target_pos_y",
140
+ "lh_target_pos_z",
141
+ "lh_target_quat_w",
142
+ "lh_target_quat_x",
143
+ "lh_target_quat_y",
144
+ "lh_target_quat_z",
145
+ "gaze_target_pos_x",
146
+ "gaze_target_pos_y",
147
+ "gaze_target_pos_z",
148
+ "rh_gripper",
149
+ "lh_gripper",
150
+ "rh_touch_thumb",
151
+ "rh_touch_index",
152
+ "rh_touch_middle",
153
+ "lh_touch_thumb",
154
+ "lh_touch_index",
155
+ "lh_touch_middle",
156
+ "object_pos_x",
157
+ "object_pos_y",
158
+ "object_pos_z",
159
+ "object_quat_w",
160
+ "object_quat_x",
161
+ "object_quat_y",
162
+ "object_quat_z",
163
+ "torso_pitch_torque",
164
+ "torso_roll_torque",
165
+ "torso_yaw_torque",
166
+ "r_shoulder_pitch_torque",
167
+ "r_shoulder_roll_torque",
168
+ "r_shoulder_yaw_torque",
169
+ "r_elbow_torque",
170
+ "r_wrist_prosup_torque",
171
+ "r_wrist_pitch_torque",
172
+ "r_wrist_yaw_torque",
173
+ "r_hand_finger_torque",
174
+ "r_thumb_oppose_torque",
175
+ "r_thumb_proximal_torque",
176
+ "r_thumb_distal_torque",
177
+ "r_index_proximal_torque",
178
+ "r_index_distal_torque",
179
+ "r_middle_proximal_torque",
180
+ "r_middle_distal_torque",
181
+ "r_pinky_torque",
182
+ "neck_pitch_torque",
183
+ "neck_roll_torque",
184
+ "neck_yaw_torque",
185
+ "rh_ext_force_x",
186
+ "rh_ext_force_y",
187
+ "rh_ext_force_z",
188
+ "lh_ext_force_x",
189
+ "lh_ext_force_y",
190
+ "lh_ext_force_z"
191
+ ],
192
+ "shape": [
193
+ 118
194
+ ]
195
+ },
196
+ "observation.images.head_cam": {
197
+ "dtype": "video",
198
+ "shape": [
199
+ 3,
200
+ 240,
201
+ 320
202
+ ],
203
+ "names": [
204
+ "height",
205
+ "width",
206
+ "channels"
207
+ ],
208
+ "info": {
209
+ "video.height": 240,
210
+ "video.width": 320,
211
+ "video.codec": "av1",
212
+ "video.pix_fmt": "yuv420p",
213
+ "video.is_depth_map": false,
214
+ "video.fps": 30,
215
+ "video.channels": 3,
216
+ "has_audio": false
217
+ }
218
+ },
219
+ "observation.images.head_cam_track_hand": {
220
+ "dtype": "video",
221
+ "shape": [
222
+ 3,
223
+ 240,
224
+ 320
225
+ ],
226
+ "names": [
227
+ "height",
228
+ "width",
229
+ "channels"
230
+ ],
231
+ "info": {
232
+ "video.height": 240,
233
+ "video.width": 320,
234
+ "video.codec": "av1",
235
+ "video.pix_fmt": "yuv420p",
236
+ "video.is_depth_map": false,
237
+ "video.fps": 30,
238
+ "video.channels": 3,
239
+ "has_audio": false
240
+ }
241
+ },
242
+ "observation.images.frontview": {
243
+ "dtype": "video",
244
+ "shape": [
245
+ 3,
246
+ 240,
247
+ 320
248
+ ],
249
+ "names": [
250
+ "height",
251
+ "width",
252
+ "channels"
253
+ ],
254
+ "info": {
255
+ "video.height": 240,
256
+ "video.width": 320,
257
+ "video.codec": "av1",
258
+ "video.pix_fmt": "yuv420p",
259
+ "video.is_depth_map": false,
260
+ "video.fps": 30,
261
+ "video.channels": 3,
262
+ "has_audio": false
263
+ }
264
+ },
265
+ "timestamp": {
266
+ "dtype": "float32",
267
+ "shape": [
268
+ 1
269
+ ],
270
+ "names": null
271
+ },
272
+ "frame_index": {
273
+ "dtype": "int64",
274
+ "shape": [
275
+ 1
276
+ ],
277
+ "names": null
278
+ },
279
+ "episode_index": {
280
+ "dtype": "int64",
281
+ "shape": [
282
+ 1
283
+ ],
284
+ "names": null
285
+ },
286
+ "index": {
287
+ "dtype": "int64",
288
+ "shape": [
289
+ 1
290
+ ],
291
+ "names": null
292
+ },
293
+ "task_index": {
294
+ "dtype": "int64",
295
+ "shape": [
296
+ 1
297
+ ],
298
+ "names": null
299
+ }
300
+ }
301
+ }
302
+ ```
303
+
304
+
305
+ ## Citation
306
+
307
+ **BibTeX:**
308
+
309
+ ```bibtex
310
+ [More Information Needed]
311
+ ```