robot-lev commited on
Commit
c44cc9a
·
verified ·
1 Parent(s): f3b909f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +249 -0
README.md ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - fmb
8
+ - manipulation
9
+ - franka
10
+ - force-torque
11
+ - contact-rich
12
+ - LeRobot
13
+ configs:
14
+ - config_name: default
15
+ data_files: data/*/*.parquet
16
+ ---
17
+
18
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
19
+
20
+
21
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=robot-lev/fmb_multi">
22
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
23
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
24
+ </a>
25
+
26
+
27
+ ## Dataset Description
28
+
29
+
30
+
31
+ - **Homepage:** [More Information Needed]
32
+ - **Paper:** [More Information Needed]
33
+ - **License:** cc-by-4.0
34
+
35
+ ## Dataset Structure
36
+
37
+ [meta/info.json](meta/info.json):
38
+ ```json
39
+ {
40
+ "codebase_version": "v3.0",
41
+ "robot_type": "franka",
42
+ "total_episodes": 1804,
43
+ "total_frames": 338188,
44
+ "total_tasks": 6,
45
+ "chunks_size": 1000,
46
+ "data_files_size_in_mb": 100,
47
+ "video_files_size_in_mb": 200,
48
+ "fps": 10,
49
+ "splits": {
50
+ "train": "0:1804"
51
+ },
52
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
53
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
54
+ "features": {
55
+ "observation.state": {
56
+ "dtype": "float32",
57
+ "shape": [
58
+ 28
59
+ ],
60
+ "names": null
61
+ },
62
+ "observation.state.joint_position": {
63
+ "dtype": "float32",
64
+ "shape": [
65
+ 7
66
+ ],
67
+ "names": null
68
+ },
69
+ "observation.state.ee_pose": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 7
73
+ ],
74
+ "names": null
75
+ },
76
+ "observation.state.gripper": {
77
+ "dtype": "float32",
78
+ "shape": [
79
+ 1
80
+ ],
81
+ "names": null
82
+ },
83
+ "observation.force": {
84
+ "dtype": "float32",
85
+ "shape": [
86
+ 3
87
+ ],
88
+ "names": null
89
+ },
90
+ "observation.torque": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 3
94
+ ],
95
+ "names": null
96
+ },
97
+ "observation.jacobian": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 42
101
+ ],
102
+ "names": null
103
+ },
104
+ "action": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 7
108
+ ],
109
+ "names": null
110
+ },
111
+ "observation.images.side_1": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 256,
115
+ 256,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ],
123
+ "info": {
124
+ "video.height": 256,
125
+ "video.width": 256,
126
+ "video.codec": "av1",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "video.fps": 10,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.side_2": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 256,
138
+ 256,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ],
146
+ "info": {
147
+ "video.height": 256,
148
+ "video.width": 256,
149
+ "video.codec": "av1",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "video.fps": 10,
153
+ "video.channels": 3,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.wrist_1": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 256,
161
+ 256,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channels"
168
+ ],
169
+ "info": {
170
+ "video.height": 256,
171
+ "video.width": 256,
172
+ "video.codec": "av1",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "video.fps": 10,
176
+ "video.channels": 3,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "observation.images.wrist_2": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 256,
184
+ 256,
185
+ 3
186
+ ],
187
+ "names": [
188
+ "height",
189
+ "width",
190
+ "channels"
191
+ ],
192
+ "info": {
193
+ "video.height": 256,
194
+ "video.width": 256,
195
+ "video.codec": "av1",
196
+ "video.pix_fmt": "yuv420p",
197
+ "video.is_depth_map": false,
198
+ "video.fps": 10,
199
+ "video.channels": 3,
200
+ "has_audio": false
201
+ }
202
+ },
203
+ "timestamp": {
204
+ "dtype": "float32",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ },
210
+ "frame_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "episode_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "task_index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ }
238
+ }
239
+ }
240
+ ```
241
+
242
+
243
+ ## Citation
244
+
245
+ **BibTeX:**
246
+
247
+ ```bibtex
248
+ [More Information Needed]
249
+ ```