kanginLee commited on
Commit
3ab025a
·
verified ·
1 Parent(s): db1a3df

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +265 -0
README.md ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=Phy-lab/collected_dataset">
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": "ur5e",
36
+ "total_episodes": 1,
37
+ "total_frames": 381,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 10,
43
+ "splits": {
44
+ "train": "0:1"
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
+ "observation.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 7
53
+ ],
54
+ "names": [
55
+ "shoulder_pan_joint",
56
+ "shoulder_lift_joint",
57
+ "elbow_joint",
58
+ "wrist_1_joint",
59
+ "wrist_2_joint",
60
+ "wrist_3_joint",
61
+ "gripper/left_finger_joint"
62
+ ]
63
+ },
64
+ "action": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 7
68
+ ],
69
+ "names": [
70
+ "shoulder_pan_joint",
71
+ "shoulder_lift_joint",
72
+ "elbow_joint",
73
+ "wrist_1_joint",
74
+ "wrist_2_joint",
75
+ "wrist_3_joint",
76
+ "gripper/left_finger_joint"
77
+ ]
78
+ },
79
+ "observation.velocity": {
80
+ "dtype": "float32",
81
+ "shape": [
82
+ 7
83
+ ],
84
+ "names": [
85
+ "shoulder_pan_joint",
86
+ "shoulder_lift_joint",
87
+ "elbow_joint",
88
+ "wrist_1_joint",
89
+ "wrist_2_joint",
90
+ "wrist_3_joint",
91
+ "gripper/left_finger_joint"
92
+ ]
93
+ },
94
+ "label.plug_pose_base": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 7
98
+ ],
99
+ "names": null
100
+ },
101
+ "label.plug_pose_base_valid": {
102
+ "dtype": "bool",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ },
108
+ "label.port_pose_base": {
109
+ "dtype": "float32",
110
+ "shape": [
111
+ 7
112
+ ],
113
+ "names": null
114
+ },
115
+ "label.port_pose_base_valid": {
116
+ "dtype": "bool",
117
+ "shape": [
118
+ 1
119
+ ],
120
+ "names": null
121
+ },
122
+ "label.target_module_pose_base": {
123
+ "dtype": "float32",
124
+ "shape": [
125
+ 7
126
+ ],
127
+ "names": null
128
+ },
129
+ "label.target_module_pose_base_valid": {
130
+ "dtype": "bool",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "label.tcp_pose": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 7
140
+ ],
141
+ "names": null
142
+ },
143
+ "label.tcp_pose_valid": {
144
+ "dtype": "bool",
145
+ "shape": [
146
+ 1
147
+ ],
148
+ "names": null
149
+ },
150
+ "observation.images.cam_center": {
151
+ "dtype": "video",
152
+ "shape": [
153
+ 1024,
154
+ 1152,
155
+ 3
156
+ ],
157
+ "names": [
158
+ "height",
159
+ "width",
160
+ "channels"
161
+ ],
162
+ "info": {
163
+ "video.height": 1024,
164
+ "video.width": 1152,
165
+ "video.codec": "av1",
166
+ "video.pix_fmt": "yuv420p",
167
+ "video.is_depth_map": false,
168
+ "video.fps": 10,
169
+ "video.channels": 3,
170
+ "has_audio": false
171
+ }
172
+ },
173
+ "observation.images.cam_left": {
174
+ "dtype": "video",
175
+ "shape": [
176
+ 1024,
177
+ 1152,
178
+ 3
179
+ ],
180
+ "names": [
181
+ "height",
182
+ "width",
183
+ "channels"
184
+ ],
185
+ "info": {
186
+ "video.height": 1024,
187
+ "video.width": 1152,
188
+ "video.codec": "av1",
189
+ "video.pix_fmt": "yuv420p",
190
+ "video.is_depth_map": false,
191
+ "video.fps": 10,
192
+ "video.channels": 3,
193
+ "has_audio": false
194
+ }
195
+ },
196
+ "observation.images.cam_right": {
197
+ "dtype": "video",
198
+ "shape": [
199
+ 1024,
200
+ 1152,
201
+ 3
202
+ ],
203
+ "names": [
204
+ "height",
205
+ "width",
206
+ "channels"
207
+ ],
208
+ "info": {
209
+ "video.height": 1024,
210
+ "video.width": 1152,
211
+ "video.codec": "av1",
212
+ "video.pix_fmt": "yuv420p",
213
+ "video.is_depth_map": false,
214
+ "video.fps": 10,
215
+ "video.channels": 3,
216
+ "has_audio": false
217
+ }
218
+ },
219
+ "timestamp": {
220
+ "dtype": "float32",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "frame_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ },
233
+ "episode_index": {
234
+ "dtype": "int64",
235
+ "shape": [
236
+ 1
237
+ ],
238
+ "names": null
239
+ },
240
+ "index": {
241
+ "dtype": "int64",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": null
246
+ },
247
+ "task_index": {
248
+ "dtype": "int64",
249
+ "shape": [
250
+ 1
251
+ ],
252
+ "names": null
253
+ }
254
+ }
255
+ }
256
+ ```
257
+
258
+
259
+ ## Citation
260
+
261
+ **BibTeX:**
262
+
263
+ ```bibtex
264
+ [More Information Needed]
265
+ ```