CarolinePascal HF Staff commited on
Commit
90854d9
·
verified ·
1 Parent(s): 14872ab

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +237 -0
README.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - so100
8
+ - audio
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": "so100",
31
+ "total_episodes": 50,
32
+ "total_frames": 24939,
33
+ "total_tasks": 1,
34
+ "total_videos": 150,
35
+ "total_audio": 150,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 30,
39
+ "splits": {
40
+ "train": "0:50"
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
+ "audio_path": "audio/chunk-{episode_chunk:03d}/{audio_key}/episode_{episode_index:06d}.m4a",
45
+ "features": {
46
+ "action": {
47
+ "dtype": "float32",
48
+ "shape": [
49
+ 6
50
+ ],
51
+ "names": [
52
+ "main_shoulder_pan",
53
+ "main_shoulder_lift",
54
+ "main_elbow_flex",
55
+ "main_wrist_flex",
56
+ "main_wrist_roll",
57
+ "main_gripper"
58
+ ]
59
+ },
60
+ "observation.state": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 6
64
+ ],
65
+ "names": [
66
+ "main_shoulder_pan",
67
+ "main_shoulder_lift",
68
+ "main_elbow_flex",
69
+ "main_wrist_flex",
70
+ "main_wrist_roll",
71
+ "main_gripper"
72
+ ]
73
+ },
74
+ "observation.images.camera_1": {
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.fps": 30.0,
88
+ "video.height": 480,
89
+ "video.width": 640,
90
+ "video.channels": 3,
91
+ "video.codec": "av1",
92
+ "video.pix_fmt": "yuv420p",
93
+ "video.is_depth_map": false
94
+ }
95
+ },
96
+ "observation.images.camera_2": {
97
+ "dtype": "video",
98
+ "shape": [
99
+ 480,
100
+ 640,
101
+ 3
102
+ ],
103
+ "names": [
104
+ "height",
105
+ "width",
106
+ "channels"
107
+ ],
108
+ "info": {
109
+ "video.fps": 30.0,
110
+ "video.height": 480,
111
+ "video.width": 640,
112
+ "video.channels": 3,
113
+ "video.codec": "av1",
114
+ "video.pix_fmt": "yuv420p",
115
+ "video.is_depth_map": false
116
+ }
117
+ },
118
+ "observation.images.camera_3": {
119
+ "dtype": "video",
120
+ "shape": [
121
+ 480,
122
+ 640,
123
+ 3
124
+ ],
125
+ "names": [
126
+ "height",
127
+ "width",
128
+ "channels"
129
+ ],
130
+ "info": {
131
+ "video.fps": 30.0,
132
+ "video.height": 480,
133
+ "video.width": 640,
134
+ "video.channels": 3,
135
+ "video.codec": "av1",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false
138
+ }
139
+ },
140
+ "observation.audio.camera_1": {
141
+ "dtype": "audio",
142
+ "shape": [
143
+ 1,
144
+ 1
145
+ ],
146
+ "names": "channels",
147
+ "info": {
148
+ "has_audio": true,
149
+ "audio.channels": 1,
150
+ "audio.codec": "aac",
151
+ "audio.bit_rate": 69350,
152
+ "audio.sample_rate": 48000,
153
+ "audio.bit_depth": null,
154
+ "audio.channel_layout": "mono"
155
+ }
156
+ },
157
+ "observation.audio.camera_2": {
158
+ "dtype": "audio",
159
+ "shape": [
160
+ 1,
161
+ 1
162
+ ],
163
+ "names": "channels",
164
+ "info": {
165
+ "has_audio": true,
166
+ "audio.channels": 1,
167
+ "audio.codec": "aac",
168
+ "audio.bit_rate": 69246,
169
+ "audio.sample_rate": 48000,
170
+ "audio.bit_depth": null,
171
+ "audio.channel_layout": "mono"
172
+ }
173
+ },
174
+ "observation.audio.camera_3": {
175
+ "dtype": "audio",
176
+ "shape": [
177
+ 1,
178
+ 1
179
+ ],
180
+ "names": "channels",
181
+ "info": {
182
+ "has_audio": true,
183
+ "audio.channels": 1,
184
+ "audio.codec": "aac",
185
+ "audio.bit_rate": 69658,
186
+ "audio.sample_rate": 48000,
187
+ "audio.bit_depth": null,
188
+ "audio.channel_layout": "mono"
189
+ }
190
+ },
191
+ "timestamp": {
192
+ "dtype": "float32",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ },
198
+ "frame_index": {
199
+ "dtype": "int64",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ },
205
+ "episode_index": {
206
+ "dtype": "int64",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "index": {
213
+ "dtype": "int64",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "task_index": {
220
+ "dtype": "int64",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ }
226
+ }
227
+ }
228
+ ```
229
+
230
+
231
+ ## Citation
232
+
233
+ **BibTeX:**
234
+
235
+ ```bibtex
236
+ [More Information Needed]
237
+ ```