PL2011 commited on
Commit
59f1265
·
verified ·
1 Parent(s): 2a487df

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +273 -0
README.md ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/eval_lebai_act_romoya_sunction_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": 3,
37
+ "total_frames": 944,
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:3"
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
+ ],
63
+ "shape": [
64
+ 10
65
+ ]
66
+ },
67
+ "observation.state": {
68
+ "dtype": "float32",
69
+ "names": [
70
+ "joint1.pos",
71
+ "joint2.pos",
72
+ "joint3.pos",
73
+ "joint4.pos",
74
+ "joint5.pos",
75
+ "joint6.pos",
76
+ "gripper.pos",
77
+ "gripper.force",
78
+ "DO_0",
79
+ "DO_1",
80
+ "joint1.effort",
81
+ "joint2.effort",
82
+ "joint3.effort",
83
+ "joint4.effort",
84
+ "joint5.effort",
85
+ "joint6.effort",
86
+ "joint1.vel",
87
+ "joint2.vel",
88
+ "joint3.vel",
89
+ "joint4.vel",
90
+ "joint5.vel",
91
+ "joint6.vel",
92
+ "joint1.acc",
93
+ "joint2.acc",
94
+ "joint3.acc",
95
+ "joint4.acc",
96
+ "joint5.acc",
97
+ "joint6.acc",
98
+ "tcp.x",
99
+ "tcp.y",
100
+ "tcp.z",
101
+ "tcp.rx",
102
+ "tcp.ry",
103
+ "tcp.rz",
104
+ "joint1.temp",
105
+ "joint2.temp",
106
+ "joint3.temp",
107
+ "joint4.temp",
108
+ "joint5.temp",
109
+ "joint6.temp",
110
+ "joint1.voltage",
111
+ "joint2.voltage",
112
+ "joint3.voltage",
113
+ "joint4.voltage",
114
+ "joint5.voltage",
115
+ "joint6.voltage",
116
+ "flange_voltage",
117
+ "flange.x",
118
+ "flange.y",
119
+ "flange.z",
120
+ "flange.rx",
121
+ "flange.ry",
122
+ "flange.rz",
123
+ "target_joint1.pos",
124
+ "target_joint2.pos",
125
+ "target_joint3.pos",
126
+ "target_joint4.pos",
127
+ "target_joint5.pos",
128
+ "target_joint6.pos",
129
+ "target_joint1.vel",
130
+ "target_joint2.vel",
131
+ "target_joint3.vel",
132
+ "target_joint4.vel",
133
+ "target_joint5.vel",
134
+ "target_joint6.vel",
135
+ "target_joint1.acc",
136
+ "target_joint2.acc",
137
+ "target_joint3.acc",
138
+ "target_joint4.acc",
139
+ "target_joint5.acc",
140
+ "target_joint6.acc",
141
+ "target_joint1.effort",
142
+ "target_joint2.effort",
143
+ "target_joint3.effort",
144
+ "target_joint4.effort",
145
+ "target_joint5.effort",
146
+ "target_joint6.effort",
147
+ "target_tcp.x",
148
+ "target_tcp.y",
149
+ "target_tcp.z",
150
+ "target_tcp.rx",
151
+ "target_tcp.ry",
152
+ "target_tcp.rz"
153
+ ],
154
+ "shape": [
155
+ 83
156
+ ]
157
+ },
158
+ "observation.images.wrist": {
159
+ "dtype": "video",
160
+ "shape": [
161
+ 360,
162
+ 640,
163
+ 3
164
+ ],
165
+ "names": [
166
+ "height",
167
+ "width",
168
+ "channels"
169
+ ],
170
+ "info": {
171
+ "video.height": 360,
172
+ "video.width": 640,
173
+ "video.codec": "av1",
174
+ "video.pix_fmt": "yuv420p",
175
+ "video.is_depth_map": false,
176
+ "video.fps": 30,
177
+ "video.channels": 3,
178
+ "has_audio": false
179
+ }
180
+ },
181
+ "observation.images.top": {
182
+ "dtype": "video",
183
+ "shape": [
184
+ 360,
185
+ 640,
186
+ 3
187
+ ],
188
+ "names": [
189
+ "height",
190
+ "width",
191
+ "channels"
192
+ ],
193
+ "info": {
194
+ "video.height": 360,
195
+ "video.width": 640,
196
+ "video.codec": "av1",
197
+ "video.pix_fmt": "yuv420p",
198
+ "video.is_depth_map": false,
199
+ "video.fps": 30,
200
+ "video.channels": 3,
201
+ "has_audio": false
202
+ }
203
+ },
204
+ "observation.images.side": {
205
+ "dtype": "video",
206
+ "shape": [
207
+ 360,
208
+ 640,
209
+ 3
210
+ ],
211
+ "names": [
212
+ "height",
213
+ "width",
214
+ "channels"
215
+ ],
216
+ "info": {
217
+ "video.height": 360,
218
+ "video.width": 640,
219
+ "video.codec": "av1",
220
+ "video.pix_fmt": "yuv420p",
221
+ "video.is_depth_map": false,
222
+ "video.fps": 30,
223
+ "video.channels": 3,
224
+ "has_audio": false
225
+ }
226
+ },
227
+ "timestamp": {
228
+ "dtype": "float32",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "names": null
233
+ },
234
+ "frame_index": {
235
+ "dtype": "int64",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ },
241
+ "episode_index": {
242
+ "dtype": "int64",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "names": null
247
+ },
248
+ "index": {
249
+ "dtype": "int64",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "names": null
254
+ },
255
+ "task_index": {
256
+ "dtype": "int64",
257
+ "shape": [
258
+ 1
259
+ ],
260
+ "names": null
261
+ }
262
+ }
263
+ }
264
+ ```
265
+
266
+
267
+ ## Citation
268
+
269
+ **BibTeX:**
270
+
271
+ ```bibtex
272
+ [More Information Needed]
273
+ ```