garySue commited on
Commit
b7d85d3
·
verified ·
1 Parent(s): 10cd952

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +244 -0
README.md ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - ur5
8
+ - tutorial
9
+ - eval
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v2.0",
31
+ "robot_type": "bi_ur5",
32
+ "total_episodes": 1,
33
+ "total_frames": 201,
34
+ "total_tasks": 1,
35
+ "total_videos": 3,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 30,
39
+ "splits": {
40
+ "train": "0:1"
41
+ },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
+ "features": {
45
+ "action": {
46
+ "dtype": "float32",
47
+ "shape": [
48
+ 14
49
+ ],
50
+ "names": {
51
+ "motors": [
52
+ "left_shoulder_pan",
53
+ "left_shoulder_lift",
54
+ "left_elbow_flex",
55
+ "left_wrist_1",
56
+ "left_wrist_2",
57
+ "left_wrist_3",
58
+ "left_gripper",
59
+ "right_shoulder_pan",
60
+ "right_shoulder_lift",
61
+ "right_elbow_flex",
62
+ "right_wrist_1",
63
+ "right_wrist_2",
64
+ "right_wrist_3",
65
+ "right_gripper"
66
+ ]
67
+ }
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 14
73
+ ],
74
+ "names": {
75
+ "arms": [
76
+ "left_shoulder_pan",
77
+ "left_shoulder_lift",
78
+ "left_elbow_flex",
79
+ "left_wrist_1",
80
+ "left_wrist_2",
81
+ "left_wrist_3",
82
+ "left_gripper",
83
+ "right_shoulder_pan",
84
+ "right_shoulder_lift",
85
+ "right_elbow_flex",
86
+ "right_wrist_1",
87
+ "right_wrist_2",
88
+ "right_wrist_3",
89
+ "right_gripper"
90
+ ]
91
+ }
92
+ },
93
+ "observation.velocity": {
94
+ "dtype": "float32",
95
+ "shape": [
96
+ 14
97
+ ],
98
+ "names": {
99
+ "arms": [
100
+ "left_shoulder_pan",
101
+ "left_shoulder_lift",
102
+ "left_elbow_flex",
103
+ "left_wrist_1",
104
+ "left_wrist_2",
105
+ "left_wrist_3",
106
+ "left_gripper",
107
+ "right_shoulder_pan",
108
+ "right_shoulder_lift",
109
+ "right_elbow_flex",
110
+ "right_wrist_1",
111
+ "right_wrist_2",
112
+ "right_wrist_3",
113
+ "right_gripper"
114
+ ]
115
+ }
116
+ },
117
+ "observation.gripper_position": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 2
121
+ ],
122
+ "names": {
123
+ "gripper": [
124
+ "left_gripper",
125
+ "right_gripper"
126
+ ]
127
+ }
128
+ },
129
+ "observation.images.top_rgb": {
130
+ "dtype": "video",
131
+ "shape": [
132
+ 480,
133
+ 640,
134
+ 3
135
+ ],
136
+ "names": [
137
+ "height",
138
+ "width",
139
+ "channels"
140
+ ],
141
+ "info": {
142
+ "video.fps": 30.0,
143
+ "video.height": 480,
144
+ "video.width": 640,
145
+ "video.channels": 3,
146
+ "video.codec": "h264",
147
+ "video.pix_fmt": "yuv420p",
148
+ "video.is_depth_map": false,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.left_rgb": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 480,
156
+ 640,
157
+ 3
158
+ ],
159
+ "names": [
160
+ "height",
161
+ "width",
162
+ "channels"
163
+ ],
164
+ "info": {
165
+ "video.fps": 30.0,
166
+ "video.height": 480,
167
+ "video.width": 640,
168
+ "video.channels": 3,
169
+ "video.codec": "h264",
170
+ "video.pix_fmt": "yuv420p",
171
+ "video.is_depth_map": false,
172
+ "has_audio": false
173
+ }
174
+ },
175
+ "observation.images.right_rgb": {
176
+ "dtype": "video",
177
+ "shape": [
178
+ 480,
179
+ 640,
180
+ 3
181
+ ],
182
+ "names": [
183
+ "height",
184
+ "width",
185
+ "channels"
186
+ ],
187
+ "info": {
188
+ "video.fps": 30.0,
189
+ "video.height": 480,
190
+ "video.width": 640,
191
+ "video.channels": 3,
192
+ "video.codec": "h264",
193
+ "video.pix_fmt": "yuv420p",
194
+ "video.is_depth_map": false,
195
+ "has_audio": false
196
+ }
197
+ },
198
+ "timestamp": {
199
+ "dtype": "float32",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ },
205
+ "frame_index": {
206
+ "dtype": "int64",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "episode_index": {
213
+ "dtype": "int64",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "index": {
220
+ "dtype": "int64",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ }
233
+ }
234
+ }
235
+ ```
236
+
237
+
238
+ ## Citation
239
+
240
+ **BibTeX:**
241
+
242
+ ```bibtex
243
+ [More Information Needed]
244
+ ```