CarolinePascal HF Staff commited on
Commit
cdb01ac
·
verified ·
1 Parent(s): b66c32b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +240 -0
README.md ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 22752,
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_side": {
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
+ }
95
+ },
96
+ "observation.images.camera_wrist": {
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.height": 480,
110
+ "video.width": 640,
111
+ "video.codec": "av1",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.is_depth_map": false,
114
+ "video.fps": 30,
115
+ "video.channels": 3
116
+ }
117
+ },
118
+ "observation.images.camera_top": {
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.height": 480,
132
+ "video.width": 640,
133
+ "video.codec": "av1",
134
+ "video.pix_fmt": "yuv420p",
135
+ "video.is_depth_map": false,
136
+ "video.fps": 30,
137
+ "video.channels": 3
138
+ }
139
+ },
140
+ "observation.audio.camera_side": {
141
+ "dtype": "audio",
142
+ "shape": [
143
+ 1,
144
+ 2
145
+ ],
146
+ "names": "channels",
147
+ "info": {
148
+ "audio.channels": 2,
149
+ "audio.codec": "aac",
150
+ "audio.bit_rate": 129739,
151
+ "audio.sample_rate": 48000,
152
+ "audio.bit_depth": 32,
153
+ "audio.channel_layout": "stereo",
154
+ "has_audio": true,
155
+ "start_time_s": 1.0
156
+ }
157
+ },
158
+ "observation.audio.camera_wrist": {
159
+ "dtype": "audio",
160
+ "shape": [
161
+ 1,
162
+ 1
163
+ ],
164
+ "names": "channels",
165
+ "info": {
166
+ "audio.channels": 1,
167
+ "audio.codec": "aac",
168
+ "audio.bit_rate": 69573,
169
+ "audio.sample_rate": 48000,
170
+ "audio.bit_depth": 32,
171
+ "audio.channel_layout": "mono",
172
+ "has_audio": true,
173
+ "start_time_s": 1.0
174
+ }
175
+ },
176
+ "observation.audio.camera_top": {
177
+ "dtype": "audio",
178
+ "shape": [
179
+ 1,
180
+ 1
181
+ ],
182
+ "names": "channels",
183
+ "info": {
184
+ "audio.channels": 1,
185
+ "audio.codec": "aac",
186
+ "audio.bit_rate": 69234,
187
+ "audio.sample_rate": 48000,
188
+ "audio.bit_depth": 32,
189
+ "audio.channel_layout": "mono",
190
+ "has_audio": true,
191
+ "start_time_s": 1.0
192
+ }
193
+ },
194
+ "timestamp": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "frame_index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "episode_index": {
209
+ "dtype": "int64",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "task_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ }
229
+ }
230
+ }
231
+ ```
232
+
233
+
234
+ ## Citation
235
+
236
+ **BibTeX:**
237
+
238
+ ```bibtex
239
+ [More Information Needed]
240
+ ```