JiabinQ commited on
Commit
8c29e4b
·
verified ·
1 Parent(s): ca0acfe

Upload README.md with huggingface_hub

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