kimyg119 commited on
Commit
596703e
·
verified ·
1 Parent(s): af4412b

Upload README.md with huggingface_hub

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