Sendera commited on
Commit
a6a1e41
·
verified ·
1 Parent(s): b2e9e57

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +262 -0
README.md ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "ctr_robot",
29
+ "total_episodes": 46,
30
+ "total_frames": 41445,
31
+ "total_tasks": 1,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 200,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:46"
38
+ },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "names": [
45
+ "motor_1",
46
+ "motor_2",
47
+ "motor_3",
48
+ "motor_4",
49
+ "motor_6",
50
+ "motor_7"
51
+ ],
52
+ "shape": [
53
+ 6
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "names": [
59
+ "Cam1_offset_x",
60
+ "Cam1_offset_y",
61
+ "Cam1_red_offset_x",
62
+ "Cam1_red_offset_y",
63
+ "Cam2_offset_x",
64
+ "Cam2_offset_y",
65
+ "Cam2_red_offset_x",
66
+ "Cam2_red_offset_y",
67
+ "motor_1",
68
+ "motor_2",
69
+ "motor_3",
70
+ "motor_4",
71
+ "motor_6",
72
+ "motor_7"
73
+ ],
74
+ "shape": [
75
+ 14
76
+ ]
77
+ },
78
+ "observation.images.Cam1_global": {
79
+ "dtype": "video",
80
+ "shape": [
81
+ 256,
82
+ 256,
83
+ 3
84
+ ],
85
+ "names": [
86
+ "height",
87
+ "width",
88
+ "channels"
89
+ ],
90
+ "info": {
91
+ "video.height": 256,
92
+ "video.width": 256,
93
+ "video.codec": "av1",
94
+ "video.pix_fmt": "yuv420p",
95
+ "video.is_depth_map": false,
96
+ "video.fps": 30,
97
+ "video.channels": 3,
98
+ "has_audio": false
99
+ }
100
+ },
101
+ "observation.images.Cam1_local": {
102
+ "dtype": "video",
103
+ "shape": [
104
+ 256,
105
+ 256,
106
+ 3
107
+ ],
108
+ "names": [
109
+ "height",
110
+ "width",
111
+ "channels"
112
+ ],
113
+ "info": {
114
+ "video.height": 256,
115
+ "video.width": 256,
116
+ "video.codec": "av1",
117
+ "video.pix_fmt": "yuv420p",
118
+ "video.is_depth_map": false,
119
+ "video.fps": 30,
120
+ "video.channels": 3,
121
+ "has_audio": false
122
+ }
123
+ },
124
+ "observation.images.Cam1_red": {
125
+ "dtype": "video",
126
+ "shape": [
127
+ 256,
128
+ 256,
129
+ 3
130
+ ],
131
+ "names": [
132
+ "height",
133
+ "width",
134
+ "channels"
135
+ ],
136
+ "info": {
137
+ "video.height": 256,
138
+ "video.width": 256,
139
+ "video.codec": "av1",
140
+ "video.pix_fmt": "yuv420p",
141
+ "video.is_depth_map": false,
142
+ "video.fps": 30,
143
+ "video.channels": 3,
144
+ "has_audio": false
145
+ }
146
+ },
147
+ "observation.images.Cam2_global": {
148
+ "dtype": "video",
149
+ "shape": [
150
+ 256,
151
+ 256,
152
+ 3
153
+ ],
154
+ "names": [
155
+ "height",
156
+ "width",
157
+ "channels"
158
+ ],
159
+ "info": {
160
+ "video.height": 256,
161
+ "video.width": 256,
162
+ "video.codec": "av1",
163
+ "video.pix_fmt": "yuv420p",
164
+ "video.is_depth_map": false,
165
+ "video.fps": 30,
166
+ "video.channels": 3,
167
+ "has_audio": false
168
+ }
169
+ },
170
+ "observation.images.Cam2_local": {
171
+ "dtype": "video",
172
+ "shape": [
173
+ 256,
174
+ 256,
175
+ 3
176
+ ],
177
+ "names": [
178
+ "height",
179
+ "width",
180
+ "channels"
181
+ ],
182
+ "info": {
183
+ "video.height": 256,
184
+ "video.width": 256,
185
+ "video.codec": "av1",
186
+ "video.pix_fmt": "yuv420p",
187
+ "video.is_depth_map": false,
188
+ "video.fps": 30,
189
+ "video.channels": 3,
190
+ "has_audio": false
191
+ }
192
+ },
193
+ "observation.images.Cam2_red": {
194
+ "dtype": "video",
195
+ "shape": [
196
+ 256,
197
+ 256,
198
+ 3
199
+ ],
200
+ "names": [
201
+ "height",
202
+ "width",
203
+ "channels"
204
+ ],
205
+ "info": {
206
+ "video.height": 256,
207
+ "video.width": 256,
208
+ "video.codec": "av1",
209
+ "video.pix_fmt": "yuv420p",
210
+ "video.is_depth_map": false,
211
+ "video.fps": 30,
212
+ "video.channels": 3,
213
+ "has_audio": false
214
+ }
215
+ },
216
+ "timestamp": {
217
+ "dtype": "float32",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null
222
+ },
223
+ "frame_index": {
224
+ "dtype": "int64",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null
229
+ },
230
+ "episode_index": {
231
+ "dtype": "int64",
232
+ "shape": [
233
+ 1
234
+ ],
235
+ "names": null
236
+ },
237
+ "index": {
238
+ "dtype": "int64",
239
+ "shape": [
240
+ 1
241
+ ],
242
+ "names": null
243
+ },
244
+ "task_index": {
245
+ "dtype": "int64",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "names": null
250
+ }
251
+ }
252
+ }
253
+ ```
254
+
255
+
256
+ ## Citation
257
+
258
+ **BibTeX:**
259
+
260
+ ```bibtex
261
+ [More Information Needed]
262
+ ```