xensedyl commited on
Commit
6765aa1
·
verified ·
1 Parent(s): 9931f5e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +243 -0
README.md ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=Xense/stack-cubes-flexiv-0813">
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": "bi_flexiv_rizon4_rt",
36
+ "total_episodes": 5,
37
+ "total_frames": 22752,
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:5"
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
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 20
53
+ ],
54
+ "names": [
55
+ "left_tcp.x",
56
+ "left_tcp.y",
57
+ "left_tcp.z",
58
+ "left_tcp.r1",
59
+ "left_tcp.r2",
60
+ "left_tcp.r3",
61
+ "left_tcp.r4",
62
+ "left_tcp.r5",
63
+ "left_tcp.r6",
64
+ "right_tcp.x",
65
+ "right_tcp.y",
66
+ "right_tcp.z",
67
+ "right_tcp.r1",
68
+ "right_tcp.r2",
69
+ "right_tcp.r3",
70
+ "right_tcp.r4",
71
+ "right_tcp.r5",
72
+ "right_tcp.r6",
73
+ "left_gripper.pos",
74
+ "right_gripper.pos"
75
+ ]
76
+ },
77
+ "action": {
78
+ "dtype": "float32",
79
+ "shape": [
80
+ 20
81
+ ],
82
+ "names": [
83
+ "left_tcp.x",
84
+ "left_tcp.y",
85
+ "left_tcp.z",
86
+ "left_tcp.r1",
87
+ "left_tcp.r2",
88
+ "left_tcp.r3",
89
+ "left_tcp.r4",
90
+ "left_tcp.r5",
91
+ "left_tcp.r6",
92
+ "right_tcp.x",
93
+ "right_tcp.y",
94
+ "right_tcp.z",
95
+ "right_tcp.r1",
96
+ "right_tcp.r2",
97
+ "right_tcp.r3",
98
+ "right_tcp.r4",
99
+ "right_tcp.r5",
100
+ "right_tcp.r6",
101
+ "left_gripper.pos",
102
+ "right_gripper.pos"
103
+ ]
104
+ },
105
+ "observation.images.head": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ],
117
+ "info": {
118
+ "video.height": 480,
119
+ "video.width": 640,
120
+ "video.codec": "h264",
121
+ "video.pix_fmt": "yuv420p",
122
+ "video.is_depth_map": false,
123
+ "video.fps": 30,
124
+ "video.channels": 3,
125
+ "has_audio": false
126
+ }
127
+ },
128
+ "observation.images.left_wrist": {
129
+ "dtype": "video",
130
+ "shape": [
131
+ 480,
132
+ 640,
133
+ 3
134
+ ],
135
+ "names": [
136
+ "height",
137
+ "width",
138
+ "channels"
139
+ ],
140
+ "info": {
141
+ "video.height": 480,
142
+ "video.width": 640,
143
+ "video.codec": "h264",
144
+ "video.pix_fmt": "yuv420p",
145
+ "video.is_depth_map": false,
146
+ "video.fps": 30,
147
+ "video.channels": 3,
148
+ "has_audio": false
149
+ }
150
+ },
151
+ "observation.images.right_wrist": {
152
+ "dtype": "video",
153
+ "shape": [
154
+ 480,
155
+ 640,
156
+ 3
157
+ ],
158
+ "names": [
159
+ "height",
160
+ "width",
161
+ "channels"
162
+ ],
163
+ "info": {
164
+ "video.height": 480,
165
+ "video.width": 640,
166
+ "video.codec": "h264",
167
+ "video.pix_fmt": "yuv420p",
168
+ "video.is_depth_map": false,
169
+ "video.fps": 30,
170
+ "video.channels": 3,
171
+ "has_audio": false
172
+ }
173
+ },
174
+ "observation.is_intervention": {
175
+ "dtype": "float32",
176
+ "shape": [
177
+ 1
178
+ ],
179
+ "names": [
180
+ "is_intervention"
181
+ ]
182
+ },
183
+ "observation.is_success": {
184
+ "dtype": "float32",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": [
189
+ "is_success"
190
+ ]
191
+ },
192
+ "timestamp": {
193
+ "dtype": "float32",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "frame_index": {
200
+ "dtype": "int64",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ },
206
+ "episode_index": {
207
+ "dtype": "int64",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "names": null
212
+ },
213
+ "index": {
214
+ "dtype": "int64",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": null
219
+ },
220
+ "task_index": {
221
+ "dtype": "int64",
222
+ "shape": [
223
+ 1
224
+ ],
225
+ "names": null
226
+ }
227
+ }
228
+ }
229
+ ```
230
+
231
+
232
+ ## Citation
233
+
234
+ **BibTeX:**
235
+
236
+ ```bibtex
237
+ @misc{vertax2026lerobotxense,
238
+ author = {vertax42 and Xense Robotics Team},
239
+ title = {LeRobot-Xense: LeRobot with Xense Tactile Robotics Support},
240
+ howpublished = {\url{https://github.com/Vertax42/lerobot-xense}},
241
+ year = {2026}
242
+ }
243
+ ```