liyitenga commited on
Commit
5da0ab3
·
verified ·
1 Parent(s): 00b4ad1

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: 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": "v3.0",
28
+ "robot_type": "lekiwi_client",
29
+ "total_episodes": 1,
30
+ "total_frames": 596,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 16
46
+ ],
47
+ "names": [
48
+ "arm_left_shoulder_pan.pos",
49
+ "arm_left_shoulder_lift.pos",
50
+ "arm_left_elbow_flex.pos",
51
+ "arm_left_wrist_flex.pos",
52
+ "arm_left_wrist_roll.pos",
53
+ "arm_left_gripper.pos",
54
+ "arm_right_shoulder_pan.pos",
55
+ "arm_right_shoulder_lift.pos",
56
+ "arm_right_elbow_flex.pos",
57
+ "arm_right_wrist_flex.pos",
58
+ "arm_right_wrist_roll.pos",
59
+ "arm_right_gripper.pos",
60
+ "x.vel",
61
+ "y.vel",
62
+ "theta.vel",
63
+ "lift_axis.height_mm"
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 16
70
+ ],
71
+ "names": [
72
+ "arm_left_shoulder_pan.pos",
73
+ "arm_left_shoulder_lift.pos",
74
+ "arm_left_elbow_flex.pos",
75
+ "arm_left_wrist_flex.pos",
76
+ "arm_left_wrist_roll.pos",
77
+ "arm_left_gripper.pos",
78
+ "arm_right_shoulder_pan.pos",
79
+ "arm_right_shoulder_lift.pos",
80
+ "arm_right_elbow_flex.pos",
81
+ "arm_right_wrist_flex.pos",
82
+ "arm_right_wrist_roll.pos",
83
+ "arm_right_gripper.pos",
84
+ "x.vel",
85
+ "y.vel",
86
+ "theta.vel",
87
+ "lift_axis.height_mm"
88
+ ]
89
+ },
90
+ "observation.images.head_top": {
91
+ "dtype": "video",
92
+ "shape": [
93
+ 480,
94
+ 640,
95
+ 3
96
+ ],
97
+ "names": [
98
+ "height",
99
+ "width",
100
+ "channels"
101
+ ],
102
+ "info": {
103
+ "video.height": 480,
104
+ "video.width": 640,
105
+ "video.codec": "av1",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "video.fps": 30,
109
+ "video.channels": 3,
110
+ "has_audio": false
111
+ }
112
+ },
113
+ "observation.images.head_back": {
114
+ "dtype": "video",
115
+ "shape": [
116
+ 480,
117
+ 640,
118
+ 3
119
+ ],
120
+ "names": [
121
+ "height",
122
+ "width",
123
+ "channels"
124
+ ],
125
+ "info": {
126
+ "video.height": 480,
127
+ "video.width": 640,
128
+ "video.codec": "av1",
129
+ "video.pix_fmt": "yuv420p",
130
+ "video.is_depth_map": false,
131
+ "video.fps": 30,
132
+ "video.channels": 3,
133
+ "has_audio": false
134
+ }
135
+ },
136
+ "observation.images.head_front": {
137
+ "dtype": "video",
138
+ "shape": [
139
+ 480,
140
+ 640,
141
+ 3
142
+ ],
143
+ "names": [
144
+ "height",
145
+ "width",
146
+ "channels"
147
+ ],
148
+ "info": {
149
+ "video.height": 480,
150
+ "video.width": 640,
151
+ "video.codec": "av1",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "video.fps": 30,
155
+ "video.channels": 3,
156
+ "has_audio": false
157
+ }
158
+ },
159
+ "observation.images.wrist_left": {
160
+ "dtype": "video",
161
+ "shape": [
162
+ 480,
163
+ 640,
164
+ 3
165
+ ],
166
+ "names": [
167
+ "height",
168
+ "width",
169
+ "channels"
170
+ ],
171
+ "info": {
172
+ "video.height": 480,
173
+ "video.width": 640,
174
+ "video.codec": "av1",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "video.fps": 30,
178
+ "video.channels": 3,
179
+ "has_audio": false
180
+ }
181
+ },
182
+ "observation.images.wrist_right": {
183
+ "dtype": "video",
184
+ "shape": [
185
+ 480,
186
+ 640,
187
+ 3
188
+ ],
189
+ "names": [
190
+ "height",
191
+ "width",
192
+ "channels"
193
+ ],
194
+ "info": {
195
+ "video.height": 480,
196
+ "video.width": 640,
197
+ "video.codec": "av1",
198
+ "video.pix_fmt": "yuv420p",
199
+ "video.is_depth_map": false,
200
+ "video.fps": 30,
201
+ "video.channels": 3,
202
+ "has_audio": false
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
+ ```