xander2077 commited on
Commit
d600972
·
verified ·
1 Parent(s): 8597dd1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +277 -0
README.md ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - teleop
8
+ - realsense
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **Paper:** [More Information Needed]
22
+ - **License:** apache-2.0
23
+
24
+ ## Dataset Structure
25
+
26
+ [meta/info.json](meta/info.json):
27
+ ```json
28
+ {
29
+ "codebase_version": "v3.0",
30
+ "robot_type": null,
31
+ "total_episodes": 50,
32
+ "total_frames": 20527,
33
+ "total_tasks": 1,
34
+ "chunks_size": 1000,
35
+ "data_files_size_in_mb": 100,
36
+ "video_files_size_in_mb": 200,
37
+ "fps": 30,
38
+ "splits": {
39
+ "train": "0:50"
40
+ },
41
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
42
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 7
48
+ ],
49
+ "names": [
50
+ "x",
51
+ "y",
52
+ "z",
53
+ "roll",
54
+ "pitch",
55
+ "yaw",
56
+ "gripper"
57
+ ]
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 28
63
+ ],
64
+ "names": [
65
+ "end_x",
66
+ "end_y",
67
+ "end_z",
68
+ "end_roll",
69
+ "end_pitch",
70
+ "end_yaw",
71
+ "joint_1",
72
+ "joint_2",
73
+ "joint_3",
74
+ "joint_4",
75
+ "joint_5",
76
+ "joint_6",
77
+ "joint_7",
78
+ "joint_vel_1",
79
+ "joint_vel_2",
80
+ "joint_vel_3",
81
+ "joint_vel_4",
82
+ "joint_vel_5",
83
+ "joint_vel_6",
84
+ "joint_vel_7",
85
+ "joint_cur_1",
86
+ "joint_cur_2",
87
+ "joint_cur_3",
88
+ "joint_cur_4",
89
+ "joint_cur_5",
90
+ "joint_cur_6",
91
+ "joint_cur_7",
92
+ "gripper"
93
+ ]
94
+ },
95
+ "observation.robot_status.end_pos": {
96
+ "dtype": "float32",
97
+ "shape": [
98
+ 6
99
+ ],
100
+ "names": [
101
+ "x",
102
+ "y",
103
+ "z",
104
+ "roll",
105
+ "pitch",
106
+ "yaw"
107
+ ]
108
+ },
109
+ "observation.robot_status.joint_pos": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 7
113
+ ],
114
+ "names": [
115
+ "joint_1",
116
+ "joint_2",
117
+ "joint_3",
118
+ "joint_4",
119
+ "joint_5",
120
+ "joint_6",
121
+ "joint_7"
122
+ ]
123
+ },
124
+ "observation.robot_status.joint_vel": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 7
128
+ ],
129
+ "names": [
130
+ "joint_vel_1",
131
+ "joint_vel_2",
132
+ "joint_vel_3",
133
+ "joint_vel_4",
134
+ "joint_vel_5",
135
+ "joint_vel_6",
136
+ "joint_vel_7"
137
+ ]
138
+ },
139
+ "observation.robot_status.joint_cur": {
140
+ "dtype": "float32",
141
+ "shape": [
142
+ 7
143
+ ],
144
+ "names": [
145
+ "joint_cur_1",
146
+ "joint_cur_2",
147
+ "joint_cur_3",
148
+ "joint_cur_4",
149
+ "joint_cur_5",
150
+ "joint_cur_6",
151
+ "joint_cur_7"
152
+ ]
153
+ },
154
+ "observation.gripper": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 1
158
+ ],
159
+ "names": [
160
+ "gripper"
161
+ ]
162
+ },
163
+ "observation.images.d405_rgb": {
164
+ "dtype": "video",
165
+ "shape": [
166
+ 3,
167
+ 480,
168
+ 640
169
+ ],
170
+ "names": [
171
+ "channels",
172
+ "height",
173
+ "width"
174
+ ],
175
+ "info": {
176
+ "video.height": 480,
177
+ "video.width": 640,
178
+ "video.codec": "av1",
179
+ "video.pix_fmt": "yuv420p",
180
+ "video.is_depth_map": false,
181
+ "video.fps": 30,
182
+ "video.channels": 3,
183
+ "has_audio": false
184
+ }
185
+ },
186
+ "observation.images.d435_rgb": {
187
+ "dtype": "video",
188
+ "shape": [
189
+ 3,
190
+ 480,
191
+ 640
192
+ ],
193
+ "names": [
194
+ "channels",
195
+ "height",
196
+ "width"
197
+ ],
198
+ "info": {
199
+ "video.height": 480,
200
+ "video.width": 640,
201
+ "video.codec": "av1",
202
+ "video.pix_fmt": "yuv420p",
203
+ "video.is_depth_map": false,
204
+ "video.fps": 30,
205
+ "video.channels": 3,
206
+ "has_audio": false
207
+ }
208
+ },
209
+ "observation.d405_depth_m": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 480,
213
+ 640
214
+ ],
215
+ "names": [
216
+ "height",
217
+ "width"
218
+ ]
219
+ },
220
+ "observation.d435_depth_m": {
221
+ "dtype": "float32",
222
+ "shape": [
223
+ 480,
224
+ 640
225
+ ],
226
+ "names": [
227
+ "height",
228
+ "width"
229
+ ]
230
+ },
231
+ "timestamp": {
232
+ "dtype": "float32",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "frame_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ },
245
+ "episode_index": {
246
+ "dtype": "int64",
247
+ "shape": [
248
+ 1
249
+ ],
250
+ "names": null
251
+ },
252
+ "index": {
253
+ "dtype": "int64",
254
+ "shape": [
255
+ 1
256
+ ],
257
+ "names": null
258
+ },
259
+ "task_index": {
260
+ "dtype": "int64",
261
+ "shape": [
262
+ 1
263
+ ],
264
+ "names": null
265
+ }
266
+ }
267
+ }
268
+ ```
269
+
270
+
271
+ ## Citation
272
+
273
+ **BibTeX:**
274
+
275
+ ```bibtex
276
+ [More Information Needed]
277
+ ```