tavis-benchmark-admin commited on
Commit
5c9727f
·
verified ·
1 Parent(s): 7432663

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +254 -0
README.md ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotics
8
+ - imitation-learning
9
+ - active-vision
10
+ - humanoid
11
+ - lerobot
12
+ configs:
13
+ - config_name: default
14
+ data_files: data/*/*.parquet
15
+ ---
16
+
17
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
18
+
19
+ ## Dataset Description
20
+
21
+
22
+
23
+ - **Homepage:** [More Information Needed]
24
+ - **Paper:** [More Information Needed]
25
+ - **License:** cc-by-4.0
26
+
27
+ ## Dataset Structure
28
+
29
+ [meta/info.json](meta/info.json):
30
+ ```json
31
+ {
32
+ "codebase_version": "v3.0",
33
+ "robot_type": null,
34
+ "total_episodes": 300,
35
+ "total_frames": 84383,
36
+ "total_tasks": 3,
37
+ "chunks_size": 1000,
38
+ "data_files_size_in_mb": 100,
39
+ "video_files_size_in_mb": 200,
40
+ "fps": 60,
41
+ "splits": {
42
+ "train": "0:300"
43
+ },
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
+ "features": {
47
+ "action": {
48
+ "dtype": "float32",
49
+ "shape": [
50
+ 19
51
+ ],
52
+ "names": "env actions"
53
+ },
54
+ "observation.images.OBS_HEAD": {
55
+ "dtype": "video",
56
+ "shape": [
57
+ 480,
58
+ 640,
59
+ 3
60
+ ],
61
+ "names": [
62
+ "height",
63
+ "width",
64
+ "channels"
65
+ ],
66
+ "info": {
67
+ "video.height": 480,
68
+ "video.width": 640,
69
+ "video.codec": "av1",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "video.fps": 60,
73
+ "video.channels": 3,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.OBS_WRIST_LEFT": {
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": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 60,
96
+ "video.channels": 3,
97
+ "has_audio": false
98
+ }
99
+ },
100
+ "observation.images.OBS_WRIST_RIGHT": {
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": "av1",
116
+ "video.pix_fmt": "yuv420p",
117
+ "video.is_depth_map": false,
118
+ "video.fps": 60,
119
+ "video.channels": 3,
120
+ "has_audio": false
121
+ }
122
+ },
123
+ "observation.images.OBS_FIXED": {
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": "av1",
139
+ "video.pix_fmt": "yuv420p",
140
+ "video.is_depth_map": false,
141
+ "video.fps": 60,
142
+ "video.channels": 3,
143
+ "has_audio": false
144
+ }
145
+ },
146
+ "observation.state": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 36
150
+ ],
151
+ "names": [
152
+ "height",
153
+ "width",
154
+ "channels"
155
+ ]
156
+ },
157
+ "observation.left_eef_pos": {
158
+ "dtype": "float32",
159
+ "shape": [
160
+ 3
161
+ ],
162
+ "names": [
163
+ "height",
164
+ "width",
165
+ "channels"
166
+ ]
167
+ },
168
+ "observation.left_eef_quat": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 4
172
+ ],
173
+ "names": [
174
+ "height",
175
+ "width",
176
+ "channels"
177
+ ]
178
+ },
179
+ "observation.right_eef_pos": {
180
+ "dtype": "float32",
181
+ "shape": [
182
+ 3
183
+ ],
184
+ "names": [
185
+ "height",
186
+ "width",
187
+ "channels"
188
+ ]
189
+ },
190
+ "observation.right_eef_quat": {
191
+ "dtype": "float32",
192
+ "shape": [
193
+ 4
194
+ ],
195
+ "names": [
196
+ "height",
197
+ "width",
198
+ "channels"
199
+ ]
200
+ },
201
+ "language_instruction": {
202
+ "dtype": "string",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ },
208
+ "timestamp": {
209
+ "dtype": "float32",
210
+ "shape": [
211
+ 1
212
+ ],
213
+ "names": null
214
+ },
215
+ "frame_index": {
216
+ "dtype": "int64",
217
+ "shape": [
218
+ 1
219
+ ],
220
+ "names": null
221
+ },
222
+ "episode_index": {
223
+ "dtype": "int64",
224
+ "shape": [
225
+ 1
226
+ ],
227
+ "names": null
228
+ },
229
+ "index": {
230
+ "dtype": "int64",
231
+ "shape": [
232
+ 1
233
+ ],
234
+ "names": null
235
+ },
236
+ "task_index": {
237
+ "dtype": "int64",
238
+ "shape": [
239
+ 1
240
+ ],
241
+ "names": null
242
+ }
243
+ }
244
+ }
245
+ ```
246
+
247
+
248
+ ## Citation
249
+
250
+ **BibTeX:**
251
+
252
+ ```bibtex
253
+ [More Information Needed]
254
+ ```