sini-21 commited on
Commit
96acda2
·
verified ·
1 Parent(s): 086c528

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +276 -0
README.md ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=sini-21/robocasa_task">
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": null,
36
+ "total_episodes": 1261,
37
+ "total_frames": 349685,
38
+ "total_tasks": 242,
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:1261"
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
+ "observation.images.left_view": {
50
+ "dtype": "video",
51
+ "shape": [
52
+ 256,
53
+ 256,
54
+ 3
55
+ ],
56
+ "names": [
57
+ "height",
58
+ "width",
59
+ "channel"
60
+ ],
61
+ "video_info": {
62
+ "video.fps": 20,
63
+ "video.codec": "h264",
64
+ "video.pix_fmt": "yuv420p"
65
+ },
66
+ "info": {
67
+ "video.height": 256,
68
+ "video.width": 256,
69
+ "video.codec": "av1",
70
+ "video.pix_fmt": "yuv420p",
71
+ "video.is_depth_map": false,
72
+ "video.fps": 20,
73
+ "video.channels": 3,
74
+ "has_audio": false
75
+ }
76
+ },
77
+ "observation.images.right_view": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 256,
81
+ 256,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channel"
88
+ ],
89
+ "video_info": {
90
+ "video.fps": 20,
91
+ "video.codec": "h264",
92
+ "video.pix_fmt": "yuv420p"
93
+ },
94
+ "info": {
95
+ "video.height": 256,
96
+ "video.width": 256,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 20,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ }
104
+ },
105
+ "observation.images.wrist_view": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 256,
109
+ 256,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channel"
116
+ ],
117
+ "video_info": {
118
+ "video.fps": 20,
119
+ "video.codec": "h264",
120
+ "video.pix_fmt": "yuv420p"
121
+ },
122
+ "info": {
123
+ "video.height": 256,
124
+ "video.width": 256,
125
+ "video.codec": "av1",
126
+ "video.pix_fmt": "yuv420p",
127
+ "video.is_depth_map": false,
128
+ "video.fps": 20,
129
+ "video.channels": 3,
130
+ "has_audio": false
131
+ }
132
+ },
133
+ "observation.state": {
134
+ "dtype": "float32",
135
+ "shape": [
136
+ 53
137
+ ],
138
+ "names": [
139
+ "state_0",
140
+ "state_1",
141
+ "state_2",
142
+ "state_3",
143
+ "state_4",
144
+ "state_5",
145
+ "state_6",
146
+ "state_7",
147
+ "state_8",
148
+ "state_9",
149
+ "state_10",
150
+ "state_11",
151
+ "state_12",
152
+ "state_13",
153
+ "state_14",
154
+ "state_15",
155
+ "state_16",
156
+ "state_17",
157
+ "state_18",
158
+ "state_19",
159
+ "state_20",
160
+ "state_21",
161
+ "state_22",
162
+ "state_23",
163
+ "state_24",
164
+ "state_25",
165
+ "state_26",
166
+ "state_27",
167
+ "state_28",
168
+ "state_29",
169
+ "state_30",
170
+ "state_31",
171
+ "state_32",
172
+ "state_33",
173
+ "state_34",
174
+ "state_35",
175
+ "state_36",
176
+ "state_37",
177
+ "state_38",
178
+ "state_39",
179
+ "state_40",
180
+ "state_41",
181
+ "state_42",
182
+ "state_43",
183
+ "state_44",
184
+ "state_45",
185
+ "state_46",
186
+ "state_47",
187
+ "state_48",
188
+ "state_49",
189
+ "state_50",
190
+ "state_51",
191
+ "state_52"
192
+ ],
193
+ "fps": 20
194
+ },
195
+ "action": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 12
199
+ ],
200
+ "names": [
201
+ "action_0",
202
+ "action_1",
203
+ "action_2",
204
+ "action_3",
205
+ "action_4",
206
+ "action_5",
207
+ "action_6",
208
+ "action_7",
209
+ "action_8",
210
+ "action_9",
211
+ "action_10",
212
+ "action_11"
213
+ ],
214
+ "fps": 20
215
+ },
216
+ "next.reward": {
217
+ "dtype": "float32",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "fps": 20
222
+ },
223
+ "next.done": {
224
+ "dtype": "bool",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "fps": 20
229
+ },
230
+ "timestamp": {
231
+ "dtype": "float32",
232
+ "shape": [
233
+ 1
234
+ ],
235
+ "names": null
236
+ },
237
+ "frame_index": {
238
+ "dtype": "int64",
239
+ "shape": [
240
+ 1
241
+ ],
242
+ "names": null
243
+ },
244
+ "episode_index": {
245
+ "dtype": "int64",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "names": null
250
+ },
251
+ "index": {
252
+ "dtype": "int64",
253
+ "shape": [
254
+ 1
255
+ ],
256
+ "names": null
257
+ },
258
+ "task_index": {
259
+ "dtype": "int64",
260
+ "shape": [
261
+ 1
262
+ ],
263
+ "names": null
264
+ }
265
+ }
266
+ }
267
+ ```
268
+
269
+
270
+ ## Citation
271
+
272
+ **BibTeX:**
273
+
274
+ ```bibtex
275
+ [More Information Needed]
276
+ ```