lucanunz commited on
Commit
e1e3140
·
verified ·
1 Parent(s): be74c33

Upload README.md with huggingface_hub

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