ryanrahman21 commited on
Commit
dae8e68
·
verified ·
1 Parent(s): 4f03e93

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +257 -0
README.md ADDED
@@ -0,0 +1,257 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=axiboai/piper-stack-scripted-v2">
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": null,
36
+ "total_episodes": 400,
37
+ "total_frames": 218735,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 50,
43
+ "splits": {
44
+ "train": "0:400"
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
+ "observation.images.wrist_left": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 224,
53
+ 224,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channels"
60
+ ],
61
+ "info": {
62
+ "video.height": 224,
63
+ "video.width": 224,
64
+ "video.fps": 50,
65
+ "video.channels": 3,
66
+ "video.codec": "h264"
67
+ }
68
+ },
69
+ "observation.images.wrist_right": {
70
+ "dtype": "video",
71
+ "shape": [
72
+ 224,
73
+ 224,
74
+ 3
75
+ ],
76
+ "names": [
77
+ "height",
78
+ "width",
79
+ "channels"
80
+ ],
81
+ "info": {
82
+ "video.height": 224,
83
+ "video.width": 224,
84
+ "video.fps": 50,
85
+ "video.channels": 3,
86
+ "video.codec": "h264"
87
+ }
88
+ },
89
+ "observation.images.scene_top": {
90
+ "dtype": "video",
91
+ "shape": [
92
+ 224,
93
+ 224,
94
+ 3
95
+ ],
96
+ "names": [
97
+ "height",
98
+ "width",
99
+ "channels"
100
+ ],
101
+ "info": {
102
+ "video.height": 224,
103
+ "video.width": 224,
104
+ "video.fps": 50,
105
+ "video.channels": 3,
106
+ "video.codec": "h264"
107
+ }
108
+ },
109
+ "observation.state": {
110
+ "dtype": "float32",
111
+ "shape": [
112
+ 7
113
+ ],
114
+ "names": [
115
+ "q1",
116
+ "q2",
117
+ "q3",
118
+ "q4",
119
+ "q5",
120
+ "q6",
121
+ "gripper"
122
+ ]
123
+ },
124
+ "action": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 7
128
+ ],
129
+ "names": [
130
+ "joint_target_1",
131
+ "joint_target_2",
132
+ "joint_target_3",
133
+ "joint_target_4",
134
+ "joint_target_5",
135
+ "joint_target_6",
136
+ "joint_target_7"
137
+ ]
138
+ },
139
+ "metadata.demonstrator_id": {
140
+ "dtype": "string",
141
+ "shape": [
142
+ 1
143
+ ],
144
+ "names": [
145
+ "demonstrator_id"
146
+ ]
147
+ },
148
+ "metadata.station_id": {
149
+ "dtype": "string",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": [
154
+ "station_id"
155
+ ]
156
+ },
157
+ "metadata.task_variant": {
158
+ "dtype": "string",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": [
163
+ "task_variant"
164
+ ]
165
+ },
166
+ "metadata.towel_id": {
167
+ "dtype": "string",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": [
172
+ "towel_id"
173
+ ]
174
+ },
175
+ "metadata.lighting": {
176
+ "dtype": "string",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": [
181
+ "lighting"
182
+ ]
183
+ },
184
+ "metadata.mat_id": {
185
+ "dtype": "string",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": [
190
+ "mat_id"
191
+ ]
192
+ },
193
+ "metadata.success": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": [
199
+ "success"
200
+ ]
201
+ },
202
+ "metadata.notes": {
203
+ "dtype": "string",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": [
208
+ "notes"
209
+ ]
210
+ },
211
+ "timestamp": {
212
+ "dtype": "float32",
213
+ "shape": [
214
+ 1
215
+ ],
216
+ "names": null
217
+ },
218
+ "frame_index": {
219
+ "dtype": "int64",
220
+ "shape": [
221
+ 1
222
+ ],
223
+ "names": null
224
+ },
225
+ "episode_index": {
226
+ "dtype": "int64",
227
+ "shape": [
228
+ 1
229
+ ],
230
+ "names": null
231
+ },
232
+ "index": {
233
+ "dtype": "int64",
234
+ "shape": [
235
+ 1
236
+ ],
237
+ "names": null
238
+ },
239
+ "task_index": {
240
+ "dtype": "int64",
241
+ "shape": [
242
+ 1
243
+ ],
244
+ "names": null
245
+ }
246
+ }
247
+ }
248
+ ```
249
+
250
+
251
+ ## Citation
252
+
253
+ **BibTeX:**
254
+
255
+ ```bibtex
256
+ [More Information Needed]
257
+ ```