pepijn223 HF Staff commited on
Commit
9ab66a9
·
verified ·
1 Parent(s): 6175a60

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +251 -0
README.md ADDED
@@ -0,0 +1,251 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - egodex
8
+ - hand
9
+ - dexterous
10
+ - lerobot
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+ ## Dataset Description
19
+
20
+
21
+
22
+ - **Homepage:** [More Information Needed]
23
+ - **Paper:** [More Information Needed]
24
+ - **License:** cc-by-nc-nd-4.0
25
+
26
+ ## Dataset Structure
27
+
28
+ [meta/info.json](meta/info.json):
29
+ ```json
30
+ {
31
+ "codebase_version": "v3.0",
32
+ "robot_type": "hand",
33
+ "total_episodes": 3,
34
+ "total_frames": 632,
35
+ "total_tasks": 3,
36
+ "chunks_size": 1000,
37
+ "data_files_size_in_mb": 100,
38
+ "video_files_size_in_mb": 200,
39
+ "fps": 30,
40
+ "splits": {
41
+ "train": "0:3"
42
+ },
43
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
44
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
45
+ "features": {
46
+ "observation.image": {
47
+ "dtype": "video",
48
+ "shape": [
49
+ 1080,
50
+ 1920,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "rgb"
57
+ ],
58
+ "info": {
59
+ "video.height": 1080,
60
+ "video.width": 1920,
61
+ "video.codec": "av1",
62
+ "video.pix_fmt": "yuv420p",
63
+ "video.is_depth_map": false,
64
+ "video.fps": 30,
65
+ "video.channels": 3,
66
+ "has_audio": false
67
+ }
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 48
73
+ ],
74
+ "names": [
75
+ "left_wrist_x",
76
+ "left_wrist_y",
77
+ "left_wrist_z",
78
+ "left_rot_0",
79
+ "left_rot_1",
80
+ "left_rot_2",
81
+ "left_rot_3",
82
+ "left_rot_4",
83
+ "left_rot_5",
84
+ "left_thumb_x",
85
+ "left_thumb_y",
86
+ "left_thumb_z",
87
+ "left_index_x",
88
+ "left_index_y",
89
+ "left_index_z",
90
+ "left_middle_x",
91
+ "left_middle_y",
92
+ "left_middle_z",
93
+ "left_ring_x",
94
+ "left_ring_y",
95
+ "left_ring_z",
96
+ "left_little_x",
97
+ "left_little_y",
98
+ "left_little_z",
99
+ "right_wrist_x",
100
+ "right_wrist_y",
101
+ "right_wrist_z",
102
+ "right_rot_0",
103
+ "right_rot_1",
104
+ "right_rot_2",
105
+ "right_rot_3",
106
+ "right_rot_4",
107
+ "right_rot_5",
108
+ "right_thumb_x",
109
+ "right_thumb_y",
110
+ "right_thumb_z",
111
+ "right_index_x",
112
+ "right_index_y",
113
+ "right_index_z",
114
+ "right_middle_x",
115
+ "right_middle_y",
116
+ "right_middle_z",
117
+ "right_ring_x",
118
+ "right_ring_y",
119
+ "right_ring_z",
120
+ "right_little_x",
121
+ "right_little_y",
122
+ "right_little_z"
123
+ ]
124
+ },
125
+ "observation.extrinsics": {
126
+ "dtype": "float32",
127
+ "shape": [
128
+ 16
129
+ ],
130
+ "names": [
131
+ "extrinsic_0",
132
+ "extrinsic_1",
133
+ "extrinsic_2",
134
+ "extrinsic_3",
135
+ "extrinsic_4",
136
+ "extrinsic_5",
137
+ "extrinsic_6",
138
+ "extrinsic_7",
139
+ "extrinsic_8",
140
+ "extrinsic_9",
141
+ "extrinsic_10",
142
+ "extrinsic_11",
143
+ "extrinsic_12",
144
+ "extrinsic_13",
145
+ "extrinsic_14",
146
+ "extrinsic_15"
147
+ ]
148
+ },
149
+ "action": {
150
+ "dtype": "float32",
151
+ "shape": [
152
+ 48
153
+ ],
154
+ "names": [
155
+ "action_0",
156
+ "action_1",
157
+ "action_2",
158
+ "action_3",
159
+ "action_4",
160
+ "action_5",
161
+ "action_6",
162
+ "action_7",
163
+ "action_8",
164
+ "action_9",
165
+ "action_10",
166
+ "action_11",
167
+ "action_12",
168
+ "action_13",
169
+ "action_14",
170
+ "action_15",
171
+ "action_16",
172
+ "action_17",
173
+ "action_18",
174
+ "action_19",
175
+ "action_20",
176
+ "action_21",
177
+ "action_22",
178
+ "action_23",
179
+ "action_24",
180
+ "action_25",
181
+ "action_26",
182
+ "action_27",
183
+ "action_28",
184
+ "action_29",
185
+ "action_30",
186
+ "action_31",
187
+ "action_32",
188
+ "action_33",
189
+ "action_34",
190
+ "action_35",
191
+ "action_36",
192
+ "action_37",
193
+ "action_38",
194
+ "action_39",
195
+ "action_40",
196
+ "action_41",
197
+ "action_42",
198
+ "action_43",
199
+ "action_44",
200
+ "action_45",
201
+ "action_46",
202
+ "action_47"
203
+ ]
204
+ },
205
+ "timestamp": {
206
+ "dtype": "float32",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "frame_index": {
213
+ "dtype": "int64",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "episode_index": {
220
+ "dtype": "int64",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ },
233
+ "task_index": {
234
+ "dtype": "int64",
235
+ "shape": [
236
+ 1
237
+ ],
238
+ "names": null
239
+ }
240
+ }
241
+ }
242
+ ```
243
+
244
+
245
+ ## Citation
246
+
247
+ **BibTeX:**
248
+
249
+ ```bibtex
250
+ [More Information Needed]
251
+ ```