adhdmi commited on
Commit
d580fe2
·
verified ·
1 Parent(s): 596d205

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +281 -3
README.md CHANGED
@@ -1,3 +1,281 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=adhdmi/mug-on-cube-auto">
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
+ "robot_type": null,
36
+ "total_episodes": 123,
37
+ "total_frames": 19316,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 20,
43
+ "splits": {
44
+ "train": "0:123"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 39
53
+ ],
54
+ "names": [
55
+ "WLJ2",
56
+ "WLJ3",
57
+ "HLJ1",
58
+ "HLJ2",
59
+ "LAJ1",
60
+ "LAJ2",
61
+ "LAJ3",
62
+ "LAJ4",
63
+ "LAJ5",
64
+ "LAJ6",
65
+ "LAJ7",
66
+ "RAJ1",
67
+ "RAJ2",
68
+ "RAJ3",
69
+ "RAJ4",
70
+ "RAJ5",
71
+ "RAJ6",
72
+ "RAJ7",
73
+ "LHJ_thumb0",
74
+ "LHJ_thumb2",
75
+ "LHJ_index0",
76
+ "RHJ_thumb0",
77
+ "RHJ_thumb1",
78
+ "RHJ_thumb2",
79
+ "RHJ_index0",
80
+ "RHJ_index1",
81
+ "RHJ_index2",
82
+ "RHJ_index3",
83
+ "RHJ_middle0",
84
+ "RHJ_middle1",
85
+ "RHJ_middle2",
86
+ "RHJ_middle3",
87
+ "RHJ_ring0",
88
+ "RHJ_ring1",
89
+ "RHJ_ring2",
90
+ "RHJ_ring3",
91
+ "RHJ_little0",
92
+ "RHJ_little1",
93
+ "RHJ_little2"
94
+ ]
95
+ },
96
+ "action": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 39
100
+ ],
101
+ "names": [
102
+ "WLJ2",
103
+ "WLJ3",
104
+ "HLJ1",
105
+ "HLJ2",
106
+ "LAJ1",
107
+ "LAJ2",
108
+ "LAJ3",
109
+ "LAJ4",
110
+ "LAJ5",
111
+ "LAJ6",
112
+ "LAJ7",
113
+ "RAJ1",
114
+ "RAJ2",
115
+ "RAJ3",
116
+ "RAJ4",
117
+ "RAJ5",
118
+ "RAJ6",
119
+ "RAJ7",
120
+ "LHJ_thumb0",
121
+ "LHJ_thumb2",
122
+ "LHJ_index0",
123
+ "RHJ_thumb0",
124
+ "RHJ_thumb1",
125
+ "RHJ_thumb2",
126
+ "RHJ_index0",
127
+ "RHJ_index1",
128
+ "RHJ_index2",
129
+ "RHJ_index3",
130
+ "RHJ_middle0",
131
+ "RHJ_middle1",
132
+ "RHJ_middle2",
133
+ "RHJ_middle3",
134
+ "RHJ_ring0",
135
+ "RHJ_ring1",
136
+ "RHJ_ring2",
137
+ "RHJ_ring3",
138
+ "RHJ_little0",
139
+ "RHJ_little1",
140
+ "RHJ_little2"
141
+ ]
142
+ },
143
+ "observation.images.cam_left": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 3,
147
+ 480,
148
+ 640
149
+ ],
150
+ "names": [
151
+ "channels",
152
+ "height",
153
+ "width"
154
+ ],
155
+ "info": {
156
+ "video.height": 480,
157
+ "video.width": 640,
158
+ "video.codec": "av1",
159
+ "video.pix_fmt": "yuv420p",
160
+ "video.is_depth_map": false,
161
+ "video.fps": 20,
162
+ "video.channels": 3,
163
+ "has_audio": false
164
+ }
165
+ },
166
+ "observation.images.cam_right": {
167
+ "dtype": "video",
168
+ "shape": [
169
+ 3,
170
+ 480,
171
+ 640
172
+ ],
173
+ "names": [
174
+ "channels",
175
+ "height",
176
+ "width"
177
+ ],
178
+ "info": {
179
+ "video.height": 480,
180
+ "video.width": 640,
181
+ "video.codec": "av1",
182
+ "video.pix_fmt": "yuv420p",
183
+ "video.is_depth_map": false,
184
+ "video.fps": 20,
185
+ "video.channels": 3,
186
+ "has_audio": false
187
+ }
188
+ },
189
+ "observation.images.cam_wrist_left": {
190
+ "dtype": "video",
191
+ "shape": [
192
+ 3,
193
+ 480,
194
+ 640
195
+ ],
196
+ "names": [
197
+ "channels",
198
+ "height",
199
+ "width"
200
+ ],
201
+ "info": {
202
+ "video.height": 480,
203
+ "video.width": 640,
204
+ "video.codec": "av1",
205
+ "video.pix_fmt": "yuv420p",
206
+ "video.is_depth_map": false,
207
+ "video.fps": 20,
208
+ "video.channels": 3,
209
+ "has_audio": false
210
+ }
211
+ },
212
+ "observation.images.cam_wrist_right": {
213
+ "dtype": "video",
214
+ "shape": [
215
+ 3,
216
+ 480,
217
+ 640
218
+ ],
219
+ "names": [
220
+ "channels",
221
+ "height",
222
+ "width"
223
+ ],
224
+ "info": {
225
+ "video.height": 480,
226
+ "video.width": 640,
227
+ "video.codec": "av1",
228
+ "video.pix_fmt": "yuv420p",
229
+ "video.is_depth_map": false,
230
+ "video.fps": 20,
231
+ "video.channels": 3,
232
+ "has_audio": false
233
+ }
234
+ },
235
+ "timestamp": {
236
+ "dtype": "float32",
237
+ "shape": [
238
+ 1
239
+ ],
240
+ "names": null
241
+ },
242
+ "frame_index": {
243
+ "dtype": "int64",
244
+ "shape": [
245
+ 1
246
+ ],
247
+ "names": null
248
+ },
249
+ "episode_index": {
250
+ "dtype": "int64",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ },
256
+ "index": {
257
+ "dtype": "int64",
258
+ "shape": [
259
+ 1
260
+ ],
261
+ "names": null
262
+ },
263
+ "task_index": {
264
+ "dtype": "int64",
265
+ "shape": [
266
+ 1
267
+ ],
268
+ "names": null
269
+ }
270
+ }
271
+ }
272
+ ```
273
+
274
+
275
+ ## Citation
276
+
277
+ **BibTeX:**
278
+
279
+ ```bibtex
280
+ [More Information Needed]
281
+ ```