K-vr commited on
Commit
51a6ffa
·
verified ·
1 Parent(s): 9de0fdf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +295 -0
README.md ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=K-vr/bimanual_task">
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_so_follower",
36
+ "total_episodes": 2,
37
+ "total_frames": 428,
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:2"
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
+ "action": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 12
53
+ ],
54
+ "names": [
55
+ "left_shoulder_pan.pos",
56
+ "left_shoulder_lift.pos",
57
+ "left_elbow_flex.pos",
58
+ "left_wrist_flex.pos",
59
+ "left_wrist_roll.pos",
60
+ "left_gripper.pos",
61
+ "right_shoulder_pan.pos",
62
+ "right_shoulder_lift.pos",
63
+ "right_elbow_flex.pos",
64
+ "right_wrist_flex.pos",
65
+ "right_wrist_roll.pos",
66
+ "right_gripper.pos"
67
+ ]
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 12
73
+ ],
74
+ "names": [
75
+ "left_shoulder_pan.pos",
76
+ "left_shoulder_lift.pos",
77
+ "left_elbow_flex.pos",
78
+ "left_wrist_flex.pos",
79
+ "left_wrist_roll.pos",
80
+ "left_gripper.pos",
81
+ "right_shoulder_pan.pos",
82
+ "right_shoulder_lift.pos",
83
+ "right_elbow_flex.pos",
84
+ "right_wrist_flex.pos",
85
+ "right_wrist_roll.pos",
86
+ "right_gripper.pos"
87
+ ]
88
+ },
89
+ "observation.images.left_cam_left": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 480,
93
+ 640,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ],
101
+ "info": {
102
+ "video.height": 480,
103
+ "video.width": 640,
104
+ "video.codec": "h264",
105
+ "video.pix_fmt": "yuv420p",
106
+ "video.is_depth_map": false,
107
+ "video.fps": 30,
108
+ "video.channels": 3,
109
+ "has_audio": false
110
+ }
111
+ },
112
+ "observation.images.left_cam_scene": {
113
+ "dtype": "video",
114
+ "shape": [
115
+ 480,
116
+ 640,
117
+ 3
118
+ ],
119
+ "names": [
120
+ "height",
121
+ "width",
122
+ "channels"
123
+ ],
124
+ "info": {
125
+ "video.height": 480,
126
+ "video.width": 640,
127
+ "video.codec": "h264",
128
+ "video.pix_fmt": "yuv420p",
129
+ "video.is_depth_map": false,
130
+ "video.fps": 30,
131
+ "video.channels": 3,
132
+ "has_audio": false
133
+ }
134
+ },
135
+ "observation.images.right_cam_right": {
136
+ "dtype": "video",
137
+ "shape": [
138
+ 480,
139
+ 640,
140
+ 3
141
+ ],
142
+ "names": [
143
+ "height",
144
+ "width",
145
+ "channels"
146
+ ],
147
+ "info": {
148
+ "video.height": 480,
149
+ "video.width": 640,
150
+ "video.codec": "h264",
151
+ "video.pix_fmt": "yuv420p",
152
+ "video.is_depth_map": false,
153
+ "video.fps": 30,
154
+ "video.channels": 3,
155
+ "has_audio": false
156
+ }
157
+ },
158
+ "observation.images.cam_realsense_rgb": {
159
+ "dtype": "video",
160
+ "shape": [
161
+ 480,
162
+ 640,
163
+ 3
164
+ ],
165
+ "names": [
166
+ "height",
167
+ "width",
168
+ "channel"
169
+ ],
170
+ "info": {
171
+ "video.height": 480,
172
+ "video.width": 640,
173
+ "video.codec": "h264",
174
+ "video.pix_fmt": "yuv420p",
175
+ "video.is_depth_map": false,
176
+ "video.fps": 30,
177
+ "video.channels": 3,
178
+ "has_audio": false
179
+ }
180
+ },
181
+ "observation.depth.cam_realsense": {
182
+ "dtype": "uint16",
183
+ "shape": [
184
+ 480,
185
+ 640
186
+ ],
187
+ "names": [
188
+ "height",
189
+ "width"
190
+ ]
191
+ },
192
+ "observation.images.cam_realsense_ir_left": {
193
+ "dtype": "video",
194
+ "shape": [
195
+ 480,
196
+ 640,
197
+ 3
198
+ ],
199
+ "names": [
200
+ "height",
201
+ "width",
202
+ "channel"
203
+ ],
204
+ "info": {
205
+ "video.height": 480,
206
+ "video.width": 640,
207
+ "video.codec": "h264",
208
+ "video.pix_fmt": "yuv420p",
209
+ "video.is_depth_map": false,
210
+ "video.fps": 30,
211
+ "video.channels": 3,
212
+ "has_audio": false
213
+ }
214
+ },
215
+ "observation.images.cam_realsense_ir_right": {
216
+ "dtype": "video",
217
+ "shape": [
218
+ 480,
219
+ 640,
220
+ 3
221
+ ],
222
+ "names": [
223
+ "height",
224
+ "width",
225
+ "channel"
226
+ ],
227
+ "info": {
228
+ "video.height": 480,
229
+ "video.width": 640,
230
+ "video.codec": "h264",
231
+ "video.pix_fmt": "yuv420p",
232
+ "video.is_depth_map": false,
233
+ "video.fps": 30,
234
+ "video.channels": 3,
235
+ "has_audio": false
236
+ }
237
+ },
238
+ "observation.pointcloud.cam_realsense": {
239
+ "dtype": "float32",
240
+ "shape": [
241
+ 16384,
242
+ 6
243
+ ],
244
+ "names": [
245
+ "points",
246
+ "xyzrgb"
247
+ ]
248
+ },
249
+ "timestamp": {
250
+ "dtype": "float32",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ },
256
+ "frame_index": {
257
+ "dtype": "int64",
258
+ "shape": [
259
+ 1
260
+ ],
261
+ "names": null
262
+ },
263
+ "episode_index": {
264
+ "dtype": "int64",
265
+ "shape": [
266
+ 1
267
+ ],
268
+ "names": null
269
+ },
270
+ "index": {
271
+ "dtype": "int64",
272
+ "shape": [
273
+ 1
274
+ ],
275
+ "names": null
276
+ },
277
+ "task_index": {
278
+ "dtype": "int64",
279
+ "shape": [
280
+ 1
281
+ ],
282
+ "names": null
283
+ }
284
+ }
285
+ }
286
+ ```
287
+
288
+
289
+ ## Citation
290
+
291
+ **BibTeX:**
292
+
293
+ ```bibtex
294
+ [More Information Needed]
295
+ ```