hynky commited on
Commit
019b077
·
verified ·
1 Parent(s): 5bad07b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +236 -0
README.md ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - lerobot
8
+ - aloha
9
+ - split-dataset
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
+
18
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=macrodata/aloha_static_battery_ep000_004">
19
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
20
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
21
+ </a>
22
+
23
+
24
+ ## Dataset Description
25
+
26
+
27
+
28
+ - **Homepage:** [More Information Needed]
29
+ - **Paper:** [More Information Needed]
30
+ - **License:** apache-2.0
31
+
32
+ ## Dataset Structure
33
+
34
+ [meta/info.json](meta/info.json):
35
+ ```json
36
+ {
37
+ "codebase_version": "v3.0",
38
+ "robot_type": "unknown",
39
+ "total_episodes": 5,
40
+ "total_frames": 3000,
41
+ "total_tasks": 1,
42
+ "chunks_size": 1000,
43
+ "data_files_size_in_mb": 100,
44
+ "video_files_size_in_mb": 200,
45
+ "fps": 50,
46
+ "splits": {
47
+ "train": "0:5"
48
+ },
49
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
50
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
51
+ "features": {
52
+ "observation.images.cam_high": {
53
+ "dtype": "video",
54
+ "shape": [
55
+ 480,
56
+ 640,
57
+ 3
58
+ ],
59
+ "names": [
60
+ "height",
61
+ "width",
62
+ "channels"
63
+ ],
64
+ "video_info": {
65
+ "video.codec": "av1",
66
+ "video.pix_fmt": "yuv420p",
67
+ "video.is_depth_map": false,
68
+ "video.fps": 50,
69
+ "has_audio": false
70
+ }
71
+ },
72
+ "observation.images.cam_left_wrist": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 480,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ],
84
+ "video_info": {
85
+ "video.codec": "av1",
86
+ "video.pix_fmt": "yuv420p",
87
+ "video.is_depth_map": false,
88
+ "video.fps": 50,
89
+ "has_audio": false
90
+ }
91
+ },
92
+ "observation.images.cam_low": {
93
+ "dtype": "video",
94
+ "shape": [
95
+ 480,
96
+ 640,
97
+ 3
98
+ ],
99
+ "names": [
100
+ "height",
101
+ "width",
102
+ "channels"
103
+ ],
104
+ "video_info": {
105
+ "video.codec": "av1",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "video.fps": 50,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.cam_right_wrist": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 480,
116
+ 640,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channels"
123
+ ],
124
+ "video_info": {
125
+ "video.codec": "av1",
126
+ "video.pix_fmt": "yuv420p",
127
+ "video.is_depth_map": false,
128
+ "video.fps": 50,
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "observation.state": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 14
136
+ ],
137
+ "names": {
138
+ "motors": [
139
+ "motor_0",
140
+ "motor_1",
141
+ "motor_2",
142
+ "motor_3",
143
+ "motor_4",
144
+ "motor_5",
145
+ "motor_6",
146
+ "motor_7",
147
+ "motor_8",
148
+ "motor_9",
149
+ "motor_10",
150
+ "motor_11",
151
+ "motor_12",
152
+ "motor_13"
153
+ ]
154
+ },
155
+ "fps": 50
156
+ },
157
+ "action": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 14
161
+ ],
162
+ "names": {
163
+ "motors": [
164
+ "motor_0",
165
+ "motor_1",
166
+ "motor_2",
167
+ "motor_3",
168
+ "motor_4",
169
+ "motor_5",
170
+ "motor_6",
171
+ "motor_7",
172
+ "motor_8",
173
+ "motor_9",
174
+ "motor_10",
175
+ "motor_11",
176
+ "motor_12",
177
+ "motor_13"
178
+ ]
179
+ },
180
+ "fps": 50
181
+ },
182
+ "episode_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "frame_index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "timestamp": {
197
+ "dtype": "float32",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "next.done": {
204
+ "dtype": "bool",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null,
209
+ "fps": 50
210
+ },
211
+ "index": {
212
+ "dtype": "int64",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ },
218
+ "task_index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null
224
+ }
225
+ }
226
+ }
227
+ ```
228
+
229
+
230
+ ## Citation
231
+
232
+ **BibTeX:**
233
+
234
+ ```bibtex
235
+ [More Information Needed]
236
+ ```