justintiensmith commited on
Commit
c078cd2
·
verified ·
1 Parent(s): 784868b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +277 -0
README.md ADDED
@@ -0,0 +1,277 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=justintiensmith/test2">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "so_follower",
36
+ "total_episodes": 2,
37
+ "total_frames": 3499,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:2"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "shoulder_pan.pos",
53
+ "shoulder_lift.pos",
54
+ "elbow_flex.pos",
55
+ "wrist_flex.pos",
56
+ "wrist_roll.pos",
57
+ "gripper.pos"
58
+ ],
59
+ "shape": [
60
+ 6
61
+ ]
62
+ },
63
+ "observation.state": {
64
+ "dtype": "float32",
65
+ "names": [
66
+ "shoulder_pan.pos",
67
+ "shoulder_lift.pos",
68
+ "elbow_flex.pos",
69
+ "wrist_flex.pos",
70
+ "wrist_roll.pos",
71
+ "gripper.pos"
72
+ ],
73
+ "shape": [
74
+ 6
75
+ ]
76
+ },
77
+ "observation.images.wrist": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 480,
81
+ 640,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "info": {
90
+ "video.height": 480,
91
+ "video.width": 640,
92
+ "video.codec": "h264",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 30,
96
+ "video.channels": 3,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "observation.images.middle": {
101
+ "dtype": "video",
102
+ "shape": [
103
+ 480,
104
+ 640,
105
+ 3
106
+ ],
107
+ "names": [
108
+ "height",
109
+ "width",
110
+ "channels"
111
+ ],
112
+ "info": {
113
+ "video.height": 480,
114
+ "video.width": 640,
115
+ "video.codec": "h264",
116
+ "video.pix_fmt": "yuv420p",
117
+ "video.is_depth_map": false,
118
+ "video.fps": 30,
119
+ "video.channels": 3,
120
+ "has_audio": false
121
+ }
122
+ },
123
+ "observation.images.left": {
124
+ "dtype": "video",
125
+ "shape": [
126
+ 480,
127
+ 640,
128
+ 3
129
+ ],
130
+ "names": [
131
+ "height",
132
+ "width",
133
+ "channels"
134
+ ],
135
+ "info": {
136
+ "video.height": 480,
137
+ "video.width": 640,
138
+ "video.codec": "h264",
139
+ "video.pix_fmt": "yuv420p",
140
+ "video.is_depth_map": false,
141
+ "video.fps": 30,
142
+ "video.channels": 3,
143
+ "has_audio": false
144
+ }
145
+ },
146
+ "observation.images.right": {
147
+ "dtype": "video",
148
+ "shape": [
149
+ 480,
150
+ 640,
151
+ 3
152
+ ],
153
+ "names": [
154
+ "height",
155
+ "width",
156
+ "channels"
157
+ ],
158
+ "info": {
159
+ "video.height": 480,
160
+ "video.width": 640,
161
+ "video.codec": "h264",
162
+ "video.pix_fmt": "yuv420p",
163
+ "video.is_depth_map": false,
164
+ "video.fps": 30,
165
+ "video.channels": 3,
166
+ "has_audio": false
167
+ }
168
+ },
169
+ "observation.images.above": {
170
+ "dtype": "video",
171
+ "shape": [
172
+ 480,
173
+ 640,
174
+ 3
175
+ ],
176
+ "names": [
177
+ "height",
178
+ "width",
179
+ "channels"
180
+ ],
181
+ "info": {
182
+ "video.height": 480,
183
+ "video.width": 640,
184
+ "video.codec": "h264",
185
+ "video.pix_fmt": "yuv420p",
186
+ "video.is_depth_map": false,
187
+ "video.fps": 30,
188
+ "video.channels": 3,
189
+ "has_audio": false
190
+ }
191
+ },
192
+ "observation.motor_currents": {
193
+ "dtype": "int32",
194
+ "names": [
195
+ "shoulder_pan.current",
196
+ "shoulder_lift.current",
197
+ "elbow_flex.current",
198
+ "wrist_flex.current",
199
+ "wrist_roll.current",
200
+ "gripper.current"
201
+ ],
202
+ "shape": [
203
+ 6
204
+ ]
205
+ },
206
+ "observation.motor_velocities": {
207
+ "dtype": "int32",
208
+ "names": [
209
+ "shoulder_pan.velocity",
210
+ "shoulder_lift.velocity",
211
+ "elbow_flex.velocity",
212
+ "wrist_flex.velocity",
213
+ "wrist_roll.velocity",
214
+ "gripper.velocity"
215
+ ],
216
+ "shape": [
217
+ 6
218
+ ]
219
+ },
220
+ "observation.depths.middle": {
221
+ "dtype": "uint16",
222
+ "shape": [
223
+ 480,
224
+ 640
225
+ ],
226
+ "names": [
227
+ "height",
228
+ "width"
229
+ ]
230
+ },
231
+ "timestamp": {
232
+ "dtype": "float32",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ },
238
+ "frame_index": {
239
+ "dtype": "int64",
240
+ "shape": [
241
+ 1
242
+ ],
243
+ "names": null
244
+ },
245
+ "episode_index": {
246
+ "dtype": "int64",
247
+ "shape": [
248
+ 1
249
+ ],
250
+ "names": null
251
+ },
252
+ "index": {
253
+ "dtype": "int64",
254
+ "shape": [
255
+ 1
256
+ ],
257
+ "names": null
258
+ },
259
+ "task_index": {
260
+ "dtype": "int64",
261
+ "shape": [
262
+ 1
263
+ ],
264
+ "names": null
265
+ }
266
+ }
267
+ }
268
+ ```
269
+
270
+
271
+ ## Citation
272
+
273
+ **BibTeX:**
274
+
275
+ ```bibtex
276
+ [More Information Needed]
277
+ ```