Zahardk commited on
Commit
fda761c
·
verified ·
1 Parent(s): a173876

Upload README.md with huggingface_hub

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