PL2011 commited on
Commit
fb07f5f
·
verified ·
1 Parent(s): 070714e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +310 -0
README.md ADDED
@@ -0,0 +1,310 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=PL2011/lebai-gripper-plate">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "romoya_lebai_follower",
36
+ "total_episodes": 50,
37
+ "total_frames": 14192,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:50"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "joint1.pos",
53
+ "joint2.pos",
54
+ "joint3.pos",
55
+ "joint4.pos",
56
+ "joint5.pos",
57
+ "joint6.pos",
58
+ "gripper.pos",
59
+ "gripper.force",
60
+ "DO_0",
61
+ "DO_1",
62
+ "joint1.effort",
63
+ "joint2.effort",
64
+ "joint3.effort",
65
+ "joint4.effort",
66
+ "joint5.effort",
67
+ "joint6.effort",
68
+ "joint1.vel",
69
+ "joint2.vel",
70
+ "joint3.vel",
71
+ "joint4.vel",
72
+ "joint5.vel",
73
+ "joint6.vel",
74
+ "joint1.acc",
75
+ "joint2.acc",
76
+ "joint3.acc",
77
+ "joint4.acc",
78
+ "joint5.acc",
79
+ "joint6.acc",
80
+ "joint1.temp",
81
+ "joint1.voltage",
82
+ "joint2.temp",
83
+ "joint2.voltage",
84
+ "joint3.temp",
85
+ "joint3.voltage",
86
+ "joint4.temp",
87
+ "joint4.voltage",
88
+ "joint5.temp",
89
+ "joint5.voltage",
90
+ "joint6.temp",
91
+ "joint6.voltage",
92
+ "flange_voltage",
93
+ "tcp.x",
94
+ "tcp.y",
95
+ "tcp.z",
96
+ "tcp.rx",
97
+ "tcp.ry",
98
+ "tcp.rz"
99
+ ],
100
+ "shape": [
101
+ 47
102
+ ]
103
+ },
104
+ "observation.state": {
105
+ "dtype": "float32",
106
+ "names": [
107
+ "joint1.pos",
108
+ "joint2.pos",
109
+ "joint3.pos",
110
+ "joint4.pos",
111
+ "joint5.pos",
112
+ "joint6.pos",
113
+ "gripper.pos",
114
+ "gripper.force",
115
+ "DO_0",
116
+ "DO_1",
117
+ "joint1.effort",
118
+ "joint2.effort",
119
+ "joint3.effort",
120
+ "joint4.effort",
121
+ "joint5.effort",
122
+ "joint6.effort",
123
+ "joint1.vel",
124
+ "joint2.vel",
125
+ "joint3.vel",
126
+ "joint4.vel",
127
+ "joint5.vel",
128
+ "joint6.vel",
129
+ "joint1.acc",
130
+ "joint2.acc",
131
+ "joint3.acc",
132
+ "joint4.acc",
133
+ "joint5.acc",
134
+ "joint6.acc",
135
+ "tcp.x",
136
+ "tcp.y",
137
+ "tcp.z",
138
+ "tcp.rx",
139
+ "tcp.ry",
140
+ "tcp.rz",
141
+ "joint1.temp",
142
+ "joint2.temp",
143
+ "joint3.temp",
144
+ "joint4.temp",
145
+ "joint5.temp",
146
+ "joint6.temp",
147
+ "joint1.voltage",
148
+ "joint2.voltage",
149
+ "joint3.voltage",
150
+ "joint4.voltage",
151
+ "joint5.voltage",
152
+ "joint6.voltage",
153
+ "flange_voltage",
154
+ "flange.x",
155
+ "flange.y",
156
+ "flange.z",
157
+ "flange.rx",
158
+ "flange.ry",
159
+ "flange.rz",
160
+ "target_joint1.pos",
161
+ "target_joint2.pos",
162
+ "target_joint3.pos",
163
+ "target_joint4.pos",
164
+ "target_joint5.pos",
165
+ "target_joint6.pos",
166
+ "target_joint1.vel",
167
+ "target_joint2.vel",
168
+ "target_joint3.vel",
169
+ "target_joint4.vel",
170
+ "target_joint5.vel",
171
+ "target_joint6.vel",
172
+ "target_joint1.acc",
173
+ "target_joint2.acc",
174
+ "target_joint3.acc",
175
+ "target_joint4.acc",
176
+ "target_joint5.acc",
177
+ "target_joint6.acc",
178
+ "target_joint1.effort",
179
+ "target_joint2.effort",
180
+ "target_joint3.effort",
181
+ "target_joint4.effort",
182
+ "target_joint5.effort",
183
+ "target_joint6.effort",
184
+ "target_tcp.x",
185
+ "target_tcp.y",
186
+ "target_tcp.z",
187
+ "target_tcp.rx",
188
+ "target_tcp.ry",
189
+ "target_tcp.rz"
190
+ ],
191
+ "shape": [
192
+ 83
193
+ ]
194
+ },
195
+ "observation.images.wrist": {
196
+ "dtype": "video",
197
+ "shape": [
198
+ 1080,
199
+ 1920,
200
+ 3
201
+ ],
202
+ "names": [
203
+ "height",
204
+ "width",
205
+ "channels"
206
+ ],
207
+ "info": {
208
+ "video.height": 1080,
209
+ "video.width": 1920,
210
+ "video.codec": "h264",
211
+ "video.pix_fmt": "yuv420p",
212
+ "video.is_depth_map": false,
213
+ "video.fps": 30,
214
+ "video.channels": 3,
215
+ "has_audio": false
216
+ }
217
+ },
218
+ "observation.images.top": {
219
+ "dtype": "video",
220
+ "shape": [
221
+ 1080,
222
+ 1920,
223
+ 3
224
+ ],
225
+ "names": [
226
+ "height",
227
+ "width",
228
+ "channels"
229
+ ],
230
+ "info": {
231
+ "video.height": 1080,
232
+ "video.width": 1920,
233
+ "video.codec": "h264",
234
+ "video.pix_fmt": "yuv420p",
235
+ "video.is_depth_map": false,
236
+ "video.fps": 30,
237
+ "video.channels": 3,
238
+ "has_audio": false
239
+ }
240
+ },
241
+ "observation.images.side": {
242
+ "dtype": "video",
243
+ "shape": [
244
+ 1080,
245
+ 1920,
246
+ 3
247
+ ],
248
+ "names": [
249
+ "height",
250
+ "width",
251
+ "channels"
252
+ ],
253
+ "info": {
254
+ "video.height": 1080,
255
+ "video.width": 1920,
256
+ "video.codec": "h264",
257
+ "video.pix_fmt": "yuv420p",
258
+ "video.is_depth_map": false,
259
+ "video.fps": 30,
260
+ "video.channels": 3,
261
+ "has_audio": false
262
+ }
263
+ },
264
+ "timestamp": {
265
+ "dtype": "float32",
266
+ "shape": [
267
+ 1
268
+ ],
269
+ "names": null
270
+ },
271
+ "frame_index": {
272
+ "dtype": "int64",
273
+ "shape": [
274
+ 1
275
+ ],
276
+ "names": null
277
+ },
278
+ "episode_index": {
279
+ "dtype": "int64",
280
+ "shape": [
281
+ 1
282
+ ],
283
+ "names": null
284
+ },
285
+ "index": {
286
+ "dtype": "int64",
287
+ "shape": [
288
+ 1
289
+ ],
290
+ "names": null
291
+ },
292
+ "task_index": {
293
+ "dtype": "int64",
294
+ "shape": [
295
+ 1
296
+ ],
297
+ "names": null
298
+ }
299
+ }
300
+ }
301
+ ```
302
+
303
+
304
+ ## Citation
305
+
306
+ **BibTeX:**
307
+
308
+ ```bibtex
309
+ [More Information Needed]
310
+ ```