liyitenga commited on
Commit
41e00cc
·
verified ·
1 Parent(s): 09184d3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +228 -0
README.md ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "lekiwi_client",
29
+ "total_episodes": 1,
30
+ "total_frames": 1567,
31
+ "total_tasks": 1,
32
+ "total_videos": 4,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:1"
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
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 16
46
+ ],
47
+ "names": [
48
+ "left_shoulder_pan.pos",
49
+ "left_shoulder_lift.pos",
50
+ "left_elbow_flex.pos",
51
+ "left_wrist_flex.pos",
52
+ "left_wrist_roll.pos",
53
+ "left_gripper.pos",
54
+ "right_shoulder_pan.pos",
55
+ "right_shoulder_lift.pos",
56
+ "right_elbow_flex.pos",
57
+ "right_wrist_flex.pos",
58
+ "right_wrist_roll.pos",
59
+ "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
+ "left_shoulder_pan.pos",
73
+ "left_shoulder_lift.pos",
74
+ "left_elbow_flex.pos",
75
+ "left_wrist_flex.pos",
76
+ "left_wrist_roll.pos",
77
+ "left_gripper.pos",
78
+ "right_shoulder_pan.pos",
79
+ "right_shoulder_lift.pos",
80
+ "right_elbow_flex.pos",
81
+ "right_wrist_flex.pos",
82
+ "right_wrist_roll.pos",
83
+ "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
+ "timestamp": {
183
+ "dtype": "float32",
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
+ "episode_index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "index": {
204
+ "dtype": "int64",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ },
210
+ "task_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ }
217
+ }
218
+ }
219
+ ```
220
+
221
+
222
+ ## Citation
223
+
224
+ **BibTeX:**
225
+
226
+ ```bibtex
227
+ [More Information Needed]
228
+ ```