pepijn223 HF Staff commited on
Commit
92796ab
·
verified ·
1 Parent(s): 5e969ed

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +243 -0
README.md ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=pepijn223/robomme_data_lerobot_video">
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": "panda",
36
+ "total_episodes": 1600,
37
+ "total_frames": 768897,
38
+ "total_tasks": 116,
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:1600"
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
+ "image": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 256,
53
+ 256,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channel"
60
+ ],
61
+ "fps": 10,
62
+ "info": {
63
+ "video.height": 256,
64
+ "video.width": 256,
65
+ "video.codec": "av1",
66
+ "video.pix_fmt": "yuv420p",
67
+ "video.is_depth_map": false,
68
+ "video.fps": 10,
69
+ "video.channels": 3,
70
+ "has_audio": false
71
+ }
72
+ },
73
+ "wrist_image": {
74
+ "dtype": "video",
75
+ "shape": [
76
+ 256,
77
+ 256,
78
+ 3
79
+ ],
80
+ "names": [
81
+ "height",
82
+ "width",
83
+ "channel"
84
+ ],
85
+ "fps": 10,
86
+ "info": {
87
+ "video.height": 256,
88
+ "video.width": 256,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "video.fps": 10,
93
+ "video.channels": 3,
94
+ "has_audio": false
95
+ }
96
+ },
97
+ "state": {
98
+ "dtype": "float32",
99
+ "shape": [
100
+ 8
101
+ ],
102
+ "names": [
103
+ "state"
104
+ ],
105
+ "fps": 10
106
+ },
107
+ "actions": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 8
111
+ ],
112
+ "names": [
113
+ "actions"
114
+ ],
115
+ "fps": 10
116
+ },
117
+ "exec_start_idx": {
118
+ "dtype": "int32",
119
+ "shape": [
120
+ 1
121
+ ],
122
+ "names": [
123
+ "execution start idx in current episode"
124
+ ],
125
+ "fps": 10
126
+ },
127
+ "is_demo": {
128
+ "dtype": "bool",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": [
133
+ "is video demo"
134
+ ],
135
+ "fps": 10
136
+ },
137
+ "step_idx": {
138
+ "dtype": "int32",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": [
143
+ "step_idx"
144
+ ],
145
+ "fps": 10
146
+ },
147
+ "epis_idx": {
148
+ "dtype": "int32",
149
+ "shape": [
150
+ 1
151
+ ],
152
+ "names": [
153
+ "epis_idx"
154
+ ],
155
+ "fps": 10
156
+ },
157
+ "simple_subgoal": {
158
+ "dtype": "string",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": [
163
+ "simple subgoal"
164
+ ],
165
+ "fps": 10
166
+ },
167
+ "grounded_subgoal": {
168
+ "dtype": "string",
169
+ "shape": [
170
+ 1
171
+ ],
172
+ "names": [
173
+ "detailed subgoal with grounding information, e.g, object location"
174
+ ],
175
+ "fps": 10
176
+ },
177
+ "simple_subgoal_online": {
178
+ "dtype": "string",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": [
183
+ "simple subgoal online"
184
+ ],
185
+ "fps": 10
186
+ },
187
+ "grounded_subgoal_online": {
188
+ "dtype": "string",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": [
193
+ "detailed subgoal with grounding information, e.g, object location"
194
+ ],
195
+ "fps": 10
196
+ },
197
+ "timestamp": {
198
+ "dtype": "float32",
199
+ "shape": [
200
+ 1
201
+ ],
202
+ "names": null
203
+ },
204
+ "frame_index": {
205
+ "dtype": "int64",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ },
211
+ "episode_index": {
212
+ "dtype": "int64",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ },
218
+ "index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null
224
+ },
225
+ "task_index": {
226
+ "dtype": "int64",
227
+ "shape": [
228
+ 1
229
+ ],
230
+ "names": null
231
+ }
232
+ }
233
+ }
234
+ ```
235
+
236
+
237
+ ## Citation
238
+
239
+ **BibTeX:**
240
+
241
+ ```bibtex
242
+ [More Information Needed]
243
+ ```