jccj commited on
Commit
a2859c7
·
verified ·
1 Parent(s): e58f521

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +281 -0
README.md ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": null,
29
+ "total_episodes": 6,
30
+ "total_frames": 589,
31
+ "total_tasks": 1,
32
+ "total_videos": 30,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:6"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.state": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 46
46
+ ],
47
+ "names": [
48
+ "joint_pos_left_0",
49
+ "joint_pos_left_1",
50
+ "joint_pos_left_2",
51
+ "joint_pos_left_3",
52
+ "joint_pos_left_4",
53
+ "joint_pos_left_5",
54
+ "joint_pos_left_6",
55
+ "joint_pos_right_0",
56
+ "joint_pos_right_1",
57
+ "joint_pos_right_2",
58
+ "joint_pos_right_3",
59
+ "joint_pos_right_4",
60
+ "joint_pos_right_5",
61
+ "joint_pos_right_6",
62
+ "tcp_left_pos_x",
63
+ "tcp_left_pos_y",
64
+ "tcp_left_pos_z",
65
+ "tcp_left_quat_x",
66
+ "tcp_left_quat_y",
67
+ "tcp_left_quat_z",
68
+ "tcp_left_quat_w",
69
+ "tcp_right_pos_x",
70
+ "tcp_right_pos_y",
71
+ "tcp_right_pos_z",
72
+ "tcp_right_quat_x",
73
+ "tcp_right_quat_y",
74
+ "tcp_right_quat_z",
75
+ "tcp_right_quat_w",
76
+ "gripper_left_0",
77
+ "gripper_left_1",
78
+ "gripper_right_0",
79
+ "gripper_right_1",
80
+ "last_command_left_0",
81
+ "last_command_left_1",
82
+ "last_command_left_2",
83
+ "last_command_left_3",
84
+ "last_command_left_4",
85
+ "last_command_left_5",
86
+ "last_command_left_6",
87
+ "last_command_right_0",
88
+ "last_command_right_1",
89
+ "last_command_right_2",
90
+ "last_command_right_3",
91
+ "last_command_right_4",
92
+ "last_command_right_5",
93
+ "last_command_right_6"
94
+ ]
95
+ },
96
+ "action": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 16
100
+ ],
101
+ "names": [
102
+ "tcp_left_x",
103
+ "tcp_left_y",
104
+ "tcp_left_z",
105
+ "tcp_left_quat_x",
106
+ "tcp_left_quat_y",
107
+ "tcp_left_quat_z",
108
+ "tcp_left_quat_w",
109
+ "tcp_right_x",
110
+ "tcp_right_y",
111
+ "tcp_right_z",
112
+ "tcp_right_quat_x",
113
+ "tcp_right_quat_y",
114
+ "tcp_right_quat_z",
115
+ "tcp_right_quat_w",
116
+ "gripper_left",
117
+ "gripper_right"
118
+ ]
119
+ },
120
+ "observation.images.rgb_static": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 512,
124
+ 512,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channel"
131
+ ],
132
+ "info": {
133
+ "video.height": 512,
134
+ "video.width": 512,
135
+ "video.codec": "av1",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false,
138
+ "video.fps": 10,
139
+ "video.channels": 3,
140
+ "has_audio": false
141
+ }
142
+ },
143
+ "observation.images.rgb_left": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 512,
147
+ 512,
148
+ 3
149
+ ],
150
+ "names": [
151
+ "height",
152
+ "width",
153
+ "channel"
154
+ ],
155
+ "info": {
156
+ "video.height": 512,
157
+ "video.width": 512,
158
+ "video.codec": "av1",
159
+ "video.pix_fmt": "yuv420p",
160
+ "video.is_depth_map": false,
161
+ "video.fps": 10,
162
+ "video.channels": 3,
163
+ "has_audio": false
164
+ }
165
+ },
166
+ "observation.images.rgb_right": {
167
+ "dtype": "video",
168
+ "shape": [
169
+ 512,
170
+ 512,
171
+ 3
172
+ ],
173
+ "names": [
174
+ "height",
175
+ "width",
176
+ "channel"
177
+ ],
178
+ "info": {
179
+ "video.height": 512,
180
+ "video.width": 512,
181
+ "video.codec": "av1",
182
+ "video.pix_fmt": "yuv420p",
183
+ "video.is_depth_map": false,
184
+ "video.fps": 10,
185
+ "video.channels": 3,
186
+ "has_audio": false
187
+ }
188
+ },
189
+ "observation.images.depth_left": {
190
+ "dtype": "video",
191
+ "shape": [
192
+ 512,
193
+ 512,
194
+ 3
195
+ ],
196
+ "names": [
197
+ "height",
198
+ "width",
199
+ "channel"
200
+ ],
201
+ "info": {
202
+ "video.height": 512,
203
+ "video.width": 512,
204
+ "video.codec": "av1",
205
+ "video.pix_fmt": "yuv420p",
206
+ "video.is_depth_map": false,
207
+ "video.fps": 10,
208
+ "video.channels": 3,
209
+ "has_audio": false
210
+ }
211
+ },
212
+ "observation.images.depth_right": {
213
+ "dtype": "video",
214
+ "shape": [
215
+ 512,
216
+ 512,
217
+ 3
218
+ ],
219
+ "names": [
220
+ "height",
221
+ "width",
222
+ "channel"
223
+ ],
224
+ "info": {
225
+ "video.height": 512,
226
+ "video.width": 512,
227
+ "video.codec": "av1",
228
+ "video.pix_fmt": "yuv420p",
229
+ "video.is_depth_map": false,
230
+ "video.fps": 10,
231
+ "video.channels": 3,
232
+ "has_audio": false
233
+ }
234
+ },
235
+ "timestamp": {
236
+ "dtype": "float32",
237
+ "shape": [
238
+ 1
239
+ ],
240
+ "names": null
241
+ },
242
+ "frame_index": {
243
+ "dtype": "int64",
244
+ "shape": [
245
+ 1
246
+ ],
247
+ "names": null
248
+ },
249
+ "episode_index": {
250
+ "dtype": "int64",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ },
256
+ "index": {
257
+ "dtype": "int64",
258
+ "shape": [
259
+ 1
260
+ ],
261
+ "names": null
262
+ },
263
+ "task_index": {
264
+ "dtype": "int64",
265
+ "shape": [
266
+ 1
267
+ ],
268
+ "names": null
269
+ }
270
+ }
271
+ }
272
+ ```
273
+
274
+
275
+ ## Citation
276
+
277
+ **BibTeX:**
278
+
279
+ ```bibtex
280
+ [More Information Needed]
281
+ ```