NANA YAW OWUSU OFORI-AMPOFO commited on
Commit
0f5150b
·
verified ·
1 Parent(s): 20717af

Upload README.md with huggingface_hub

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