hugechen commited on
Commit
a48ddcb
·
verified ·
1 Parent(s): 0c84155

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +226 -0
README.md ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "so100",
31
+ "total_episodes": 5,
32
+ "total_frames": 4470,
33
+ "total_tasks": 1,
34
+ "total_videos": 20,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 30,
38
+ "splits": {
39
+ "train": "0:5"
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
+ 14
48
+ ],
49
+ "names": [
50
+ "left_shoulder_pan",
51
+ "left_shoulder_lift",
52
+ "left_elbow_flex",
53
+ "left_wrist_flex",
54
+ "left_wrist_roll",
55
+ "left_wrist_angle",
56
+ "left_gripper",
57
+ "right_shoulder_pan",
58
+ "right_shoulder_lift",
59
+ "right_elbow_flex",
60
+ "right_wrist_flex",
61
+ "right_wrist_roll",
62
+ "right_wrist_angle",
63
+ "right_gripper"
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 14
70
+ ],
71
+ "names": [
72
+ "left_shoulder_pan",
73
+ "left_shoulder_lift",
74
+ "left_elbow_flex",
75
+ "left_wrist_flex",
76
+ "left_wrist_roll",
77
+ "left_wrist_angle",
78
+ "left_gripper",
79
+ "right_shoulder_pan",
80
+ "right_shoulder_lift",
81
+ "right_elbow_flex",
82
+ "right_wrist_flex",
83
+ "right_wrist_roll",
84
+ "right_wrist_angle",
85
+ "right_gripper"
86
+ ]
87
+ },
88
+ "observation.images.front": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 480,
92
+ 640,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channels"
99
+ ],
100
+ "info": {
101
+ "video.fps": 30.0,
102
+ "video.height": 480,
103
+ "video.width": 640,
104
+ "video.channels": 3,
105
+ "video.codec": "av1",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.images.top": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 480,
115
+ 640,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ],
123
+ "info": {
124
+ "video.fps": 30.0,
125
+ "video.height": 480,
126
+ "video.width": 640,
127
+ "video.channels": 3,
128
+ "video.codec": "av1",
129
+ "video.pix_fmt": "yuv420p",
130
+ "video.is_depth_map": false,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.grippeer_left": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 480,
138
+ 640,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ],
146
+ "info": {
147
+ "video.fps": 30.0,
148
+ "video.height": 480,
149
+ "video.width": 640,
150
+ "video.channels": 3,
151
+ "video.codec": "av1",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.gripper_right": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 480,
161
+ 640,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channels"
168
+ ],
169
+ "info": {
170
+ "video.fps": 30.0,
171
+ "video.height": 480,
172
+ "video.width": 640,
173
+ "video.channels": 3,
174
+ "video.codec": "av1",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "timestamp": {
181
+ "dtype": "float32",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "frame_index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "episode_index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "task_index": {
209
+ "dtype": "int64",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ }
215
+ }
216
+ }
217
+ ```
218
+
219
+
220
+ ## Citation
221
+
222
+ **BibTeX:**
223
+
224
+ ```bibtex
225
+ [More Information Needed]
226
+ ```