shawnptl8 commited on
Commit
911e87c
·
verified ·
1 Parent(s): 27237ef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +271 -0
README.md ADDED
@@ -0,0 +1,271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - axol
8
+ - bimanual
9
+ - xt30
10
+ - teleoperation
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+
19
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=almond-bot/xt30">
20
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
21
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
22
+ </a>
23
+
24
+
25
+ ## Dataset Description
26
+
27
+
28
+
29
+ - **Homepage:** [More Information Needed]
30
+ - **Paper:** [More Information Needed]
31
+ - **License:** apache-2.0
32
+
33
+ ## Dataset Structure
34
+
35
+ [meta/info.json](meta/info.json):
36
+ ```json
37
+ {
38
+ "codebase_version": "v3.0",
39
+ "fps": 60,
40
+ "features": {
41
+ "action": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 16
45
+ ],
46
+ "names": [
47
+ "left_shoulder_1.pos",
48
+ "left_shoulder_2.pos",
49
+ "left_shoulder_3.pos",
50
+ "left_elbow.pos",
51
+ "left_wrist_1.pos",
52
+ "left_wrist_2.pos",
53
+ "left_wrist_3.pos",
54
+ "left_gripper.pos",
55
+ "right_shoulder_1.pos",
56
+ "right_shoulder_2.pos",
57
+ "right_shoulder_3.pos",
58
+ "right_elbow.pos",
59
+ "right_wrist_1.pos",
60
+ "right_wrist_2.pos",
61
+ "right_wrist_3.pos",
62
+ "right_gripper.pos"
63
+ ]
64
+ },
65
+ "observation.state": {
66
+ "dtype": "float32",
67
+ "shape": [
68
+ 16
69
+ ],
70
+ "names": [
71
+ "left_shoulder_1.pos",
72
+ "left_shoulder_2.pos",
73
+ "left_shoulder_3.pos",
74
+ "left_elbow.pos",
75
+ "left_wrist_1.pos",
76
+ "left_wrist_2.pos",
77
+ "left_wrist_3.pos",
78
+ "left_gripper.pos",
79
+ "right_shoulder_1.pos",
80
+ "right_shoulder_2.pos",
81
+ "right_shoulder_3.pos",
82
+ "right_elbow.pos",
83
+ "right_wrist_1.pos",
84
+ "right_wrist_2.pos",
85
+ "right_wrist_3.pos",
86
+ "right_gripper.pos"
87
+ ]
88
+ },
89
+ "observation.images.overhead_left": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 600,
93
+ 960,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ],
101
+ "info": {
102
+ "is_depth_map": false,
103
+ "video.height": 600,
104
+ "video.width": 960,
105
+ "video.codec": "h264",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.fps": 60,
108
+ "video.channels": 3,
109
+ "has_audio": false,
110
+ "video.g": 30,
111
+ "video.crf": 30,
112
+ "video.preset": "veryfast",
113
+ "video.fast_decode": 0,
114
+ "video.video_backend": "pyav",
115
+ "video.extra_options": {
116
+ "bf": 0
117
+ }
118
+ }
119
+ },
120
+ "observation.images.left_arm": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 600,
124
+ 960,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channels"
131
+ ],
132
+ "info": {
133
+ "is_depth_map": false,
134
+ "video.height": 600,
135
+ "video.width": 960,
136
+ "video.codec": "h264",
137
+ "video.pix_fmt": "yuv420p",
138
+ "video.fps": 60,
139
+ "video.channels": 3,
140
+ "has_audio": false,
141
+ "video.g": 30,
142
+ "video.crf": 30,
143
+ "video.preset": "veryfast",
144
+ "video.fast_decode": 0,
145
+ "video.video_backend": "pyav",
146
+ "video.extra_options": {
147
+ "bf": 0
148
+ }
149
+ }
150
+ },
151
+ "observation.images.overhead_right": {
152
+ "dtype": "video",
153
+ "shape": [
154
+ 600,
155
+ 960,
156
+ 3
157
+ ],
158
+ "names": [
159
+ "height",
160
+ "width",
161
+ "channels"
162
+ ],
163
+ "info": {
164
+ "is_depth_map": false,
165
+ "video.height": 600,
166
+ "video.width": 960,
167
+ "video.codec": "h264",
168
+ "video.pix_fmt": "yuv420p",
169
+ "video.fps": 60,
170
+ "video.channels": 3,
171
+ "has_audio": false,
172
+ "video.g": 30,
173
+ "video.crf": 30,
174
+ "video.preset": "veryfast",
175
+ "video.fast_decode": 0,
176
+ "video.video_backend": "pyav",
177
+ "video.extra_options": {
178
+ "bf": 0
179
+ }
180
+ }
181
+ },
182
+ "observation.images.right_arm": {
183
+ "dtype": "video",
184
+ "shape": [
185
+ 600,
186
+ 960,
187
+ 3
188
+ ],
189
+ "names": [
190
+ "height",
191
+ "width",
192
+ "channels"
193
+ ],
194
+ "info": {
195
+ "is_depth_map": false,
196
+ "video.height": 600,
197
+ "video.width": 960,
198
+ "video.codec": "h264",
199
+ "video.pix_fmt": "yuv420p",
200
+ "video.fps": 60,
201
+ "video.channels": 3,
202
+ "has_audio": false,
203
+ "video.g": 30,
204
+ "video.crf": 30,
205
+ "video.preset": "veryfast",
206
+ "video.fast_decode": 0,
207
+ "video.video_backend": "pyav",
208
+ "video.extra_options": {
209
+ "bf": 0
210
+ }
211
+ }
212
+ },
213
+ "timestamp": {
214
+ "dtype": "float32",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": null
219
+ },
220
+ "frame_index": {
221
+ "dtype": "int64",
222
+ "shape": [
223
+ 1
224
+ ],
225
+ "names": null
226
+ },
227
+ "episode_index": {
228
+ "dtype": "int64",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "names": null
233
+ },
234
+ "index": {
235
+ "dtype": "int64",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ },
241
+ "task_index": {
242
+ "dtype": "int64",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "names": null
247
+ }
248
+ },
249
+ "total_episodes": 106,
250
+ "total_frames": 271125,
251
+ "total_tasks": 1,
252
+ "chunks_size": 1000,
253
+ "data_files_size_in_mb": 100,
254
+ "video_files_size_in_mb": 200,
255
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
256
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
257
+ "robot_type": "axol",
258
+ "splits": {
259
+ "train": "0:106"
260
+ }
261
+ }
262
+ ```
263
+
264
+
265
+ ## Citation
266
+
267
+ **BibTeX:**
268
+
269
+ ```bibtex
270
+ [More Information Needed]
271
+ ```