jccj commited on
Commit
e5132b2
·
verified ·
1 Parent(s): d2318da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +279 -0
README.md ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 143,
30
+ "total_frames": 27786,
31
+ "total_tasks": 3,
32
+ "total_videos": 715,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:143"
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
+ 14
100
+ ],
101
+ "names": [
102
+ "delta_tcp_left_x",
103
+ "delta_tcp_left_y",
104
+ "delta_tcp_left_z",
105
+ "delta_tcp_left_rot_x",
106
+ "delta_tcp_left_rot_y",
107
+ "delta_tcp_left_rot_z",
108
+ "delta_tcp_right_x",
109
+ "delta_tcp_right_y",
110
+ "delta_tcp_right_z",
111
+ "delta_tcp_right_rot_x",
112
+ "delta_tcp_right_rot_y",
113
+ "delta_tcp_right_rot_z",
114
+ "gripper_left",
115
+ "gripper_right"
116
+ ]
117
+ },
118
+ "observation.images.rgb_static": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 512,
122
+ 512,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channel"
129
+ ],
130
+ "info": {
131
+ "video.height": 512,
132
+ "video.width": 512,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 10,
137
+ "video.channels": 3,
138
+ "has_audio": false
139
+ }
140
+ },
141
+ "observation.images.rgb_left": {
142
+ "dtype": "video",
143
+ "shape": [
144
+ 512,
145
+ 512,
146
+ 3
147
+ ],
148
+ "names": [
149
+ "height",
150
+ "width",
151
+ "channel"
152
+ ],
153
+ "info": {
154
+ "video.height": 512,
155
+ "video.width": 512,
156
+ "video.codec": "av1",
157
+ "video.pix_fmt": "yuv420p",
158
+ "video.is_depth_map": false,
159
+ "video.fps": 10,
160
+ "video.channels": 3,
161
+ "has_audio": false
162
+ }
163
+ },
164
+ "observation.images.rgb_right": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 512,
168
+ 512,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "height",
173
+ "width",
174
+ "channel"
175
+ ],
176
+ "info": {
177
+ "video.height": 512,
178
+ "video.width": 512,
179
+ "video.codec": "av1",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "video.fps": 10,
183
+ "video.channels": 3,
184
+ "has_audio": false
185
+ }
186
+ },
187
+ "observation.images.depth_left": {
188
+ "dtype": "video",
189
+ "shape": [
190
+ 512,
191
+ 512,
192
+ 3
193
+ ],
194
+ "names": [
195
+ "height",
196
+ "width",
197
+ "channel"
198
+ ],
199
+ "info": {
200
+ "video.height": 512,
201
+ "video.width": 512,
202
+ "video.codec": "av1",
203
+ "video.pix_fmt": "yuv420p",
204
+ "video.is_depth_map": false,
205
+ "video.fps": 10,
206
+ "video.channels": 3,
207
+ "has_audio": false
208
+ }
209
+ },
210
+ "observation.images.depth_right": {
211
+ "dtype": "video",
212
+ "shape": [
213
+ 512,
214
+ 512,
215
+ 3
216
+ ],
217
+ "names": [
218
+ "height",
219
+ "width",
220
+ "channel"
221
+ ],
222
+ "info": {
223
+ "video.height": 512,
224
+ "video.width": 512,
225
+ "video.codec": "av1",
226
+ "video.pix_fmt": "yuv420p",
227
+ "video.is_depth_map": false,
228
+ "video.fps": 10,
229
+ "video.channels": 3,
230
+ "has_audio": false
231
+ }
232
+ },
233
+ "timestamp": {
234
+ "dtype": "float32",
235
+ "shape": [
236
+ 1
237
+ ],
238
+ "names": null
239
+ },
240
+ "frame_index": {
241
+ "dtype": "int64",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": null
246
+ },
247
+ "episode_index": {
248
+ "dtype": "int64",
249
+ "shape": [
250
+ 1
251
+ ],
252
+ "names": null
253
+ },
254
+ "index": {
255
+ "dtype": "int64",
256
+ "shape": [
257
+ 1
258
+ ],
259
+ "names": null
260
+ },
261
+ "task_index": {
262
+ "dtype": "int64",
263
+ "shape": [
264
+ 1
265
+ ],
266
+ "names": null
267
+ }
268
+ }
269
+ }
270
+ ```
271
+
272
+
273
+ ## Citation
274
+
275
+ **BibTeX:**
276
+
277
+ ```bibtex
278
+ [More Information Needed]
279
+ ```