Vertax commited on
Commit
9ceec49
·
verified ·
1 Parent(s): afa3357

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +305 -0
README.md ADDED
@@ -0,0 +1,305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "bi_flexiv_rizon4_rt",
29
+ "total_episodes": 1,
30
+ "total_frames": 10859,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
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
+ "names": [
45
+ "left_tcp.x",
46
+ "left_tcp.y",
47
+ "left_tcp.z",
48
+ "left_tcp.r1",
49
+ "left_tcp.r2",
50
+ "left_tcp.r3",
51
+ "left_tcp.r4",
52
+ "left_tcp.r5",
53
+ "left_tcp.r6",
54
+ "right_tcp.x",
55
+ "right_tcp.y",
56
+ "right_tcp.z",
57
+ "right_tcp.r1",
58
+ "right_tcp.r2",
59
+ "right_tcp.r3",
60
+ "right_tcp.r4",
61
+ "right_tcp.r5",
62
+ "right_tcp.r6",
63
+ "left_gripper.pos",
64
+ "right_gripper.pos"
65
+ ],
66
+ "shape": [
67
+ 20
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "names": [
73
+ "left_tcp.x",
74
+ "left_tcp.y",
75
+ "left_tcp.z",
76
+ "left_tcp.r1",
77
+ "left_tcp.r2",
78
+ "left_tcp.r3",
79
+ "left_tcp.r4",
80
+ "left_tcp.r5",
81
+ "left_tcp.r6",
82
+ "right_tcp.x",
83
+ "right_tcp.y",
84
+ "right_tcp.z",
85
+ "right_tcp.r1",
86
+ "right_tcp.r2",
87
+ "right_tcp.r3",
88
+ "right_tcp.r4",
89
+ "right_tcp.r5",
90
+ "right_tcp.r6",
91
+ "left_gripper.pos",
92
+ "right_gripper.pos"
93
+ ],
94
+ "shape": [
95
+ 20
96
+ ]
97
+ },
98
+ "observation.images.head": {
99
+ "dtype": "video",
100
+ "shape": [
101
+ 480,
102
+ 640,
103
+ 3
104
+ ],
105
+ "names": [
106
+ "height",
107
+ "width",
108
+ "channels"
109
+ ],
110
+ "info": {
111
+ "video.height": 480,
112
+ "video.width": 640,
113
+ "video.codec": "h264",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false,
116
+ "video.fps": 30,
117
+ "video.channels": 3,
118
+ "has_audio": false
119
+ }
120
+ },
121
+ "observation.images.left_wrist": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 480,
125
+ 640,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ],
133
+ "info": {
134
+ "video.height": 480,
135
+ "video.width": 640,
136
+ "video.codec": "h264",
137
+ "video.pix_fmt": "yuv420p",
138
+ "video.is_depth_map": false,
139
+ "video.fps": 30,
140
+ "video.channels": 3,
141
+ "has_audio": false
142
+ }
143
+ },
144
+ "observation.images.right_wrist": {
145
+ "dtype": "video",
146
+ "shape": [
147
+ 480,
148
+ 640,
149
+ 3
150
+ ],
151
+ "names": [
152
+ "height",
153
+ "width",
154
+ "channels"
155
+ ],
156
+ "info": {
157
+ "video.height": 480,
158
+ "video.width": 640,
159
+ "video.codec": "h264",
160
+ "video.pix_fmt": "yuv420p",
161
+ "video.is_depth_map": false,
162
+ "video.fps": 30,
163
+ "video.channels": 3,
164
+ "has_audio": false
165
+ }
166
+ },
167
+ "observation.images.left_tactile_0": {
168
+ "dtype": "video",
169
+ "shape": [
170
+ 400,
171
+ 700,
172
+ 3
173
+ ],
174
+ "names": [
175
+ "height",
176
+ "width",
177
+ "channels"
178
+ ],
179
+ "info": {
180
+ "video.height": 400,
181
+ "video.width": 700,
182
+ "video.codec": "h264",
183
+ "video.pix_fmt": "yuv420p",
184
+ "video.is_depth_map": false,
185
+ "video.fps": 30,
186
+ "video.channels": 3,
187
+ "has_audio": false
188
+ }
189
+ },
190
+ "observation.images.left_tactile_1": {
191
+ "dtype": "video",
192
+ "shape": [
193
+ 400,
194
+ 700,
195
+ 3
196
+ ],
197
+ "names": [
198
+ "height",
199
+ "width",
200
+ "channels"
201
+ ],
202
+ "info": {
203
+ "video.height": 400,
204
+ "video.width": 700,
205
+ "video.codec": "h264",
206
+ "video.pix_fmt": "yuv420p",
207
+ "video.is_depth_map": false,
208
+ "video.fps": 30,
209
+ "video.channels": 3,
210
+ "has_audio": false
211
+ }
212
+ },
213
+ "observation.images.right_tactile_0": {
214
+ "dtype": "video",
215
+ "shape": [
216
+ 400,
217
+ 700,
218
+ 3
219
+ ],
220
+ "names": [
221
+ "height",
222
+ "width",
223
+ "channels"
224
+ ],
225
+ "info": {
226
+ "video.height": 400,
227
+ "video.width": 700,
228
+ "video.codec": "h264",
229
+ "video.pix_fmt": "yuv420p",
230
+ "video.is_depth_map": false,
231
+ "video.fps": 30,
232
+ "video.channels": 3,
233
+ "has_audio": false
234
+ }
235
+ },
236
+ "observation.images.right_tactile_1": {
237
+ "dtype": "video",
238
+ "shape": [
239
+ 400,
240
+ 700,
241
+ 3
242
+ ],
243
+ "names": [
244
+ "height",
245
+ "width",
246
+ "channels"
247
+ ],
248
+ "info": {
249
+ "video.height": 400,
250
+ "video.width": 700,
251
+ "video.codec": "h264",
252
+ "video.pix_fmt": "yuv420p",
253
+ "video.is_depth_map": false,
254
+ "video.fps": 30,
255
+ "video.channels": 3,
256
+ "has_audio": false
257
+ }
258
+ },
259
+ "timestamp": {
260
+ "dtype": "float32",
261
+ "shape": [
262
+ 1
263
+ ],
264
+ "names": null
265
+ },
266
+ "frame_index": {
267
+ "dtype": "int64",
268
+ "shape": [
269
+ 1
270
+ ],
271
+ "names": null
272
+ },
273
+ "episode_index": {
274
+ "dtype": "int64",
275
+ "shape": [
276
+ 1
277
+ ],
278
+ "names": null
279
+ },
280
+ "index": {
281
+ "dtype": "int64",
282
+ "shape": [
283
+ 1
284
+ ],
285
+ "names": null
286
+ },
287
+ "task_index": {
288
+ "dtype": "int64",
289
+ "shape": [
290
+ 1
291
+ ],
292
+ "names": null
293
+ }
294
+ }
295
+ }
296
+ ```
297
+
298
+
299
+ ## Citation
300
+
301
+ **BibTeX:**
302
+
303
+ ```bibtex
304
+ [More Information Needed]
305
+ ```