binhng commited on
Commit
bd7c6d7
·
verified ·
1 Parent(s): 510dfef

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +214 -0
README.md ADDED
@@ -0,0 +1,214 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - robotic
8
+ - libero
9
+ - libero_mask
10
+ - libero_depth
11
+ configs:
12
+ - config_name: default
13
+ data_files: data/*/*.parquet
14
+ ---
15
+
16
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
17
+
18
+ ## Dataset Description
19
+
20
+
21
+
22
+ - **Homepage:** [More Information Needed]
23
+ - **Paper:** [More Information Needed]
24
+ - **License:** apache-2.0
25
+
26
+ ## Dataset Structure
27
+
28
+ [meta/info.json](meta/info.json):
29
+ ```json
30
+ {
31
+ "codebase_version": "v2.1",
32
+ "robot_type": "panda",
33
+ "total_episodes": 500,
34
+ "total_frames": 62250,
35
+ "total_tasks": 10,
36
+ "total_videos": 0,
37
+ "total_chunks": 1,
38
+ "chunks_size": 1000,
39
+ "fps": 10,
40
+ "splits": {
41
+ "train": "0:500"
42
+ },
43
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
44
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
45
+ "features": {
46
+ "observation.images.image": {
47
+ "dtype": "image",
48
+ "shape": [
49
+ 256,
50
+ 256,
51
+ 3
52
+ ],
53
+ "names": [
54
+ "height",
55
+ "width",
56
+ "channel"
57
+ ]
58
+ },
59
+ "observation.images.wrist_image": {
60
+ "dtype": "image",
61
+ "shape": [
62
+ 256,
63
+ 256,
64
+ 3
65
+ ],
66
+ "names": [
67
+ "height",
68
+ "width",
69
+ "channel"
70
+ ]
71
+ },
72
+ "observation.images.image_mask": {
73
+ "dtype": "image",
74
+ "shape": [
75
+ 256,
76
+ 256,
77
+ 3
78
+ ],
79
+ "names": [
80
+ "height",
81
+ "width",
82
+ "channel"
83
+ ]
84
+ },
85
+ "observation.images.wrist_mask": {
86
+ "dtype": "image",
87
+ "shape": [
88
+ 256,
89
+ 256,
90
+ 3
91
+ ],
92
+ "names": [
93
+ "height",
94
+ "width",
95
+ "channel"
96
+ ]
97
+ },
98
+ "observation.state": {
99
+ "dtype": "float32",
100
+ "shape": [
101
+ 8
102
+ ],
103
+ "names": [
104
+ "state"
105
+ ]
106
+ },
107
+ "action": {
108
+ "dtype": "float32",
109
+ "shape": [
110
+ 7
111
+ ],
112
+ "names": [
113
+ "action"
114
+ ]
115
+ },
116
+ "observation.images.object_of_interest_mask": {
117
+ "dtype": "image",
118
+ "shape": [
119
+ 256,
120
+ 256,
121
+ 3
122
+ ],
123
+ "names": [
124
+ "height",
125
+ "width",
126
+ "channel"
127
+ ]
128
+ },
129
+ "observation.images.object_of_interest_wrist_mask": {
130
+ "dtype": "image",
131
+ "shape": [
132
+ 256,
133
+ 256,
134
+ 3
135
+ ],
136
+ "names": [
137
+ "height",
138
+ "width",
139
+ "channel"
140
+ ]
141
+ },
142
+ "observation.images.image_depth": {
143
+ "dtype": "image",
144
+ "shape": [
145
+ 256,
146
+ 256,
147
+ 3
148
+ ],
149
+ "names": [
150
+ "height",
151
+ "width",
152
+ "channel"
153
+ ]
154
+ },
155
+ "observation.images.wrist_depth": {
156
+ "dtype": "image",
157
+ "shape": [
158
+ 256,
159
+ 256,
160
+ 3
161
+ ],
162
+ "names": [
163
+ "height",
164
+ "width",
165
+ "channel"
166
+ ]
167
+ },
168
+ "timestamp": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "frame_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "episode_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "task_index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ }
203
+ }
204
+ }
205
+ ```
206
+
207
+
208
+ ## Citation
209
+
210
+ **BibTeX:**
211
+
212
+ ```bibtex
213
+ [More Information Needed]
214
+ ```