rk000000 commited on
Commit
5c16a1f
·
verified ·
1 Parent(s): 0e421b4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +238 -0
README.md ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=rk000000/xlerobot-handkerchief-quarters-mix-20260911-480">
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
+ "fps": 30,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "names": [
40
+ "left_shoulder_pan.pos",
41
+ "left_shoulder_lift.pos",
42
+ "left_elbow_flex.pos",
43
+ "left_wrist_flex.pos",
44
+ "left_wrist_roll.pos",
45
+ "left_gripper.pos",
46
+ "right_shoulder_pan.pos",
47
+ "right_shoulder_lift.pos",
48
+ "right_elbow_flex.pos",
49
+ "right_wrist_flex.pos",
50
+ "right_wrist_roll.pos",
51
+ "right_gripper.pos",
52
+ "head_pan.pos",
53
+ "head_tilt.pos",
54
+ "x.vel",
55
+ "y.vel",
56
+ "theta.vel"
57
+ ],
58
+ "shape": [
59
+ 17
60
+ ]
61
+ },
62
+ "observation.state": {
63
+ "dtype": "float32",
64
+ "names": [
65
+ "left_shoulder_pan.pos",
66
+ "left_shoulder_lift.pos",
67
+ "left_elbow_flex.pos",
68
+ "left_wrist_flex.pos",
69
+ "left_wrist_roll.pos",
70
+ "left_gripper.pos",
71
+ "right_shoulder_pan.pos",
72
+ "right_shoulder_lift.pos",
73
+ "right_elbow_flex.pos",
74
+ "right_wrist_flex.pos",
75
+ "right_wrist_roll.pos",
76
+ "right_gripper.pos",
77
+ "head_pan.pos",
78
+ "head_tilt.pos",
79
+ "x.vel",
80
+ "y.vel",
81
+ "theta.vel"
82
+ ],
83
+ "shape": [
84
+ 17
85
+ ]
86
+ },
87
+ "observation.images.head": {
88
+ "dtype": "video",
89
+ "shape": [
90
+ 480,
91
+ 640,
92
+ 3
93
+ ],
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ],
99
+ "info": {
100
+ "video.height": 480,
101
+ "video.width": 640,
102
+ "video.codec": "h264",
103
+ "video.pix_fmt": "yuv420p",
104
+ "video.fps": 30,
105
+ "video.channels": 3,
106
+ "has_audio": false,
107
+ "video.g": 15,
108
+ "video.crf": 30,
109
+ "video.preset": null,
110
+ "video.fast_decode": 0,
111
+ "video.video_backend": "pyav",
112
+ "video.extra_options": {
113
+ "bf": "0"
114
+ },
115
+ "is_depth_map": false
116
+ }
117
+ },
118
+ "observation.images.wrist_left": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 480,
122
+ 640,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channels"
129
+ ],
130
+ "info": {
131
+ "video.height": 480,
132
+ "video.width": 640,
133
+ "video.codec": "h264",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.fps": 30,
136
+ "video.channels": 3,
137
+ "has_audio": false,
138
+ "video.g": 15,
139
+ "video.crf": 30,
140
+ "video.preset": null,
141
+ "video.fast_decode": 0,
142
+ "video.video_backend": "pyav",
143
+ "video.extra_options": {
144
+ "bf": "0"
145
+ },
146
+ "is_depth_map": false
147
+ }
148
+ },
149
+ "observation.images.wrist_right": {
150
+ "dtype": "video",
151
+ "shape": [
152
+ 480,
153
+ 640,
154
+ 3
155
+ ],
156
+ "names": [
157
+ "height",
158
+ "width",
159
+ "channels"
160
+ ],
161
+ "info": {
162
+ "video.height": 480,
163
+ "video.width": 640,
164
+ "video.codec": "h264",
165
+ "video.pix_fmt": "yuv420p",
166
+ "video.fps": 30,
167
+ "video.channels": 3,
168
+ "has_audio": false,
169
+ "video.g": 15,
170
+ "video.crf": 30,
171
+ "video.preset": null,
172
+ "video.fast_decode": 0,
173
+ "video.video_backend": "pyav",
174
+ "video.extra_options": {
175
+ "bf": "0"
176
+ },
177
+ "is_depth_map": false
178
+ }
179
+ },
180
+ "timestamp": {
181
+ "dtype": "float32",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "frame_index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "episode_index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "task_index": {
209
+ "dtype": "int64",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ }
215
+ },
216
+ "total_episodes": 61,
217
+ "total_frames": 66770,
218
+ "total_tasks": 1,
219
+ "chunks_size": 1000,
220
+ "data_files_size_in_mb": 100,
221
+ "video_files_size_in_mb": 200,
222
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
223
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
224
+ "robot_type": "bi_so_follower_omni_head",
225
+ "splits": {
226
+ "train": "0:61"
227
+ }
228
+ }
229
+ ```
230
+
231
+
232
+ ## Citation
233
+
234
+ **BibTeX:**
235
+
236
+ ```bibtex
237
+ [More Information Needed]
238
+ ```