fecasado commited on
Commit
7df78c8
·
verified ·
1 Parent(s): 34b0c1f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +284 -0
README.md ADDED
@@ -0,0 +1,284 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=fecasado/Ncubes-to-Nbaskets">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "fps": 15,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 26
41
+ ],
42
+ "names": [
43
+ "l_arm_linear.x",
44
+ "l_arm_linear.y",
45
+ "l_arm_linear.z",
46
+ "l_arm_angular.x",
47
+ "l_arm_angular.y",
48
+ "l_arm_angular.z",
49
+ "l_hand_pinky",
50
+ "l_hand_ring",
51
+ "l_hand_middle",
52
+ "l_hand_index",
53
+ "l_hand_thumb1",
54
+ "l_hand_thumb2",
55
+ "r_arm_linear.x",
56
+ "r_arm_linear.y",
57
+ "r_arm_linear.z",
58
+ "r_arm_angular.x",
59
+ "r_arm_angular.y",
60
+ "r_arm_angular.z",
61
+ "r_hand_pinky",
62
+ "r_hand_ring",
63
+ "r_hand_middle",
64
+ "r_hand_index",
65
+ "r_hand_thumb1",
66
+ "r_hand_thumb2",
67
+ "base_joy.x",
68
+ "base_joy.y"
69
+ ]
70
+ },
71
+ "observation.state": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 55
75
+ ],
76
+ "names": [
77
+ "l_arm_j1.pos",
78
+ "l_arm_j2.pos",
79
+ "l_arm_j3.pos",
80
+ "l_arm_j4.pos",
81
+ "l_arm_j5.pos",
82
+ "l_arm_j6.pos",
83
+ "l_arm_j7.pos",
84
+ "l_hand_pinky.pos",
85
+ "l_hand_ring.pos",
86
+ "l_hand_middle.pos",
87
+ "l_hand_index.pos",
88
+ "l_hand_thumb1.pos",
89
+ "l_hand_thumb2.pos",
90
+ "r_arm_j1.pos",
91
+ "r_arm_j2.pos",
92
+ "r_arm_j3.pos",
93
+ "r_arm_j4.pos",
94
+ "r_arm_j5.pos",
95
+ "r_arm_j6.pos",
96
+ "r_arm_j7.pos",
97
+ "r_hand_pinky.pos",
98
+ "r_hand_ring.pos",
99
+ "r_hand_middle.pos",
100
+ "r_hand_index.pos",
101
+ "r_hand_thumb1.pos",
102
+ "r_hand_thumb2.pos",
103
+ "l_arm_j1.effort",
104
+ "l_arm_j2.effort",
105
+ "l_arm_j3.effort",
106
+ "l_arm_j4.effort",
107
+ "l_arm_j5.effort",
108
+ "l_arm_j6.effort",
109
+ "l_arm_j7.effort",
110
+ "l_hand_pinky.effort",
111
+ "l_hand_ring.effort",
112
+ "l_hand_middle.effort",
113
+ "l_hand_index.effort",
114
+ "l_hand_thumb1.effort",
115
+ "l_hand_thumb2.effort",
116
+ "r_arm_j1.effort",
117
+ "r_arm_j2.effort",
118
+ "r_arm_j3.effort",
119
+ "r_arm_j4.effort",
120
+ "r_arm_j5.effort",
121
+ "r_arm_j6.effort",
122
+ "r_arm_j7.effort",
123
+ "r_hand_pinky.effort",
124
+ "r_hand_ring.effort",
125
+ "r_hand_middle.effort",
126
+ "r_hand_index.effort",
127
+ "r_hand_thumb1.effort",
128
+ "r_hand_thumb2.effort",
129
+ "gaze.x",
130
+ "gaze.y",
131
+ "gaze.valid"
132
+ ]
133
+ },
134
+ "observation.images.left": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 480,
138
+ 640,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ],
146
+ "info": {
147
+ "video.height": 480,
148
+ "video.width": 640,
149
+ "video.codec": "av1",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "video.fps": 15,
153
+ "video.channels": 3,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.right": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 480,
161
+ 640,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channels"
168
+ ],
169
+ "info": {
170
+ "video.height": 480,
171
+ "video.width": 640,
172
+ "video.codec": "av1",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "video.fps": 15,
176
+ "video.channels": 3,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "observation.images.user": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 480,
184
+ 640,
185
+ 3
186
+ ],
187
+ "names": [
188
+ "height",
189
+ "width",
190
+ "channels"
191
+ ],
192
+ "info": {
193
+ "video.height": 480,
194
+ "video.width": 640,
195
+ "video.codec": "av1",
196
+ "video.pix_fmt": "yuv420p",
197
+ "video.is_depth_map": false,
198
+ "video.fps": 15,
199
+ "video.channels": 3,
200
+ "has_audio": false
201
+ }
202
+ },
203
+ "observation.images.user_gaze": {
204
+ "dtype": "video",
205
+ "shape": [
206
+ 480,
207
+ 640,
208
+ 3
209
+ ],
210
+ "names": [
211
+ "height",
212
+ "width",
213
+ "channels"
214
+ ],
215
+ "info": {
216
+ "video.height": 480,
217
+ "video.width": 640,
218
+ "video.codec": "av1",
219
+ "video.pix_fmt": "yuv420p",
220
+ "video.is_depth_map": false,
221
+ "video.fps": 15,
222
+ "video.channels": 3,
223
+ "has_audio": false
224
+ }
225
+ },
226
+ "timestamp": {
227
+ "dtype": "float32",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ },
233
+ "frame_index": {
234
+ "dtype": "int64",
235
+ "shape": [
236
+ 1
237
+ ],
238
+ "names": null
239
+ },
240
+ "episode_index": {
241
+ "dtype": "int64",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": null
246
+ },
247
+ "index": {
248
+ "dtype": "int64",
249
+ "shape": [
250
+ 1
251
+ ],
252
+ "names": null
253
+ },
254
+ "task_index": {
255
+ "dtype": "int64",
256
+ "shape": [
257
+ 1
258
+ ],
259
+ "names": null
260
+ }
261
+ },
262
+ "total_episodes": 172,
263
+ "total_frames": 73516,
264
+ "total_tasks": 1,
265
+ "chunks_size": 1000,
266
+ "data_files_size_in_mb": 100,
267
+ "video_files_size_in_mb": 200,
268
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
269
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
270
+ "robot_type": "blueberry_ros",
271
+ "splits": {
272
+ "train": "0:172"
273
+ }
274
+ }
275
+ ```
276
+
277
+
278
+ ## Citation
279
+
280
+ **BibTeX:**
281
+
282
+ ```bibtex
283
+ [More Information Needed]
284
+ ```