ccop commited on
Commit
1aa795d
·
verified ·
1 Parent(s): 6e59a1b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +218 -0
README.md ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - aloha
8
+ - robotics
9
+ - hdf5
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": 53,
33
+ "total_frames": 53,
34
+ "total_tasks": 1,
35
+ "total_videos": 0,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 50,
39
+ "splits": {
40
+ "train": "0:53"
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": "image",
91
+ "shape": [
92
+ 3,
93
+ 480,
94
+ 848
95
+ ],
96
+ "names": [
97
+ "channel",
98
+ "height",
99
+ "width"
100
+ ]
101
+ },
102
+ "observations.images.cam_left_wrist": {
103
+ "dtype": "image",
104
+ "shape": [
105
+ 3,
106
+ 480,
107
+ 848
108
+ ],
109
+ "names": [
110
+ "channel",
111
+ "height",
112
+ "width"
113
+ ]
114
+ },
115
+ "observations.images.cam_right_wrist": {
116
+ "dtype": "image",
117
+ "shape": [
118
+ 3,
119
+ 480,
120
+ 848
121
+ ],
122
+ "names": [
123
+ "channel",
124
+ "height",
125
+ "width"
126
+ ]
127
+ },
128
+ "observations.qpos": {
129
+ "dtype": "float32",
130
+ "shape": [
131
+ 14
132
+ ],
133
+ "names": [
134
+ "qpos_0",
135
+ "qpos_1",
136
+ "qpos_2",
137
+ "qpos_3",
138
+ "qpos_4",
139
+ "qpos_5",
140
+ "qpos_6",
141
+ "qpos_7",
142
+ "qpos_8",
143
+ "qpos_9",
144
+ "qpos_10",
145
+ "qpos_11",
146
+ "qpos_12",
147
+ "qpos_13"
148
+ ]
149
+ },
150
+ "observations.qvel": {
151
+ "dtype": "float32",
152
+ "shape": [
153
+ 14
154
+ ],
155
+ "names": [
156
+ "qvel_0",
157
+ "qvel_1",
158
+ "qvel_2",
159
+ "qvel_3",
160
+ "qvel_4",
161
+ "qvel_5",
162
+ "qvel_6",
163
+ "qvel_7",
164
+ "qvel_8",
165
+ "qvel_9",
166
+ "qvel_10",
167
+ "qvel_11",
168
+ "qvel_12",
169
+ "qvel_13"
170
+ ]
171
+ },
172
+ "timestamp": {
173
+ "dtype": "float32",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "frame_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "episode_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "task_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ }
207
+ }
208
+ }
209
+ ```
210
+
211
+
212
+ ## Citation
213
+
214
+ **BibTeX:**
215
+
216
+ ```bibtex
217
+ [More Information Needed]
218
+ ```