hedemil commited on
Commit
7360724
·
verified ·
1 Parent(s): 029c287

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +273 -0
README.md ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_defaults">
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": 32,
37
+ "total_frames": 12800,
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:32"
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_low": {
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.images.cam_right_wrist": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 480,
143
+ 640,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channel"
150
+ ],
151
+ "video_info": {
152
+ "video.fps": 50.0,
153
+ "video.codec": "av1",
154
+ "video.pix_fmt": "yuv420p",
155
+ "video.is_depth_map": false,
156
+ "has_audio": false
157
+ },
158
+ "info": {
159
+ "video.height": 480,
160
+ "video.width": 640,
161
+ "video.codec": "av1",
162
+ "video.pix_fmt": "yuv420p",
163
+ "video.is_depth_map": false,
164
+ "video.fps": 50,
165
+ "video.channels": 3,
166
+ "has_audio": false
167
+ }
168
+ },
169
+ "observation.state": {
170
+ "dtype": "float32",
171
+ "shape": [
172
+ 14
173
+ ],
174
+ "names": {
175
+ "motors": [
176
+ "left_waist",
177
+ "left_shoulder",
178
+ "left_elbow",
179
+ "left_forearm_roll",
180
+ "left_wrist_angle",
181
+ "left_wrist_rotate",
182
+ "left_gripper",
183
+ "right_waist",
184
+ "right_shoulder",
185
+ "right_elbow",
186
+ "right_forearm_roll",
187
+ "right_wrist_angle",
188
+ "right_wrist_rotate",
189
+ "right_gripper"
190
+ ]
191
+ },
192
+ "fps": 50.0
193
+ },
194
+ "action": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 14
198
+ ],
199
+ "names": {
200
+ "motors": [
201
+ "left_waist",
202
+ "left_shoulder",
203
+ "left_elbow",
204
+ "left_forearm_roll",
205
+ "left_wrist_angle",
206
+ "left_wrist_rotate",
207
+ "left_gripper",
208
+ "right_waist",
209
+ "right_shoulder",
210
+ "right_elbow",
211
+ "right_forearm_roll",
212
+ "right_wrist_angle",
213
+ "right_wrist_rotate",
214
+ "right_gripper"
215
+ ]
216
+ },
217
+ "fps": 50.0
218
+ },
219
+ "next.done": {
220
+ "dtype": "bool",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null,
225
+ "fps": 50.0
226
+ },
227
+ "timestamp": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "names": null
233
+ },
234
+ "frame_index": {
235
+ "dtype": "int64",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ },
241
+ "episode_index": {
242
+ "dtype": "int64",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "names": null
247
+ },
248
+ "index": {
249
+ "dtype": "int64",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "names": null
254
+ },
255
+ "task_index": {
256
+ "dtype": "int64",
257
+ "shape": [
258
+ 1
259
+ ],
260
+ "names": null
261
+ }
262
+ }
263
+ }
264
+ ```
265
+
266
+
267
+ ## Citation
268
+
269
+ **BibTeX:**
270
+
271
+ ```bibtex
272
+ [More Information Needed]
273
+ ```