iantc104 commited on
Commit
68f7c99
·
verified ·
1 Parent(s): 14e2442

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +282 -0
README.md ADDED
@@ -0,0 +1,282 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": null,
29
+ "total_episodes": 20,
30
+ "total_frames": 5990,
31
+ "total_tasks": 1,
32
+ "total_videos": 120,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 25,
36
+ "splits": {
37
+ "train": "0:20"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.images.zed_cam_left": {
43
+ "dtype": "video",
44
+ "shape": [
45
+ 480,
46
+ 640,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "channel"
53
+ ],
54
+ "info": {
55
+ "video.height": 480,
56
+ "video.width": 640,
57
+ "video.codec": "av1",
58
+ "video.pix_fmt": "yuv420p",
59
+ "video.is_depth_map": false,
60
+ "video.fps": 25,
61
+ "video.channels": 3,
62
+ "has_audio": false
63
+ }
64
+ },
65
+ "observation.images.zed_cam_right": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 480,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "channel"
76
+ ],
77
+ "info": {
78
+ "video.height": 480,
79
+ "video.width": 640,
80
+ "video.codec": "av1",
81
+ "video.pix_fmt": "yuv420p",
82
+ "video.is_depth_map": false,
83
+ "video.fps": 25,
84
+ "video.channels": 3,
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "observation.images.wrist_cam_left": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 480,
92
+ 640,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channel"
99
+ ],
100
+ "info": {
101
+ "video.height": 480,
102
+ "video.width": 640,
103
+ "video.codec": "av1",
104
+ "video.pix_fmt": "yuv420p",
105
+ "video.is_depth_map": false,
106
+ "video.fps": 25,
107
+ "video.channels": 3,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.images.wrist_cam_right": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 480,
115
+ 640,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channel"
122
+ ],
123
+ "info": {
124
+ "video.height": 480,
125
+ "video.width": 640,
126
+ "video.codec": "av1",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "video.fps": 25,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.overhead_cam": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 480,
138
+ 640,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channel"
145
+ ],
146
+ "info": {
147
+ "video.height": 480,
148
+ "video.width": 640,
149
+ "video.codec": "av1",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "video.fps": 25,
153
+ "video.channels": 3,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.worms_eye_cam": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 480,
161
+ 640,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channel"
168
+ ],
169
+ "info": {
170
+ "video.height": 480,
171
+ "video.width": 640,
172
+ "video.codec": "av1",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "video.fps": 25,
176
+ "video.channels": 3,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "observation.state": {
181
+ "dtype": "float32",
182
+ "shape": [
183
+ 21
184
+ ],
185
+ "names": null
186
+ },
187
+ "observation.environment_state": {
188
+ "dtype": "float32",
189
+ "shape": [
190
+ 21
191
+ ],
192
+ "names": null
193
+ },
194
+ "action": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 21
198
+ ],
199
+ "names": null
200
+ },
201
+ "left_eye": {
202
+ "dtype": "float32",
203
+ "shape": [
204
+ 2
205
+ ],
206
+ "names": null
207
+ },
208
+ "right_eye": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 2
212
+ ],
213
+ "names": null
214
+ },
215
+ "left_arm_pose": {
216
+ "dtype": "float32",
217
+ "shape": [
218
+ 16
219
+ ],
220
+ "names": null
221
+ },
222
+ "right_arm_pose": {
223
+ "dtype": "float32",
224
+ "shape": [
225
+ 16
226
+ ],
227
+ "names": null
228
+ },
229
+ "middle_arm_pose": {
230
+ "dtype": "float32",
231
+ "shape": [
232
+ 16
233
+ ],
234
+ "names": null
235
+ },
236
+ "timestamp": {
237
+ "dtype": "float32",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ },
243
+ "frame_index": {
244
+ "dtype": "int64",
245
+ "shape": [
246
+ 1
247
+ ],
248
+ "names": null
249
+ },
250
+ "episode_index": {
251
+ "dtype": "int64",
252
+ "shape": [
253
+ 1
254
+ ],
255
+ "names": null
256
+ },
257
+ "index": {
258
+ "dtype": "int64",
259
+ "shape": [
260
+ 1
261
+ ],
262
+ "names": null
263
+ },
264
+ "task_index": {
265
+ "dtype": "int64",
266
+ "shape": [
267
+ 1
268
+ ],
269
+ "names": null
270
+ }
271
+ }
272
+ }
273
+ ```
274
+
275
+
276
+ ## Citation
277
+
278
+ **BibTeX:**
279
+
280
+ ```bibtex
281
+ [More Information Needed]
282
+ ```