azorematter commited on
Commit
e76afb7
·
verified ·
1 Parent(s): 9e7c364

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +313 -0
README.md ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - fanuc
8
+ - crx-5ia
9
+ - pick-and-place
10
+ - dice
11
+ - evaluation
12
+ - groot
13
+ configs:
14
+ - config_name: default
15
+ data_files: data/*/*.parquet
16
+ ---
17
+
18
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
19
+
20
+
21
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=azorematter/fanuc_dice_eval_eval_act_066000">
22
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
23
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
24
+ </a>
25
+
26
+
27
+ ## Dataset Description
28
+
29
+
30
+
31
+ - **Homepage:** [More Information Needed]
32
+ - **Paper:** [More Information Needed]
33
+ - **License:** apache-2.0
34
+
35
+ ## Dataset Structure
36
+
37
+ [meta/info.json](meta/info.json):
38
+ ```json
39
+ {
40
+ "codebase_version": "v3.0",
41
+ "fps": 1,
42
+ "features": {
43
+ "observation.state": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 7
47
+ ],
48
+ "names": [
49
+ "J1",
50
+ "J2",
51
+ "J3",
52
+ "J4",
53
+ "J5",
54
+ "J6",
55
+ "gripper"
56
+ ]
57
+ },
58
+ "action": {
59
+ "dtype": "float32",
60
+ "shape": [
61
+ 7
62
+ ],
63
+ "names": [
64
+ "dx",
65
+ "dy",
66
+ "dz",
67
+ "dRx",
68
+ "dRy",
69
+ "dRz",
70
+ "gripper"
71
+ ]
72
+ },
73
+ "observation.tcp": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 3
77
+ ],
78
+ "names": [
79
+ "X",
80
+ "Y",
81
+ "Z"
82
+ ]
83
+ },
84
+ "ref_dice": {
85
+ "dtype": "float32",
86
+ "shape": [
87
+ 2
88
+ ],
89
+ "names": [
90
+ "x",
91
+ "y"
92
+ ]
93
+ },
94
+ "ref_block": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 2
98
+ ],
99
+ "names": [
100
+ "x",
101
+ "y"
102
+ ]
103
+ },
104
+ "ref_block_resid_mm": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "dist_to_target_mm": {
112
+ "dtype": "float32",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "success": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "outcome": {
126
+ "dtype": "string",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "run_episode": {
133
+ "dtype": "string",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "observation.images.cam0": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 480,
143
+ 640,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channels"
150
+ ],
151
+ "info": {
152
+ "video.height": 480,
153
+ "video.width": 640,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.fps": 1,
157
+ "video.channels": 3,
158
+ "has_audio": false,
159
+ "video.g": 2,
160
+ "video.crf": 30,
161
+ "video.preset": 12,
162
+ "video.fast_decode": 0,
163
+ "video.video_backend": "pyav",
164
+ "video.extra_options": {},
165
+ "is_depth_map": false
166
+ }
167
+ },
168
+ "observation.images.cam1": {
169
+ "dtype": "video",
170
+ "shape": [
171
+ 480,
172
+ 640,
173
+ 3
174
+ ],
175
+ "names": [
176
+ "height",
177
+ "width",
178
+ "channels"
179
+ ],
180
+ "info": {
181
+ "video.height": 480,
182
+ "video.width": 640,
183
+ "video.codec": "av1",
184
+ "video.pix_fmt": "yuv420p",
185
+ "video.fps": 1,
186
+ "video.channels": 3,
187
+ "has_audio": false,
188
+ "video.g": 2,
189
+ "video.crf": 30,
190
+ "video.preset": 12,
191
+ "video.fast_decode": 0,
192
+ "video.video_backend": "pyav",
193
+ "video.extra_options": {},
194
+ "is_depth_map": false
195
+ }
196
+ },
197
+ "observation.images.cam2": {
198
+ "dtype": "video",
199
+ "shape": [
200
+ 480,
201
+ 640,
202
+ 3
203
+ ],
204
+ "names": [
205
+ "height",
206
+ "width",
207
+ "channels"
208
+ ],
209
+ "info": {
210
+ "video.height": 480,
211
+ "video.width": 640,
212
+ "video.codec": "av1",
213
+ "video.pix_fmt": "yuv420p",
214
+ "video.fps": 1,
215
+ "video.channels": 3,
216
+ "has_audio": false,
217
+ "video.g": 2,
218
+ "video.crf": 30,
219
+ "video.preset": 12,
220
+ "video.fast_decode": 0,
221
+ "video.video_backend": "pyav",
222
+ "video.extra_options": {},
223
+ "is_depth_map": false
224
+ }
225
+ },
226
+ "observation.images.gripper": {
227
+ "dtype": "video",
228
+ "shape": [
229
+ 480,
230
+ 640,
231
+ 3
232
+ ],
233
+ "names": [
234
+ "height",
235
+ "width",
236
+ "channels"
237
+ ],
238
+ "info": {
239
+ "video.height": 480,
240
+ "video.width": 640,
241
+ "video.codec": "av1",
242
+ "video.pix_fmt": "yuv420p",
243
+ "video.fps": 1,
244
+ "video.channels": 3,
245
+ "has_audio": false,
246
+ "video.g": 2,
247
+ "video.crf": 30,
248
+ "video.preset": 12,
249
+ "video.fast_decode": 0,
250
+ "video.video_backend": "pyav",
251
+ "video.extra_options": {},
252
+ "is_depth_map": false
253
+ }
254
+ },
255
+ "timestamp": {
256
+ "dtype": "float32",
257
+ "shape": [
258
+ 1
259
+ ],
260
+ "names": null
261
+ },
262
+ "frame_index": {
263
+ "dtype": "int64",
264
+ "shape": [
265
+ 1
266
+ ],
267
+ "names": null
268
+ },
269
+ "episode_index": {
270
+ "dtype": "int64",
271
+ "shape": [
272
+ 1
273
+ ],
274
+ "names": null
275
+ },
276
+ "index": {
277
+ "dtype": "int64",
278
+ "shape": [
279
+ 1
280
+ ],
281
+ "names": null
282
+ },
283
+ "task_index": {
284
+ "dtype": "int64",
285
+ "shape": [
286
+ 1
287
+ ],
288
+ "names": null
289
+ }
290
+ },
291
+ "total_episodes": 1,
292
+ "total_frames": 27,
293
+ "total_tasks": 1,
294
+ "chunks_size": 1000,
295
+ "data_files_size_in_mb": 100,
296
+ "video_files_size_in_mb": 200,
297
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
298
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
299
+ "robot_type": "fanuc_crx5ia",
300
+ "splits": {
301
+ "train": "0:1"
302
+ }
303
+ }
304
+ ```
305
+
306
+
307
+ ## Citation
308
+
309
+ **BibTeX:**
310
+
311
+ ```bibtex
312
+ [More Information Needed]
313
+ ```