ccop commited on
Commit
59e195c
1 Parent(s): b5131e1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +248 -0
README.md ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - aloha
8
+ - hd5
9
+ - robotics
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v2.0",
31
+ "robot_type": "aloha-stationary",
32
+ "total_episodes": 51,
33
+ "total_frames": 51,
34
+ "total_tasks": 1,
35
+ "total_videos": 153,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 50,
39
+ "splits": {
40
+ "train": "0:51"
41
+ },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
+ "features": {
45
+ "action": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 14
49
+ ],
50
+ "names": [
51
+ "action_0",
52
+ "action_1",
53
+ "action_2",
54
+ "action_3",
55
+ "action_4",
56
+ "action_5",
57
+ "action_6",
58
+ "action_7",
59
+ "action_8",
60
+ "action_9",
61
+ "action_10",
62
+ "action_11",
63
+ "action_12",
64
+ "action_13"
65
+ ]
66
+ },
67
+ "observations.effort": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 14
71
+ ],
72
+ "names": [
73
+ "effort_0",
74
+ "effort_1",
75
+ "effort_2",
76
+ "effort_3",
77
+ "effort_4",
78
+ "effort_5",
79
+ "effort_6",
80
+ "effort_7",
81
+ "effort_8",
82
+ "effort_9",
83
+ "effort_10",
84
+ "effort_11",
85
+ "effort_12",
86
+ "effort_13"
87
+ ]
88
+ },
89
+ "observations.images.cam_high": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 3,
93
+ 480,
94
+ 848
95
+ ],
96
+ "names": [
97
+ "channel",
98
+ "height",
99
+ "width"
100
+ ],
101
+ "info": {
102
+ "video.fps": 50.0,
103
+ "video.height": 480,
104
+ "video.width": 848,
105
+ "video.channels": 3,
106
+ "video.codec": "av1",
107
+ "video.pix_fmt": "yuv420p",
108
+ "video.is_depth_map": false,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observations.images.cam_left_wrist": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 3,
116
+ 480,
117
+ 848
118
+ ],
119
+ "names": [
120
+ "channel",
121
+ "height",
122
+ "width"
123
+ ],
124
+ "info": {
125
+ "video.fps": 50.0,
126
+ "video.height": 480,
127
+ "video.width": 848,
128
+ "video.channels": 3,
129
+ "video.codec": "av1",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "has_audio": false
133
+ }
134
+ },
135
+ "observations.images.cam_right_wrist": {
136
+ "dtype": "video",
137
+ "shape": [
138
+ 3,
139
+ 480,
140
+ 848
141
+ ],
142
+ "names": [
143
+ "channel",
144
+ "height",
145
+ "width"
146
+ ],
147
+ "info": {
148
+ "video.fps": 50.0,
149
+ "video.height": 480,
150
+ "video.width": 848,
151
+ "video.channels": 3,
152
+ "video.codec": "av1",
153
+ "video.pix_fmt": "yuv420p",
154
+ "video.is_depth_map": false,
155
+ "has_audio": false
156
+ }
157
+ },
158
+ "observations.qpos": {
159
+ "dtype": "float32",
160
+ "shape": [
161
+ 14
162
+ ],
163
+ "names": [
164
+ "qpos_0",
165
+ "qpos_1",
166
+ "qpos_2",
167
+ "qpos_3",
168
+ "qpos_4",
169
+ "qpos_5",
170
+ "qpos_6",
171
+ "qpos_7",
172
+ "qpos_8",
173
+ "qpos_9",
174
+ "qpos_10",
175
+ "qpos_11",
176
+ "qpos_12",
177
+ "qpos_13"
178
+ ]
179
+ },
180
+ "observations.qvel": {
181
+ "dtype": "float32",
182
+ "shape": [
183
+ 14
184
+ ],
185
+ "names": [
186
+ "qvel_0",
187
+ "qvel_1",
188
+ "qvel_2",
189
+ "qvel_3",
190
+ "qvel_4",
191
+ "qvel_5",
192
+ "qvel_6",
193
+ "qvel_7",
194
+ "qvel_8",
195
+ "qvel_9",
196
+ "qvel_10",
197
+ "qvel_11",
198
+ "qvel_12",
199
+ "qvel_13"
200
+ ]
201
+ },
202
+ "timestamp": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ },
209
+ "frame_index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null
215
+ },
216
+ "episode_index": {
217
+ "dtype": "int64",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null
222
+ },
223
+ "index": {
224
+ "dtype": "int64",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null
229
+ },
230
+ "task_index": {
231
+ "dtype": "int64",
232
+ "shape": [
233
+ 1
234
+ ],
235
+ "names": null
236
+ }
237
+ }
238
+ }
239
+ ```
240
+
241
+
242
+ ## Citation
243
+
244
+ **BibTeX:**
245
+
246
+ ```bibtex
247
+ [More Information Needed]
248
+ ```