Dimios45 commited on
Commit
26e512a
·
verified ·
1 Parent(s): 41416f9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +264 -0
README.md ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - lerobot
9
+ - yam
10
+ - bimanual
11
+ - mujoco
12
+ - sim
13
+ - teleoperation
14
+ - cube-stacking
15
+ - vr-teleop
16
+ configs:
17
+ - config_name: default
18
+ data_files: data/*/*.parquet
19
+ ---
20
+
21
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
22
+
23
+
24
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Dimios45/yam-sim-cube-stacking">
25
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
26
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
27
+ </a>
28
+
29
+
30
+ ## Dataset Description
31
+
32
+
33
+
34
+ - **Homepage:** [More Information Needed]
35
+ - **Paper:** [More Information Needed]
36
+ - **License:** apache-2.0
37
+
38
+ ## Dataset Structure
39
+
40
+ [meta/info.json](meta/info.json):
41
+ ```json
42
+ {
43
+ "codebase_version": "v3.0",
44
+ "fps": 20,
45
+ "features": {
46
+ "observation.state": {
47
+ "dtype": "float32",
48
+ "shape": [
49
+ 14
50
+ ],
51
+ "names": [
52
+ "left_joint_1",
53
+ "left_joint_2",
54
+ "left_joint_3",
55
+ "left_joint_4",
56
+ "left_joint_5",
57
+ "left_joint_6",
58
+ "left_gripper",
59
+ "right_joint_1",
60
+ "right_joint_2",
61
+ "right_joint_3",
62
+ "right_joint_4",
63
+ "right_joint_5",
64
+ "right_joint_6",
65
+ "right_gripper"
66
+ ]
67
+ },
68
+ "action": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 14
72
+ ],
73
+ "names": [
74
+ "left_joint_1",
75
+ "left_joint_2",
76
+ "left_joint_3",
77
+ "left_joint_4",
78
+ "left_joint_5",
79
+ "left_joint_6",
80
+ "left_gripper",
81
+ "right_joint_1",
82
+ "right_joint_2",
83
+ "right_joint_3",
84
+ "right_joint_4",
85
+ "right_joint_5",
86
+ "right_joint_6",
87
+ "right_gripper"
88
+ ]
89
+ },
90
+ "observation.blocks": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 21
94
+ ],
95
+ "names": [
96
+ "cube_left_x",
97
+ "cube_left_y",
98
+ "cube_left_z",
99
+ "cube_left_qw",
100
+ "cube_left_qx",
101
+ "cube_left_qy",
102
+ "cube_left_qz",
103
+ "cube_centre_x",
104
+ "cube_centre_y",
105
+ "cube_centre_z",
106
+ "cube_centre_qw",
107
+ "cube_centre_qx",
108
+ "cube_centre_qy",
109
+ "cube_centre_qz",
110
+ "cube_right_x",
111
+ "cube_right_y",
112
+ "cube_right_z",
113
+ "cube_right_qw",
114
+ "cube_right_qx",
115
+ "cube_right_qy",
116
+ "cube_right_qz"
117
+ ]
118
+ },
119
+ "observation.images.top": {
120
+ "dtype": "video",
121
+ "shape": [
122
+ 480,
123
+ 640,
124
+ 3
125
+ ],
126
+ "names": [
127
+ "height",
128
+ "width",
129
+ "channels"
130
+ ],
131
+ "info": {
132
+ "video.height": 480,
133
+ "video.width": 640,
134
+ "video.codec": "av1",
135
+ "video.pix_fmt": "yuv420p",
136
+ "video.fps": 20,
137
+ "video.channels": 3,
138
+ "has_audio": false,
139
+ "video.g": 2,
140
+ "video.crf": 30,
141
+ "video.preset": 12,
142
+ "video.fast_decode": 0,
143
+ "video.video_backend": "pyav",
144
+ "video.extra_options": {},
145
+ "is_depth_map": false
146
+ }
147
+ },
148
+ "observation.images.left_wrist": {
149
+ "dtype": "video",
150
+ "shape": [
151
+ 480,
152
+ 640,
153
+ 3
154
+ ],
155
+ "names": [
156
+ "height",
157
+ "width",
158
+ "channels"
159
+ ],
160
+ "info": {
161
+ "video.height": 480,
162
+ "video.width": 640,
163
+ "video.codec": "av1",
164
+ "video.pix_fmt": "yuv420p",
165
+ "video.fps": 20,
166
+ "video.channels": 3,
167
+ "has_audio": false,
168
+ "video.g": 2,
169
+ "video.crf": 30,
170
+ "video.preset": 12,
171
+ "video.fast_decode": 0,
172
+ "video.video_backend": "pyav",
173
+ "video.extra_options": {},
174
+ "is_depth_map": false
175
+ }
176
+ },
177
+ "observation.images.right_wrist": {
178
+ "dtype": "video",
179
+ "shape": [
180
+ 480,
181
+ 640,
182
+ 3
183
+ ],
184
+ "names": [
185
+ "height",
186
+ "width",
187
+ "channels"
188
+ ],
189
+ "info": {
190
+ "video.height": 480,
191
+ "video.width": 640,
192
+ "video.codec": "av1",
193
+ "video.pix_fmt": "yuv420p",
194
+ "video.fps": 20,
195
+ "video.channels": 3,
196
+ "has_audio": false,
197
+ "video.g": 2,
198
+ "video.crf": 30,
199
+ "video.preset": 12,
200
+ "video.fast_decode": 0,
201
+ "video.video_backend": "pyav",
202
+ "video.extra_options": {},
203
+ "is_depth_map": false
204
+ }
205
+ },
206
+ "timestamp": {
207
+ "dtype": "float32",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "names": null
212
+ },
213
+ "frame_index": {
214
+ "dtype": "int64",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": null
219
+ },
220
+ "episode_index": {
221
+ "dtype": "int64",
222
+ "shape": [
223
+ 1
224
+ ],
225
+ "names": null
226
+ },
227
+ "index": {
228
+ "dtype": "int64",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "names": null
233
+ },
234
+ "task_index": {
235
+ "dtype": "int64",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ }
241
+ },
242
+ "total_episodes": 3,
243
+ "total_frames": 2324,
244
+ "total_tasks": 1,
245
+ "chunks_size": 1000,
246
+ "data_files_size_in_mb": 100,
247
+ "video_files_size_in_mb": 200,
248
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
249
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
250
+ "robot_type": "bi_yam_sim",
251
+ "splits": {
252
+ "train": "0:3"
253
+ }
254
+ }
255
+ ```
256
+
257
+
258
+ ## Citation
259
+
260
+ **BibTeX:**
261
+
262
+ ```bibtex
263
+ [More Information Needed]
264
+ ```