hedemil commited on
Commit
3c6e368
·
verified ·
1 Parent(s): f88404d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +268 -0
README.md ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=hedemil/aloha_mobile_mirror">
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": "aloha",
36
+ "total_episodes": 6,
37
+ "total_frames": 9000,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 50,
43
+ "splits": {
44
+ "train": "0:6"
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.images.cam_high": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 480,
53
+ 640,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channel"
60
+ ],
61
+ "video_info": {
62
+ "video.fps": 50.0,
63
+ "video.codec": "av1",
64
+ "video.pix_fmt": "yuv420p",
65
+ "video.is_depth_map": false,
66
+ "has_audio": false
67
+ },
68
+ "info": {
69
+ "video.height": 480,
70
+ "video.width": 640,
71
+ "video.codec": "av1",
72
+ "video.pix_fmt": "yuv420p",
73
+ "video.is_depth_map": false,
74
+ "video.fps": 50,
75
+ "video.channels": 3,
76
+ "has_audio": false
77
+ }
78
+ },
79
+ "observation.images.cam_left_wrist": {
80
+ "dtype": "video",
81
+ "shape": [
82
+ 480,
83
+ 640,
84
+ 3
85
+ ],
86
+ "names": [
87
+ "height",
88
+ "width",
89
+ "channel"
90
+ ],
91
+ "video_info": {
92
+ "video.fps": 50.0,
93
+ "video.codec": "av1",
94
+ "video.pix_fmt": "yuv420p",
95
+ "video.is_depth_map": false,
96
+ "has_audio": false
97
+ },
98
+ "info": {
99
+ "video.height": 480,
100
+ "video.width": 640,
101
+ "video.codec": "av1",
102
+ "video.pix_fmt": "yuv420p",
103
+ "video.is_depth_map": false,
104
+ "video.fps": 50,
105
+ "video.channels": 3,
106
+ "has_audio": false
107
+ }
108
+ },
109
+ "observation.images.cam_right_wrist": {
110
+ "dtype": "video",
111
+ "shape": [
112
+ 480,
113
+ 640,
114
+ 3
115
+ ],
116
+ "names": [
117
+ "height",
118
+ "width",
119
+ "channel"
120
+ ],
121
+ "video_info": {
122
+ "video.fps": 50.0,
123
+ "video.codec": "av1",
124
+ "video.pix_fmt": "yuv420p",
125
+ "video.is_depth_map": false,
126
+ "has_audio": false
127
+ },
128
+ "info": {
129
+ "video.height": 480,
130
+ "video.width": 640,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 50,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.state": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 14
143
+ ],
144
+ "names": {
145
+ "motors": [
146
+ "left_waist",
147
+ "left_shoulder",
148
+ "left_elbow",
149
+ "left_forearm_roll",
150
+ "left_wrist_angle",
151
+ "left_wrist_rotate",
152
+ "left_gripper",
153
+ "right_waist",
154
+ "right_shoulder",
155
+ "right_elbow",
156
+ "right_forearm_roll",
157
+ "right_wrist_angle",
158
+ "right_wrist_rotate",
159
+ "right_gripper"
160
+ ]
161
+ },
162
+ "fps": 50
163
+ },
164
+ "observation.effort": {
165
+ "dtype": "float32",
166
+ "shape": [
167
+ 14
168
+ ],
169
+ "names": {
170
+ "motors": [
171
+ "left_waist",
172
+ "left_shoulder",
173
+ "left_elbow",
174
+ "left_forearm_roll",
175
+ "left_wrist_angle",
176
+ "left_wrist_rotate",
177
+ "left_gripper",
178
+ "right_waist",
179
+ "right_shoulder",
180
+ "right_elbow",
181
+ "right_forearm_roll",
182
+ "right_wrist_angle",
183
+ "right_wrist_rotate",
184
+ "right_gripper"
185
+ ]
186
+ },
187
+ "fps": 50
188
+ },
189
+ "action": {
190
+ "dtype": "float32",
191
+ "shape": [
192
+ 14
193
+ ],
194
+ "names": {
195
+ "motors": [
196
+ "left_waist",
197
+ "left_shoulder",
198
+ "left_elbow",
199
+ "left_forearm_roll",
200
+ "left_wrist_angle",
201
+ "left_wrist_rotate",
202
+ "left_gripper",
203
+ "right_waist",
204
+ "right_shoulder",
205
+ "right_elbow",
206
+ "right_forearm_roll",
207
+ "right_wrist_angle",
208
+ "right_wrist_rotate",
209
+ "right_gripper"
210
+ ]
211
+ },
212
+ "fps": 50
213
+ },
214
+ "next.done": {
215
+ "dtype": "bool",
216
+ "shape": [
217
+ 1
218
+ ],
219
+ "names": null,
220
+ "fps": 50
221
+ },
222
+ "timestamp": {
223
+ "dtype": "float32",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "frame_index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "episode_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ },
243
+ "index": {
244
+ "dtype": "int64",
245
+ "shape": [
246
+ 1
247
+ ],
248
+ "names": null
249
+ },
250
+ "task_index": {
251
+ "dtype": "int64",
252
+ "shape": [
253
+ 1
254
+ ],
255
+ "names": null
256
+ }
257
+ }
258
+ }
259
+ ```
260
+
261
+
262
+ ## Citation
263
+
264
+ **BibTeX:**
265
+
266
+ ```bibtex
267
+ [More Information Needed]
268
+ ```