thanyu commited on
Commit
068ece2
·
verified ·
1 Parent(s): aa3a19a

Upload README.md with huggingface_hub

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