HuskyMango commited on
Commit
b10ff59
·
verified ·
1 Parent(s): d5eddd2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +281 -0
README.md ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=HuskyMango/act_data">
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": "bimanual_franka",
36
+ "total_episodes": 30,
37
+ "total_frames": 2436,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 20,
43
+ "splits": {
44
+ "train": "0:30"
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
+ "l_joint_1",
53
+ "l_joint_2",
54
+ "l_joint_3",
55
+ "l_joint_4",
56
+ "l_joint_5",
57
+ "l_joint_6",
58
+ "l_joint_7",
59
+ "l_gripper",
60
+ "r_joint_1",
61
+ "r_joint_2",
62
+ "r_joint_3",
63
+ "r_joint_4",
64
+ "r_joint_5",
65
+ "r_joint_6",
66
+ "r_joint_7",
67
+ "r_gripper"
68
+ ],
69
+ "shape": [
70
+ 16
71
+ ]
72
+ },
73
+ "observation.state": {
74
+ "dtype": "float32",
75
+ "names": [
76
+ "l_joint_1",
77
+ "l_joint_2",
78
+ "l_joint_3",
79
+ "l_joint_4",
80
+ "l_joint_5",
81
+ "l_joint_6",
82
+ "l_joint_7",
83
+ "l_gripper",
84
+ "r_joint_1",
85
+ "r_joint_2",
86
+ "r_joint_3",
87
+ "r_joint_4",
88
+ "r_joint_5",
89
+ "r_joint_6",
90
+ "r_joint_7",
91
+ "r_gripper"
92
+ ],
93
+ "shape": [
94
+ 16
95
+ ]
96
+ },
97
+ "observation.images.cam_1": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 224,
101
+ 224,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "info": {
110
+ "video.height": 224,
111
+ "video.width": 224,
112
+ "video.codec": "h264",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 20,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.cam_2": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 224,
124
+ 224,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channels"
131
+ ],
132
+ "info": {
133
+ "video.height": 224,
134
+ "video.width": 224,
135
+ "video.codec": "h264",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false,
138
+ "video.fps": 20,
139
+ "video.channels": 3,
140
+ "has_audio": false
141
+ }
142
+ },
143
+ "observation.images.cam_3": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 224,
147
+ 224,
148
+ 3
149
+ ],
150
+ "names": [
151
+ "height",
152
+ "width",
153
+ "channels"
154
+ ],
155
+ "info": {
156
+ "video.height": 224,
157
+ "video.width": 224,
158
+ "video.codec": "h264",
159
+ "video.pix_fmt": "yuv420p",
160
+ "video.is_depth_map": false,
161
+ "video.fps": 20,
162
+ "video.channels": 3,
163
+ "has_audio": false
164
+ }
165
+ },
166
+ "observation.images.cam_4": {
167
+ "dtype": "video",
168
+ "shape": [
169
+ 224,
170
+ 224,
171
+ 3
172
+ ],
173
+ "names": [
174
+ "height",
175
+ "width",
176
+ "channels"
177
+ ],
178
+ "info": {
179
+ "video.height": 224,
180
+ "video.width": 224,
181
+ "video.codec": "h264",
182
+ "video.pix_fmt": "yuv420p",
183
+ "video.is_depth_map": false,
184
+ "video.fps": 20,
185
+ "video.channels": 3,
186
+ "has_audio": false
187
+ }
188
+ },
189
+ "observation.images.cam_5": {
190
+ "dtype": "video",
191
+ "shape": [
192
+ 224,
193
+ 224,
194
+ 3
195
+ ],
196
+ "names": [
197
+ "height",
198
+ "width",
199
+ "channels"
200
+ ],
201
+ "info": {
202
+ "video.height": 224,
203
+ "video.width": 224,
204
+ "video.codec": "h264",
205
+ "video.pix_fmt": "yuv420p",
206
+ "video.is_depth_map": false,
207
+ "video.fps": 20,
208
+ "video.channels": 3,
209
+ "has_audio": false
210
+ }
211
+ },
212
+ "observation.images.cam_6": {
213
+ "dtype": "video",
214
+ "shape": [
215
+ 224,
216
+ 224,
217
+ 3
218
+ ],
219
+ "names": [
220
+ "height",
221
+ "width",
222
+ "channels"
223
+ ],
224
+ "info": {
225
+ "video.height": 224,
226
+ "video.width": 224,
227
+ "video.codec": "h264",
228
+ "video.pix_fmt": "yuv420p",
229
+ "video.is_depth_map": false,
230
+ "video.fps": 20,
231
+ "video.channels": 3,
232
+ "has_audio": false
233
+ }
234
+ },
235
+ "timestamp": {
236
+ "dtype": "float32",
237
+ "shape": [
238
+ 1
239
+ ],
240
+ "names": null
241
+ },
242
+ "frame_index": {
243
+ "dtype": "int64",
244
+ "shape": [
245
+ 1
246
+ ],
247
+ "names": null
248
+ },
249
+ "episode_index": {
250
+ "dtype": "int64",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ },
256
+ "index": {
257
+ "dtype": "int64",
258
+ "shape": [
259
+ 1
260
+ ],
261
+ "names": null
262
+ },
263
+ "task_index": {
264
+ "dtype": "int64",
265
+ "shape": [
266
+ 1
267
+ ],
268
+ "names": null
269
+ }
270
+ }
271
+ }
272
+ ```
273
+
274
+
275
+ ## Citation
276
+
277
+ **BibTeX:**
278
+
279
+ ```bibtex
280
+ [More Information Needed]
281
+ ```