yucy207 commited on
Commit
cc832b0
·
verified ·
1 Parent(s): 6864b5c

Upload README.md with huggingface_hub

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