jccj commited on
Commit
96e77c0
·
verified ·
1 Parent(s): ab83a07

Upload README.md with huggingface_hub

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