xander2077 commited on
Commit
80bdd33
·
verified ·
1 Parent(s): 7d4bfcd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +266 -0
README.md ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 3,
32
+ "total_frames": 3681,
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:3"
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
+ 240,
168
+ 320
169
+ ],
170
+ "names": [
171
+ "channels",
172
+ "height",
173
+ "width"
174
+ ],
175
+ "info": {
176
+ "video.height": 240,
177
+ "video.width": 320,
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
+ 240,
191
+ 320
192
+ ],
193
+ "names": [
194
+ "channels",
195
+ "height",
196
+ "width"
197
+ ],
198
+ "info": {
199
+ "video.height": 240,
200
+ "video.width": 320,
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.d435_depth_m": {
210
+ "dtype": "float32",
211
+ "shape": [
212
+ 240,
213
+ 320
214
+ ],
215
+ "names": [
216
+ "height",
217
+ "width"
218
+ ]
219
+ },
220
+ "timestamp": {
221
+ "dtype": "float32",
222
+ "shape": [
223
+ 1
224
+ ],
225
+ "names": null
226
+ },
227
+ "frame_index": {
228
+ "dtype": "int64",
229
+ "shape": [
230
+ 1
231
+ ],
232
+ "names": null
233
+ },
234
+ "episode_index": {
235
+ "dtype": "int64",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ },
241
+ "index": {
242
+ "dtype": "int64",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "names": null
247
+ },
248
+ "task_index": {
249
+ "dtype": "int64",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "names": null
254
+ }
255
+ }
256
+ }
257
+ ```
258
+
259
+
260
+ ## Citation
261
+
262
+ **BibTeX:**
263
+
264
+ ```bibtex
265
+ [More Information Needed]
266
+ ```