JennyWWW commited on
Commit
d10fdcb
·
verified ·
1 Parent(s): 3848f7f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +256 -0
README.md ADDED
@@ -0,0 +1,256 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=JennyWWW/small_engine_worker2">
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
+ "fps": 30,
36
+ "features": {
37
+ "observation.images.base_rgb_letterbox": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 3,
41
+ 224,
42
+ 224
43
+ ],
44
+ "names": [
45
+ "channels",
46
+ "height",
47
+ "width"
48
+ ],
49
+ "info": {
50
+ "video.height": 224,
51
+ "video.width": 224,
52
+ "video.codec": "av1",
53
+ "video.pix_fmt": "yuv420p",
54
+ "video.fps": 30,
55
+ "video.channels": 3,
56
+ "has_audio": false,
57
+ "video.g": 2,
58
+ "video.crf": 30,
59
+ "video.preset": 12,
60
+ "video.fast_decode": 0,
61
+ "video.video_backend": "pyav",
62
+ "video.extra_options": {},
63
+ "is_depth_map": false
64
+ }
65
+ },
66
+ "observation.images.base_rgb_stretch": {
67
+ "dtype": "video",
68
+ "shape": [
69
+ 3,
70
+ 224,
71
+ 224
72
+ ],
73
+ "names": [
74
+ "channels",
75
+ "height",
76
+ "width"
77
+ ],
78
+ "info": {
79
+ "video.height": 224,
80
+ "video.width": 224,
81
+ "video.codec": "av1",
82
+ "video.pix_fmt": "yuv420p",
83
+ "video.fps": 30,
84
+ "video.channels": 3,
85
+ "has_audio": false,
86
+ "video.g": 2,
87
+ "video.crf": 30,
88
+ "video.preset": 12,
89
+ "video.fast_decode": 0,
90
+ "video.video_backend": "pyav",
91
+ "video.extra_options": {},
92
+ "is_depth_map": false
93
+ }
94
+ },
95
+ "observation.images.wrist_rgb_letterbox": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 3,
99
+ 224,
100
+ 224
101
+ ],
102
+ "names": [
103
+ "channels",
104
+ "height",
105
+ "width"
106
+ ],
107
+ "info": {
108
+ "video.height": 224,
109
+ "video.width": 224,
110
+ "video.codec": "av1",
111
+ "video.pix_fmt": "yuv420p",
112
+ "video.fps": 30,
113
+ "video.channels": 3,
114
+ "has_audio": false,
115
+ "video.g": 2,
116
+ "video.crf": 30,
117
+ "video.preset": 12,
118
+ "video.fast_decode": 0,
119
+ "video.video_backend": "pyav",
120
+ "video.extra_options": {},
121
+ "is_depth_map": false
122
+ }
123
+ },
124
+ "observation.images.wrist_rgb_stretch": {
125
+ "dtype": "video",
126
+ "shape": [
127
+ 3,
128
+ 224,
129
+ 224
130
+ ],
131
+ "names": [
132
+ "channels",
133
+ "height",
134
+ "width"
135
+ ],
136
+ "info": {
137
+ "video.height": 224,
138
+ "video.width": 224,
139
+ "video.codec": "av1",
140
+ "video.pix_fmt": "yuv420p",
141
+ "video.fps": 30,
142
+ "video.channels": 3,
143
+ "has_audio": false,
144
+ "video.g": 2,
145
+ "video.crf": 30,
146
+ "video.preset": 12,
147
+ "video.fast_decode": 0,
148
+ "video.video_backend": "pyav",
149
+ "video.extra_options": {},
150
+ "is_depth_map": false
151
+ }
152
+ },
153
+ "observation.state": {
154
+ "dtype": "float32",
155
+ "shape": [
156
+ 7
157
+ ],
158
+ "names": [
159
+ "joint_1",
160
+ "joint_2",
161
+ "joint_3",
162
+ "joint_4",
163
+ "joint_5",
164
+ "joint_6",
165
+ "gripper"
166
+ ]
167
+ },
168
+ "action": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 7
172
+ ],
173
+ "names": [
174
+ "joint_1",
175
+ "joint_2",
176
+ "joint_3",
177
+ "joint_4",
178
+ "joint_5",
179
+ "joint_6",
180
+ "gripper"
181
+ ]
182
+ },
183
+ "observation.environment_state": {
184
+ "dtype": "float32",
185
+ "shape": [
186
+ 7
187
+ ],
188
+ "names": [
189
+ "env_0",
190
+ "env_1",
191
+ "env_2",
192
+ "env_3",
193
+ "env_4",
194
+ "env_5",
195
+ "env_6"
196
+ ]
197
+ },
198
+ "timestamp": {
199
+ "dtype": "float32",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ },
205
+ "frame_index": {
206
+ "dtype": "int64",
207
+ "shape": [
208
+ 1
209
+ ],
210
+ "names": null
211
+ },
212
+ "episode_index": {
213
+ "dtype": "int64",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "index": {
220
+ "dtype": "int64",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "task_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ }
233
+ },
234
+ "total_episodes": 25,
235
+ "total_frames": 6876,
236
+ "total_tasks": 1,
237
+ "chunks_size": 1000,
238
+ "data_files_size_in_mb": 100,
239
+ "video_files_size_in_mb": 200,
240
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
241
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
242
+ "robot_type": "lerobot_splatsim",
243
+ "splits": {
244
+ "train": "0:25"
245
+ }
246
+ }
247
+ ```
248
+
249
+
250
+ ## Citation
251
+
252
+ **BibTeX:**
253
+
254
+ ```bibtex
255
+ [More Information Needed]
256
+ ```