vpraise00 commited on
Commit
cc437c9
·
verified ·
1 Parent(s): a7f7941

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=CoRL2026-CSI/UR7e_Ours_Distribute_Choco_100epi">
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": "ur7e",
36
+ "total_episodes": 100,
37
+ "total_frames": 42503,
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:100"
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.pos",
56
+ "shoulder_lift.pos",
57
+ "elbow.pos",
58
+ "wrist_1.pos",
59
+ "wrist_2.pos",
60
+ "wrist_3.pos",
61
+ "gripper.pos"
62
+ ]
63
+ },
64
+ "action": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 7
68
+ ],
69
+ "names": [
70
+ "shoulder_pan.pos",
71
+ "shoulder_lift.pos",
72
+ "elbow.pos",
73
+ "wrist_1.pos",
74
+ "wrist_2.pos",
75
+ "wrist_3.pos",
76
+ "gripper.pos"
77
+ ]
78
+ },
79
+ "observation.images.realsense_topview": {
80
+ "dtype": "video",
81
+ "shape": [
82
+ 480,
83
+ 640,
84
+ 3
85
+ ],
86
+ "names": [
87
+ "height",
88
+ "width",
89
+ "channels"
90
+ ],
91
+ "info": {
92
+ "video.height": 480,
93
+ "video.width": 640,
94
+ "video.codec": "h264",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "video.fps": 10,
98
+ "video.channels": 3,
99
+ "has_audio": false
100
+ }
101
+ },
102
+ "observation.images.realsense_wrist": {
103
+ "dtype": "video",
104
+ "shape": [
105
+ 480,
106
+ 640,
107
+ 3
108
+ ],
109
+ "names": [
110
+ "height",
111
+ "width",
112
+ "channels"
113
+ ],
114
+ "info": {
115
+ "video.height": 480,
116
+ "video.width": 640,
117
+ "video.codec": "h264",
118
+ "video.pix_fmt": "yuv420p",
119
+ "video.is_depth_map": false,
120
+ "video.fps": 10,
121
+ "video.channels": 3,
122
+ "has_audio": false
123
+ }
124
+ },
125
+ "skill.type": {
126
+ "dtype": "string",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "skill.progress": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ },
139
+ "skill.goal_position.joint": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 7
143
+ ],
144
+ "names": [
145
+ "shoulder_pan.pos",
146
+ "shoulder_lift.pos",
147
+ "elbow.pos",
148
+ "wrist_1.pos",
149
+ "wrist_2.pos",
150
+ "wrist_3.pos",
151
+ "gripper.pos"
152
+ ]
153
+ },
154
+ "skill.goal_position.world_xyzrpy": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 6
158
+ ],
159
+ "names": [
160
+ "x",
161
+ "y",
162
+ "z",
163
+ "roll",
164
+ "pitch",
165
+ "yaw"
166
+ ]
167
+ },
168
+ "skill.goal_position.robot_xyzrpy": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 6
172
+ ],
173
+ "names": [
174
+ "x",
175
+ "y",
176
+ "z",
177
+ "roll",
178
+ "pitch",
179
+ "yaw"
180
+ ]
181
+ },
182
+ "skill.goal_position.gripper": {
183
+ "dtype": "float32",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": [
188
+ "gripper.pos"
189
+ ]
190
+ },
191
+ "skill.natural_language": {
192
+ "dtype": "string",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ },
198
+ "observation.ee_pos.robot_xyzrpy": {
199
+ "dtype": "float32",
200
+ "shape": [
201
+ 6
202
+ ],
203
+ "names": [
204
+ "x",
205
+ "y",
206
+ "z",
207
+ "roll",
208
+ "pitch",
209
+ "yaw"
210
+ ]
211
+ },
212
+ "observation.gripper_binary": {
213
+ "dtype": "float32",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
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
+ ```