satvikahuja commited on
Commit
cfda1c3
·
verified ·
1 Parent(s): de38bad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +242 -0
README.md ADDED
@@ -0,0 +1,242 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "so100_follower",
29
+ "total_episodes": 121,
30
+ "total_frames": 112942,
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:121"
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
+ "shape": [
45
+ 6
46
+ ],
47
+ "names": [
48
+ "shoulder_pan.pos",
49
+ "shoulder_lift.pos",
50
+ "elbow_flex.pos",
51
+ "wrist_flex.pos",
52
+ "wrist_roll.pos",
53
+ "gripper.pos"
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 7
60
+ ],
61
+ "names": [
62
+ "shoulder_pan.pos",
63
+ "shoulder_lift.pos",
64
+ "elbow_flex.pos",
65
+ "wrist_flex.pos",
66
+ "wrist_roll.pos",
67
+ "gripper.pos",
68
+ "ee_object_distance"
69
+ ]
70
+ },
71
+ "observation.images.gripper": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 480,
75
+ 640,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "info": {
84
+ "video.height": 480,
85
+ "video.width": 640,
86
+ "video.codec": "av1",
87
+ "video.pix_fmt": "yuv420p",
88
+ "video.is_depth_map": false,
89
+ "video.fps": 30,
90
+ "video.channels": 3,
91
+ "has_audio": false
92
+ }
93
+ },
94
+ "observation.images.sidetop": {
95
+ "dtype": "video",
96
+ "shape": [
97
+ 480,
98
+ 640,
99
+ 3
100
+ ],
101
+ "names": [
102
+ "height",
103
+ "width",
104
+ "channels"
105
+ ],
106
+ "info": {
107
+ "video.height": 480,
108
+ "video.width": 640,
109
+ "video.codec": "av1",
110
+ "video.pix_fmt": "yuv420p",
111
+ "video.is_depth_map": false,
112
+ "video.fps": 30,
113
+ "video.channels": 3,
114
+ "has_audio": false
115
+ }
116
+ },
117
+ "observation.poses": {
118
+ "dtype": "float32",
119
+ "shape": [
120
+ 48
121
+ ],
122
+ "names": [
123
+ "poses.ee.m00",
124
+ "poses.ee.m01",
125
+ "poses.ee.m02",
126
+ "poses.ee.m03",
127
+ "poses.ee.m10",
128
+ "poses.ee.m11",
129
+ "poses.ee.m12",
130
+ "poses.ee.m13",
131
+ "poses.ee.m20",
132
+ "poses.ee.m21",
133
+ "poses.ee.m22",
134
+ "poses.ee.m23",
135
+ "poses.ee.m30",
136
+ "poses.ee.m31",
137
+ "poses.ee.m32",
138
+ "poses.ee.m33",
139
+ "poses.obj.m00",
140
+ "poses.obj.m01",
141
+ "poses.obj.m02",
142
+ "poses.obj.m03",
143
+ "poses.obj.m10",
144
+ "poses.obj.m11",
145
+ "poses.obj.m12",
146
+ "poses.obj.m13",
147
+ "poses.obj.m20",
148
+ "poses.obj.m21",
149
+ "poses.obj.m22",
150
+ "poses.obj.m23",
151
+ "poses.obj.m30",
152
+ "poses.obj.m31",
153
+ "poses.obj.m32",
154
+ "poses.obj.m33",
155
+ "poses.rel.m00",
156
+ "poses.rel.m01",
157
+ "poses.rel.m02",
158
+ "poses.rel.m03",
159
+ "poses.rel.m10",
160
+ "poses.rel.m11",
161
+ "poses.rel.m12",
162
+ "poses.rel.m13",
163
+ "poses.rel.m20",
164
+ "poses.rel.m21",
165
+ "poses.rel.m22",
166
+ "poses.rel.m23",
167
+ "poses.rel.m30",
168
+ "poses.rel.m31",
169
+ "poses.rel.m32",
170
+ "poses.rel.m33"
171
+ ]
172
+ },
173
+ "observation.images.top": {
174
+ "dtype": "video",
175
+ "shape": [
176
+ 480,
177
+ 640,
178
+ 3
179
+ ],
180
+ "names": [
181
+ "height",
182
+ "width",
183
+ "channels"
184
+ ],
185
+ "info": {
186
+ "video.height": 480,
187
+ "video.width": 640,
188
+ "video.codec": "av1",
189
+ "video.pix_fmt": "yuv420p",
190
+ "video.is_depth_map": false,
191
+ "video.fps": 30,
192
+ "video.channels": 3,
193
+ "has_audio": false
194
+ }
195
+ },
196
+ "timestamp": {
197
+ "dtype": "float32",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "frame_index": {
204
+ "dtype": "int64",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ },
210
+ "episode_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "task_index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ }
231
+ }
232
+ }
233
+ ```
234
+
235
+
236
+ ## Citation
237
+
238
+ **BibTeX:**
239
+
240
+ ```bibtex
241
+ [More Information Needed]
242
+ ```