cadene commited on
Commit
8783315
·
verified ·
1 Parent(s): 8594eb3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +225 -0
README.md ADDED
@@ -0,0 +1,225 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_debug">
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": 10,
37
+ "total_frames": 1780,
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:10"
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
+ 29
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
+ "joint_1.vel",
110
+ "joint_2.vel",
111
+ "joint_3.vel",
112
+ "joint_4.vel",
113
+ "joint_5.vel",
114
+ "joint_6.vel",
115
+ "joint_7.vel",
116
+ "gripper.pos",
117
+ "ee_x.pos",
118
+ "ee_y.pos",
119
+ "ee_z.pos",
120
+ "ee_rx.pos",
121
+ "ee_ry.pos",
122
+ "ee_rz.pos",
123
+ "joint_1.torque",
124
+ "joint_2.torque",
125
+ "joint_3.torque",
126
+ "joint_4.torque",
127
+ "joint_5.torque",
128
+ "joint_6.torque",
129
+ "joint_7.torque",
130
+ "gripper.torque"
131
+ ]
132
+ },
133
+ "observation.images.front": {
134
+ "dtype": "video",
135
+ "shape": [
136
+ 128,
137
+ 128,
138
+ 3
139
+ ],
140
+ "names": [
141
+ "height",
142
+ "width",
143
+ "channels"
144
+ ],
145
+ "info": {
146
+ "video.height": 128,
147
+ "video.width": 128,
148
+ "video.codec": "av1",
149
+ "video.pix_fmt": "yuv420p",
150
+ "video.is_depth_map": false,
151
+ "video.fps": 10,
152
+ "video.channels": 3,
153
+ "has_audio": false
154
+ }
155
+ },
156
+ "observation.images.wrist": {
157
+ "dtype": "video",
158
+ "shape": [
159
+ 128,
160
+ 128,
161
+ 3
162
+ ],
163
+ "names": [
164
+ "height",
165
+ "width",
166
+ "channels"
167
+ ],
168
+ "info": {
169
+ "video.height": 128,
170
+ "video.width": 128,
171
+ "video.codec": "av1",
172
+ "video.pix_fmt": "yuv420p",
173
+ "video.is_depth_map": false,
174
+ "video.fps": 10,
175
+ "video.channels": 3,
176
+ "has_audio": false
177
+ }
178
+ },
179
+ "timestamp": {
180
+ "dtype": "float32",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "frame_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "episode_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "task_index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ }
214
+ }
215
+ }
216
+ ```
217
+
218
+
219
+ ## Citation
220
+
221
+ **BibTeX:**
222
+
223
+ ```bibtex
224
+ [More Information Needed]
225
+ ```