cadene commited on
Commit
4fb94d6
·
verified ·
1 Parent(s): f4156e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +232 -0
README.md ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=UMA-Robots/franka_panda_pick_cube_linear_10_eval_debug_4">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "franka_panda",
36
+ "total_episodes": 1,
37
+ "total_frames": 200,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 10,
43
+ "splits": {
44
+ "train": "0:1"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 7
53
+ ],
54
+ "names": [
55
+ "ee_x.pos",
56
+ "ee_y.pos",
57
+ "ee_z.pos",
58
+ "ee_rx.pos",
59
+ "ee_ry.pos",
60
+ "ee_rz.pos",
61
+ "gripper.pos"
62
+ ]
63
+ },
64
+ "action.joint_position": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 8
68
+ ],
69
+ "names": [
70
+ "joint_1.pos",
71
+ "joint_2.pos",
72
+ "joint_3.pos",
73
+ "joint_4.pos",
74
+ "joint_5.pos",
75
+ "joint_6.pos",
76
+ "joint_7.pos",
77
+ "gripper.pos"
78
+ ]
79
+ },
80
+ "action.joint_torque": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 8
84
+ ],
85
+ "names": [
86
+ "joint_1.torque",
87
+ "joint_2.torque",
88
+ "joint_3.torque",
89
+ "joint_4.torque",
90
+ "joint_5.torque",
91
+ "joint_6.torque",
92
+ "joint_7.torque",
93
+ "gripper.torque"
94
+ ]
95
+ },
96
+ "observation.state": {
97
+ "dtype": "float32",
98
+ "shape": [
99
+ 36
100
+ ],
101
+ "names": [
102
+ "joint_1.pos",
103
+ "joint_2.pos",
104
+ "joint_3.pos",
105
+ "joint_4.pos",
106
+ "joint_5.pos",
107
+ "joint_6.pos",
108
+ "joint_7.pos",
109
+ "gripper.pos",
110
+ "joint_1.vel",
111
+ "joint_2.vel",
112
+ "joint_3.vel",
113
+ "joint_4.vel",
114
+ "joint_5.vel",
115
+ "joint_6.vel",
116
+ "joint_7.vel",
117
+ "gripper.vel",
118
+ "joint_1.torque",
119
+ "joint_2.torque",
120
+ "joint_3.torque",
121
+ "joint_4.torque",
122
+ "joint_5.torque",
123
+ "joint_6.torque",
124
+ "joint_7.torque",
125
+ "gripper.torque",
126
+ "ee_x.pos",
127
+ "ee_y.pos",
128
+ "ee_z.pos",
129
+ "ee_rx.pos",
130
+ "ee_ry.pos",
131
+ "ee_rz.pos",
132
+ "ee_x.vel",
133
+ "ee_y.vel",
134
+ "ee_z.vel",
135
+ "ee_rx.vel",
136
+ "ee_ry.vel",
137
+ "ee_rz.vel"
138
+ ]
139
+ },
140
+ "observation.images.front": {
141
+ "dtype": "video",
142
+ "shape": [
143
+ 128,
144
+ 128,
145
+ 3
146
+ ],
147
+ "names": [
148
+ "height",
149
+ "width",
150
+ "channels"
151
+ ],
152
+ "info": {
153
+ "video.height": 128,
154
+ "video.width": 128,
155
+ "video.codec": "av1",
156
+ "video.pix_fmt": "yuv420p",
157
+ "video.is_depth_map": false,
158
+ "video.fps": 10,
159
+ "video.channels": 3,
160
+ "has_audio": false
161
+ }
162
+ },
163
+ "observation.images.wrist": {
164
+ "dtype": "video",
165
+ "shape": [
166
+ 128,
167
+ 128,
168
+ 3
169
+ ],
170
+ "names": [
171
+ "height",
172
+ "width",
173
+ "channels"
174
+ ],
175
+ "info": {
176
+ "video.height": 128,
177
+ "video.width": 128,
178
+ "video.codec": "av1",
179
+ "video.pix_fmt": "yuv420p",
180
+ "video.is_depth_map": false,
181
+ "video.fps": 10,
182
+ "video.channels": 3,
183
+ "has_audio": false
184
+ }
185
+ },
186
+ "timestamp": {
187
+ "dtype": "float32",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "frame_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "episode_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ },
214
+ "task_index": {
215
+ "dtype": "int64",
216
+ "shape": [
217
+ 1
218
+ ],
219
+ "names": null
220
+ }
221
+ }
222
+ }
223
+ ```
224
+
225
+
226
+ ## Citation
227
+
228
+ **BibTeX:**
229
+
230
+ ```bibtex
231
+ [More Information Needed]
232
+ ```