kimz1121 commited on
Commit
4e79a3d
·
verified ·
1 Parent(s): 1e955a8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +280 -0
README.md ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=kimz1121/robocasa_spatial_camrandom_float16_pretrain_atomic_CloseBlenderLid">
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": "PandaOmron",
36
+ "total_episodes": 106,
37
+ "total_frames": 36933,
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:106"
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
+ "shape": [
52
+ 12
53
+ ],
54
+ "names": [
55
+ "base_x",
56
+ "base_y",
57
+ "base_rot",
58
+ "base_torso",
59
+ "control_mode",
60
+ "ee_x",
61
+ "ee_y",
62
+ "ee_z",
63
+ "ee_rx",
64
+ "ee_ry",
65
+ "ee_rz",
66
+ "gripper_close"
67
+ ]
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 16
73
+ ],
74
+ "names": [
75
+ "base_x",
76
+ "base_y",
77
+ "base_z",
78
+ "base_qx",
79
+ "base_qy",
80
+ "base_qz",
81
+ "base_qw",
82
+ "ee_rel_x",
83
+ "ee_rel_y",
84
+ "ee_rel_z",
85
+ "ee_rel_qx",
86
+ "ee_rel_qy",
87
+ "ee_rel_qz",
88
+ "ee_rel_qw",
89
+ "gripper_left",
90
+ "gripper_right"
91
+ ]
92
+ },
93
+ "observation.images.robot0_agentview_left": {
94
+ "dtype": "video",
95
+ "shape": [
96
+ 256,
97
+ 256,
98
+ 3
99
+ ],
100
+ "names": [
101
+ "height",
102
+ "width",
103
+ "channels"
104
+ ],
105
+ "info": {
106
+ "video.height": 256,
107
+ "video.width": 256,
108
+ "video.codec": "h264",
109
+ "video.pix_fmt": "yuv420p",
110
+ "video.is_depth_map": false,
111
+ "video.fps": 20,
112
+ "video.channels": 3,
113
+ "has_audio": false
114
+ }
115
+ },
116
+ "observation.images.robot0_agentview_right": {
117
+ "dtype": "video",
118
+ "shape": [
119
+ 256,
120
+ 256,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channels"
127
+ ],
128
+ "info": {
129
+ "video.height": 256,
130
+ "video.width": 256,
131
+ "video.codec": "h264",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.is_depth_map": false,
134
+ "video.fps": 20,
135
+ "video.channels": 3,
136
+ "has_audio": false
137
+ }
138
+ },
139
+ "observation.images.robot0_eye_in_hand": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 256,
143
+ 256,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channels"
150
+ ],
151
+ "info": {
152
+ "video.height": 256,
153
+ "video.width": 256,
154
+ "video.codec": "h264",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 20,
158
+ "video.channels": 3,
159
+ "has_audio": false
160
+ }
161
+ },
162
+ "observation.depth.robot0_agentview_left": {
163
+ "dtype": "float16",
164
+ "shape": [
165
+ 256,
166
+ 256
167
+ ],
168
+ "names": "depth_image"
169
+ },
170
+ "observation.depth.robot0_agentview_right": {
171
+ "dtype": "float16",
172
+ "shape": [
173
+ 256,
174
+ 256
175
+ ],
176
+ "names": "depth_image"
177
+ },
178
+ "observation.depth.robot0_eye_in_hand": {
179
+ "dtype": "float16",
180
+ "shape": [
181
+ 256,
182
+ 256
183
+ ],
184
+ "names": "depth_image"
185
+ },
186
+ "observation.intrinsic.robot0_agentview_left": {
187
+ "dtype": "float32",
188
+ "shape": [
189
+ 3,
190
+ 3
191
+ ],
192
+ "names": "intrinsic_matrix"
193
+ },
194
+ "observation.intrinsic.robot0_agentview_right": {
195
+ "dtype": "float32",
196
+ "shape": [
197
+ 3,
198
+ 3
199
+ ],
200
+ "names": "intrinsic_matrix"
201
+ },
202
+ "observation.intrinsic.robot0_eye_in_hand": {
203
+ "dtype": "float32",
204
+ "shape": [
205
+ 3,
206
+ 3
207
+ ],
208
+ "names": "intrinsic_matrix"
209
+ },
210
+ "observation.extrinsic.robot0_agentview_left": {
211
+ "dtype": "float32",
212
+ "shape": [
213
+ 4,
214
+ 4
215
+ ],
216
+ "names": "extrinsic_matrix"
217
+ },
218
+ "observation.extrinsic.robot0_agentview_right": {
219
+ "dtype": "float32",
220
+ "shape": [
221
+ 4,
222
+ 4
223
+ ],
224
+ "names": "extrinsic_matrix"
225
+ },
226
+ "observation.extrinsic.robot0_eye_in_hand": {
227
+ "dtype": "float32",
228
+ "shape": [
229
+ 4,
230
+ 4
231
+ ],
232
+ "names": "extrinsic_matrix"
233
+ },
234
+ "timestamp": {
235
+ "dtype": "float32",
236
+ "shape": [
237
+ 1
238
+ ],
239
+ "names": null
240
+ },
241
+ "frame_index": {
242
+ "dtype": "int64",
243
+ "shape": [
244
+ 1
245
+ ],
246
+ "names": null
247
+ },
248
+ "episode_index": {
249
+ "dtype": "int64",
250
+ "shape": [
251
+ 1
252
+ ],
253
+ "names": null
254
+ },
255
+ "index": {
256
+ "dtype": "int64",
257
+ "shape": [
258
+ 1
259
+ ],
260
+ "names": null
261
+ },
262
+ "task_index": {
263
+ "dtype": "int64",
264
+ "shape": [
265
+ 1
266
+ ],
267
+ "names": null
268
+ }
269
+ }
270
+ }
271
+ ```
272
+
273
+
274
+ ## Citation
275
+
276
+ **BibTeX:**
277
+
278
+ ```bibtex
279
+ [More Information Needed]
280
+ ```