hainh22 commited on
Commit
7521495
·
verified ·
1 Parent(s): 2cc2eb2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +249 -0
README.md ADDED
@@ -0,0 +1,249 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "ur5",
29
+ "total_episodes": 1,
30
+ "total_frames": 158,
31
+ "total_tasks": 1,
32
+ "total_videos": 7,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 10,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.images.cam_036422060909": {
43
+ "dtype": "video",
44
+ "shape": [
45
+ 360,
46
+ 640,
47
+ 3
48
+ ],
49
+ "names": [
50
+ "height",
51
+ "width",
52
+ "rgb"
53
+ ],
54
+ "info": {
55
+ "video.fps": 10.0,
56
+ "video.height": 360,
57
+ "video.width": 640,
58
+ "video.channels": 3,
59
+ "video.codec": "h264",
60
+ "video.pix_fmt": "yuv420p",
61
+ "video.is_depth_map": false,
62
+ "has_audio": false
63
+ }
64
+ },
65
+ "observation.images.cam_104122063550": {
66
+ "dtype": "video",
67
+ "shape": [
68
+ 360,
69
+ 640,
70
+ 3
71
+ ],
72
+ "names": [
73
+ "height",
74
+ "width",
75
+ "rgb"
76
+ ],
77
+ "info": {
78
+ "video.fps": 10.0,
79
+ "video.height": 360,
80
+ "video.width": 640,
81
+ "video.channels": 3,
82
+ "video.codec": "h264",
83
+ "video.pix_fmt": "yuv420p",
84
+ "video.is_depth_map": false,
85
+ "has_audio": false
86
+ }
87
+ },
88
+ "observation.images.cam_f0172289": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 360,
92
+ 640,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "rgb"
99
+ ],
100
+ "info": {
101
+ "video.fps": 10.0,
102
+ "video.height": 360,
103
+ "video.width": 640,
104
+ "video.channels": 3,
105
+ "video.codec": "h264",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.images.cam_038522062288": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 360,
115
+ 640,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "rgb"
122
+ ],
123
+ "info": {
124
+ "video.fps": 10.0,
125
+ "video.height": 360,
126
+ "video.width": 640,
127
+ "video.channels": 3,
128
+ "video.codec": "h264",
129
+ "video.pix_fmt": "yuv420p",
130
+ "video.is_depth_map": false,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.cam_045322071843": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 360,
138
+ 640,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "rgb"
145
+ ],
146
+ "info": {
147
+ "video.fps": 10.0,
148
+ "video.height": 360,
149
+ "video.width": 640,
150
+ "video.channels": 3,
151
+ "video.codec": "h264",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.cam_104122062295": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 360,
161
+ 640,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "rgb"
168
+ ],
169
+ "info": {
170
+ "video.fps": 10.0,
171
+ "video.height": 360,
172
+ "video.width": 640,
173
+ "video.channels": 3,
174
+ "video.codec": "h264",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "observation.images.cam_104122062823": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 360,
184
+ 640,
185
+ 3
186
+ ],
187
+ "names": [
188
+ "height",
189
+ "width",
190
+ "rgb"
191
+ ],
192
+ "info": {
193
+ "video.fps": 10.0,
194
+ "video.height": 360,
195
+ "video.width": 640,
196
+ "video.channels": 3,
197
+ "video.codec": "h264",
198
+ "video.pix_fmt": "yuv420p",
199
+ "video.is_depth_map": false,
200
+ "has_audio": false
201
+ }
202
+ },
203
+ "timestamp": {
204
+ "dtype": "float32",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ },
210
+ "frame_index": {
211
+ "dtype": "int64",
212
+ "shape": [
213
+ 1
214
+ ],
215
+ "names": null
216
+ },
217
+ "episode_index": {
218
+ "dtype": "int64",
219
+ "shape": [
220
+ 1
221
+ ],
222
+ "names": null
223
+ },
224
+ "index": {
225
+ "dtype": "int64",
226
+ "shape": [
227
+ 1
228
+ ],
229
+ "names": null
230
+ },
231
+ "task_index": {
232
+ "dtype": "int64",
233
+ "shape": [
234
+ 1
235
+ ],
236
+ "names": null
237
+ }
238
+ }
239
+ }
240
+ ```
241
+
242
+
243
+ ## Citation
244
+
245
+ **BibTeX:**
246
+
247
+ ```bibtex
248
+ [More Information Needed]
249
+ ```