MoAIBo commited on
Commit
c9528db
·
verified ·
1 Parent(s): 7ee64a0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +275 -0
README.md ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=MoAIBo/pick_place_depth_odom">
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
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 11
41
+ ],
42
+ "names": [
43
+ "shoulder_pan",
44
+ "shoulder_lift",
45
+ "elbow_flex",
46
+ "wrist_flex",
47
+ "wrist_roll",
48
+ "gripper",
49
+ "base_linear_x",
50
+ "base_angular_z",
51
+ "base_pos_x",
52
+ "base_pos_y",
53
+ "base_pos_theta"
54
+ ]
55
+ },
56
+ "action": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 8
60
+ ],
61
+ "names": [
62
+ "shoulder_pan",
63
+ "shoulder_lift",
64
+ "elbow_flex",
65
+ "wrist_flex",
66
+ "wrist_roll",
67
+ "gripper",
68
+ "base_linear_x",
69
+ "base_angular_z"
70
+ ]
71
+ },
72
+ "observation.images.camera_left": {
73
+ "dtype": "video",
74
+ "shape": [
75
+ 360,
76
+ 640,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channels"
83
+ ],
84
+ "info": {
85
+ "video.height": 360,
86
+ "video.width": 640,
87
+ "video.codec": "av1",
88
+ "video.pix_fmt": "yuv420p",
89
+ "video.is_depth_map": false,
90
+ "video.fps": 30,
91
+ "video.channels": 3,
92
+ "has_audio": false,
93
+ "video.extra_options": null,
94
+ "video.fast_decode": null,
95
+ "video.g": null,
96
+ "video.crf": null,
97
+ "video.video_backend": "pyav",
98
+ "video.preset": null
99
+ }
100
+ },
101
+ "observation.images.camera_right": {
102
+ "dtype": "video",
103
+ "shape": [
104
+ 360,
105
+ 640,
106
+ 3
107
+ ],
108
+ "names": [
109
+ "height",
110
+ "width",
111
+ "channels"
112
+ ],
113
+ "info": {
114
+ "video.height": 360,
115
+ "video.width": 640,
116
+ "video.codec": "av1",
117
+ "video.pix_fmt": "yuv420p",
118
+ "video.is_depth_map": false,
119
+ "video.fps": 30,
120
+ "video.channels": 3,
121
+ "has_audio": false,
122
+ "video.extra_options": null,
123
+ "video.fast_decode": null,
124
+ "video.g": null,
125
+ "video.crf": null,
126
+ "video.video_backend": "pyav",
127
+ "video.preset": null
128
+ }
129
+ },
130
+ "observation.images.camera_wrist": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 360,
134
+ 640,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "info": {
143
+ "video.height": 360,
144
+ "video.width": 640,
145
+ "video.codec": "av1",
146
+ "video.pix_fmt": "yuv420p",
147
+ "video.is_depth_map": false,
148
+ "video.fps": 30,
149
+ "video.channels": 3,
150
+ "has_audio": false,
151
+ "video.extra_options": null,
152
+ "video.fast_decode": null,
153
+ "video.g": null,
154
+ "video.crf": null,
155
+ "video.video_backend": "pyav",
156
+ "video.preset": null
157
+ }
158
+ },
159
+ "observation.images.camera_d455": {
160
+ "dtype": "video",
161
+ "shape": [
162
+ 360,
163
+ 640,
164
+ 3
165
+ ],
166
+ "names": [
167
+ "height",
168
+ "width",
169
+ "channels"
170
+ ],
171
+ "info": {
172
+ "video.height": 360,
173
+ "video.width": 640,
174
+ "video.codec": "av1",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "video.fps": 30,
178
+ "video.channels": 3,
179
+ "has_audio": false,
180
+ "video.extra_options": null,
181
+ "video.fast_decode": null,
182
+ "video.g": null,
183
+ "video.crf": null,
184
+ "video.video_backend": "pyav",
185
+ "video.preset": null
186
+ }
187
+ },
188
+ "observation.images.depth": {
189
+ "dtype": "video",
190
+ "shape": [
191
+ 360,
192
+ 640,
193
+ 3
194
+ ],
195
+ "names": [
196
+ "height",
197
+ "width",
198
+ "channels"
199
+ ],
200
+ "info": {
201
+ "video.height": 360,
202
+ "video.width": 640,
203
+ "video.codec": "av1",
204
+ "video.pix_fmt": "yuv420p",
205
+ "video.is_depth_map": false,
206
+ "video.fps": 30,
207
+ "video.channels": 3,
208
+ "has_audio": false,
209
+ "video.extra_options": null,
210
+ "video.fast_decode": null,
211
+ "video.g": null,
212
+ "video.crf": null,
213
+ "video.video_backend": "pyav",
214
+ "video.preset": null
215
+ }
216
+ },
217
+ "timestamp": {
218
+ "dtype": "float32",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "frame_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "episode_index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ },
245
+ "task_index": {
246
+ "dtype": "int64",
247
+ "shape": [
248
+ 1
249
+ ],
250
+ "names": null
251
+ }
252
+ },
253
+ "total_episodes": 26,
254
+ "total_frames": 34129,
255
+ "total_tasks": 2,
256
+ "chunks_size": 1000,
257
+ "data_files_size_in_mb": 100,
258
+ "video_files_size_in_mb": 200,
259
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
260
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
261
+ "robot_type": "so101_tb4",
262
+ "splits": {
263
+ "train": "0:26"
264
+ }
265
+ }
266
+ ```
267
+
268
+
269
+ ## Citation
270
+
271
+ **BibTeX:**
272
+
273
+ ```bibtex
274
+ [More Information Needed]
275
+ ```