eunyoung927 commited on
Commit
637ca61
·
verified ·
1 Parent(s): 97a7638

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +269 -0
README.md ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - ur7e
8
+ - cap
9
+ - lerobot
10
+ - controller-desired
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=CoRL2026-CSI/UR7e_Ours_Distribute_Choco_25epi">
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
+ "robot_type": "ur7e",
40
+ "total_episodes": 25,
41
+ "total_frames": 10563,
42
+ "total_tasks": 1,
43
+ "chunks_size": 1000,
44
+ "data_files_size_in_mb": 100,
45
+ "video_files_size_in_mb": 200,
46
+ "fps": 10,
47
+ "splits": {
48
+ "train": "0:25"
49
+ },
50
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
51
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
52
+ "features": {
53
+ "observation.state": {
54
+ "dtype": "float32",
55
+ "shape": [
56
+ 7
57
+ ],
58
+ "names": [
59
+ "shoulder_pan.pos",
60
+ "shoulder_lift.pos",
61
+ "elbow.pos",
62
+ "wrist_1.pos",
63
+ "wrist_2.pos",
64
+ "wrist_3.pos",
65
+ "gripper.pos"
66
+ ]
67
+ },
68
+ "action": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 7
72
+ ],
73
+ "names": [
74
+ "shoulder_pan.pos",
75
+ "shoulder_lift.pos",
76
+ "elbow.pos",
77
+ "wrist_1.pos",
78
+ "wrist_2.pos",
79
+ "wrist_3.pos",
80
+ "gripper.pos"
81
+ ]
82
+ },
83
+ "observation.images.realsense_topview": {
84
+ "dtype": "video",
85
+ "shape": [
86
+ 480,
87
+ 640,
88
+ 3
89
+ ],
90
+ "names": [
91
+ "height",
92
+ "width",
93
+ "channels"
94
+ ],
95
+ "info": {
96
+ "video.height": 480,
97
+ "video.width": 640,
98
+ "video.codec": "h264",
99
+ "video.pix_fmt": "yuv420p",
100
+ "video.is_depth_map": false,
101
+ "video.fps": 10,
102
+ "video.channels": 3,
103
+ "has_audio": false
104
+ }
105
+ },
106
+ "observation.images.realsense_wrist": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 480,
110
+ 640,
111
+ 3
112
+ ],
113
+ "names": [
114
+ "height",
115
+ "width",
116
+ "channels"
117
+ ],
118
+ "info": {
119
+ "video.height": 480,
120
+ "video.width": 640,
121
+ "video.codec": "h264",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 10,
125
+ "video.channels": 3,
126
+ "has_audio": false
127
+ }
128
+ },
129
+ "skill.type": {
130
+ "dtype": "string",
131
+ "shape": [
132
+ 1
133
+ ],
134
+ "names": null
135
+ },
136
+ "skill.progress": {
137
+ "dtype": "float32",
138
+ "shape": [
139
+ 1
140
+ ],
141
+ "names": null
142
+ },
143
+ "skill.goal_position.joint": {
144
+ "dtype": "float32",
145
+ "shape": [
146
+ 7
147
+ ],
148
+ "names": [
149
+ "shoulder_pan.pos",
150
+ "shoulder_lift.pos",
151
+ "elbow.pos",
152
+ "wrist_1.pos",
153
+ "wrist_2.pos",
154
+ "wrist_3.pos",
155
+ "gripper.pos"
156
+ ]
157
+ },
158
+ "skill.goal_position.world_xyzrpy": {
159
+ "dtype": "float32",
160
+ "shape": [
161
+ 6
162
+ ],
163
+ "names": [
164
+ "x",
165
+ "y",
166
+ "z",
167
+ "roll",
168
+ "pitch",
169
+ "yaw"
170
+ ]
171
+ },
172
+ "skill.goal_position.robot_xyzrpy": {
173
+ "dtype": "float32",
174
+ "shape": [
175
+ 6
176
+ ],
177
+ "names": [
178
+ "x",
179
+ "y",
180
+ "z",
181
+ "roll",
182
+ "pitch",
183
+ "yaw"
184
+ ]
185
+ },
186
+ "skill.goal_position.gripper": {
187
+ "dtype": "float32",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": [
192
+ "gripper.pos"
193
+ ]
194
+ },
195
+ "skill.natural_language": {
196
+ "dtype": "string",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "observation.ee_pos.robot_xyzrpy": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 6
206
+ ],
207
+ "names": [
208
+ "x",
209
+ "y",
210
+ "z",
211
+ "roll",
212
+ "pitch",
213
+ "yaw"
214
+ ]
215
+ },
216
+ "observation.gripper_binary": {
217
+ "dtype": "float32",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null
222
+ },
223
+ "timestamp": {
224
+ "dtype": "float32",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null
229
+ },
230
+ "frame_index": {
231
+ "dtype": "int64",
232
+ "shape": [
233
+ 1
234
+ ],
235
+ "names": null
236
+ },
237
+ "episode_index": {
238
+ "dtype": "int64",
239
+ "shape": [
240
+ 1
241
+ ],
242
+ "names": null
243
+ },
244
+ "index": {
245
+ "dtype": "int64",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "names": null
250
+ },
251
+ "task_index": {
252
+ "dtype": "int64",
253
+ "shape": [
254
+ 1
255
+ ],
256
+ "names": null
257
+ }
258
+ }
259
+ }
260
+ ```
261
+
262
+
263
+ ## Citation
264
+
265
+ **BibTeX:**
266
+
267
+ ```bibtex
268
+ [More Information Needed]
269
+ ```