ykorkmaz commited on
Commit
765d136
·
verified ·
1 Parent(s): f8e2333

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +272 -0
README.md ADDED
@@ -0,0 +1,272 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - tutorial
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+ ## Dataset Description
16
+
17
+
18
+
19
+ - **Homepage:** [More Information Needed]
20
+ - **Paper:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "trossen_subversion": "v1.0",
30
+ "robot_type": "trossen_ai_stationary",
31
+ "total_episodes": 1,
32
+ "total_frames": 595,
33
+ "total_tasks": 1,
34
+ "total_videos": 6,
35
+ "total_chunks": 1,
36
+ "chunks_size": 1000,
37
+ "fps": 30,
38
+ "splits": {
39
+ "train": "0:1"
40
+ },
41
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
42
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
43
+ "features": {
44
+ "action": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 14
48
+ ],
49
+ "names": [
50
+ "left_joint_0",
51
+ "left_joint_1",
52
+ "left_joint_2",
53
+ "left_joint_3",
54
+ "left_joint_4",
55
+ "left_joint_5",
56
+ "left_joint_6",
57
+ "right_joint_0",
58
+ "right_joint_1",
59
+ "right_joint_2",
60
+ "right_joint_3",
61
+ "right_joint_4",
62
+ "right_joint_5",
63
+ "right_joint_6"
64
+ ]
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 14
70
+ ],
71
+ "names": [
72
+ "left_joint_0",
73
+ "left_joint_1",
74
+ "left_joint_2",
75
+ "left_joint_3",
76
+ "left_joint_4",
77
+ "left_joint_5",
78
+ "left_joint_6",
79
+ "right_joint_0",
80
+ "right_joint_1",
81
+ "right_joint_2",
82
+ "right_joint_3",
83
+ "right_joint_4",
84
+ "right_joint_5",
85
+ "right_joint_6"
86
+ ]
87
+ },
88
+ "observation.images.cam_high": {
89
+ "dtype": "video",
90
+ "shape": [
91
+ 480,
92
+ 640,
93
+ 3
94
+ ],
95
+ "names": [
96
+ "height",
97
+ "width",
98
+ "channels"
99
+ ],
100
+ "info": {
101
+ "video.fps": 30.0,
102
+ "video.height": 480,
103
+ "video.width": 640,
104
+ "video.channels": 3,
105
+ "video.codec": "av1",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "has_audio": false
109
+ }
110
+ },
111
+ "observation.images.cam_high_depth": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 480,
115
+ 640,
116
+ 1
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "depth"
122
+ ],
123
+ "info": {
124
+ "video.fps": 30.0,
125
+ "video.height": 480,
126
+ "video.width": 640,
127
+ "video.channels": 3,
128
+ "video.codec": "av1",
129
+ "video.pix_fmt": "yuv420p",
130
+ "video.is_depth_map": false,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.cam_low": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 480,
138
+ 640,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ],
146
+ "info": {
147
+ "video.fps": 30.0,
148
+ "video.height": 480,
149
+ "video.width": 640,
150
+ "video.channels": 3,
151
+ "video.codec": "av1",
152
+ "video.pix_fmt": "yuv420p",
153
+ "video.is_depth_map": false,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.cam_low_depth": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 480,
161
+ 640,
162
+ 1
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "depth"
168
+ ],
169
+ "info": {
170
+ "video.fps": 30.0,
171
+ "video.height": 480,
172
+ "video.width": 640,
173
+ "video.channels": 3,
174
+ "video.codec": "av1",
175
+ "video.pix_fmt": "yuv420p",
176
+ "video.is_depth_map": false,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "observation.images.cam_left_wrist": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 480,
184
+ 640,
185
+ 3
186
+ ],
187
+ "names": [
188
+ "height",
189
+ "width",
190
+ "channels"
191
+ ],
192
+ "info": {
193
+ "video.fps": 30.0,
194
+ "video.height": 480,
195
+ "video.width": 640,
196
+ "video.channels": 3,
197
+ "video.codec": "av1",
198
+ "video.pix_fmt": "yuv420p",
199
+ "video.is_depth_map": false,
200
+ "has_audio": false
201
+ }
202
+ },
203
+ "observation.images.cam_right_wrist": {
204
+ "dtype": "video",
205
+ "shape": [
206
+ 480,
207
+ 640,
208
+ 3
209
+ ],
210
+ "names": [
211
+ "height",
212
+ "width",
213
+ "channels"
214
+ ],
215
+ "info": {
216
+ "video.fps": 30.0,
217
+ "video.height": 480,
218
+ "video.width": 640,
219
+ "video.channels": 3,
220
+ "video.codec": "av1",
221
+ "video.pix_fmt": "yuv420p",
222
+ "video.is_depth_map": false,
223
+ "has_audio": false
224
+ }
225
+ },
226
+ "timestamp": {
227
+ "dtype": "float32",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ },
233
+ "frame_index": {
234
+ "dtype": "int64",
235
+ "shape": [
236
+ 1
237
+ ],
238
+ "names": null
239
+ },
240
+ "episode_index": {
241
+ "dtype": "int64",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": null
246
+ },
247
+ "index": {
248
+ "dtype": "int64",
249
+ "shape": [
250
+ 1
251
+ ],
252
+ "names": null
253
+ },
254
+ "task_index": {
255
+ "dtype": "int64",
256
+ "shape": [
257
+ 1
258
+ ],
259
+ "names": null
260
+ }
261
+ }
262
+ }
263
+ ```
264
+
265
+
266
+ ## Citation
267
+
268
+ **BibTeX:**
269
+
270
+ ```bibtex
271
+ [More Information Needed]
272
+ ```