yucy207 commited on
Commit
2ecd204
·
verified ·
1 Parent(s): 0fcd8ca

Upload README.md with huggingface_hub

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