hamed-starpilot commited on
Commit
2354101
·
verified ·
1 Parent(s): 77d91ec

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +295 -0
README.md ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=nodogoro/freezer_filling">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "starpilot_yam_gripper",
36
+ "total_episodes": 1,
37
+ "total_frames": 1398,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {
44
+ "train": "0:1"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "arm1_x",
53
+ "arm1_y",
54
+ "arm1_z",
55
+ "arm1_rx",
56
+ "arm1_ry",
57
+ "arm1_rz",
58
+ "arm1_grip_width",
59
+ "arm2_x",
60
+ "arm2_y",
61
+ "arm2_z",
62
+ "arm2_rx",
63
+ "arm2_ry",
64
+ "arm2_rz",
65
+ "arm2_grip_width"
66
+ ],
67
+ "shape": [
68
+ 14
69
+ ]
70
+ },
71
+ "observation.state": {
72
+ "dtype": "float32",
73
+ "names": [
74
+ "arm1_enc_deg",
75
+ "arm1_imu_ax",
76
+ "arm1_imu_ay",
77
+ "arm1_imu_az",
78
+ "arm1_imu_gx",
79
+ "arm1_imu_gy",
80
+ "arm1_imu_gz",
81
+ "arm1_pose_x",
82
+ "arm1_pose_y",
83
+ "arm1_pose_z",
84
+ "arm1_pose_qx",
85
+ "arm1_pose_qy",
86
+ "arm1_pose_qz",
87
+ "arm1_pose_qw",
88
+ "arm1_gripper_open",
89
+ "arm1_gripper_distance_m",
90
+ "arm2_enc_deg",
91
+ "arm2_imu_ax",
92
+ "arm2_imu_ay",
93
+ "arm2_imu_az",
94
+ "arm2_imu_gx",
95
+ "arm2_imu_gy",
96
+ "arm2_imu_gz",
97
+ "arm2_pose_x",
98
+ "arm2_pose_y",
99
+ "arm2_pose_z",
100
+ "arm2_pose_qx",
101
+ "arm2_pose_qy",
102
+ "arm2_pose_qz",
103
+ "arm2_pose_qw",
104
+ "arm2_gripper_open",
105
+ "arm2_gripper_distance_m"
106
+ ],
107
+ "shape": [
108
+ 32
109
+ ]
110
+ },
111
+ "observation.images.realsense_rgb": {
112
+ "dtype": "video",
113
+ "shape": [
114
+ 480,
115
+ 848,
116
+ 3
117
+ ],
118
+ "names": [
119
+ "height",
120
+ "width",
121
+ "channels"
122
+ ],
123
+ "info": {
124
+ "video.height": 480,
125
+ "video.width": 848,
126
+ "video.codec": "h264",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "video.fps": 30,
130
+ "video.channels": 3,
131
+ "has_audio": false
132
+ }
133
+ },
134
+ "observation.images.realsense_rgb_depth": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 480,
138
+ 848,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ],
146
+ "info": {
147
+ "video.height": 480,
148
+ "video.width": 848,
149
+ "video.codec": "h264",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "video.fps": 30,
153
+ "video.channels": 3,
154
+ "has_audio": false
155
+ }
156
+ },
157
+ "observation.images.arm2_realsense_rgb": {
158
+ "dtype": "video",
159
+ "shape": [
160
+ 480,
161
+ 848,
162
+ 3
163
+ ],
164
+ "names": [
165
+ "height",
166
+ "width",
167
+ "channels"
168
+ ],
169
+ "info": {
170
+ "video.height": 480,
171
+ "video.width": 848,
172
+ "video.codec": "h264",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "video.fps": 30,
176
+ "video.channels": 3,
177
+ "has_audio": false
178
+ }
179
+ },
180
+ "observation.images.arm2_realsense_rgb_depth": {
181
+ "dtype": "video",
182
+ "shape": [
183
+ 480,
184
+ 848,
185
+ 3
186
+ ],
187
+ "names": [
188
+ "height",
189
+ "width",
190
+ "channels"
191
+ ],
192
+ "info": {
193
+ "video.height": 480,
194
+ "video.width": 848,
195
+ "video.codec": "h264",
196
+ "video.pix_fmt": "yuv420p",
197
+ "video.is_depth_map": false,
198
+ "video.fps": 30,
199
+ "video.channels": 3,
200
+ "has_audio": false
201
+ }
202
+ },
203
+ "observation.images.scene_rgb": {
204
+ "dtype": "video",
205
+ "shape": [
206
+ 1024,
207
+ 1024,
208
+ 3
209
+ ],
210
+ "names": [
211
+ "height",
212
+ "width",
213
+ "channels"
214
+ ],
215
+ "info": {
216
+ "video.height": 1024,
217
+ "video.width": 1024,
218
+ "video.codec": "h264",
219
+ "video.pix_fmt": "yuv420p",
220
+ "video.is_depth_map": false,
221
+ "video.fps": 30,
222
+ "video.channels": 3,
223
+ "has_audio": false
224
+ }
225
+ },
226
+ "observation.images.scene_rgb_2": {
227
+ "dtype": "video",
228
+ "shape": [
229
+ 1024,
230
+ 1024,
231
+ 3
232
+ ],
233
+ "names": [
234
+ "height",
235
+ "width",
236
+ "channels"
237
+ ],
238
+ "info": {
239
+ "video.height": 1024,
240
+ "video.width": 1024,
241
+ "video.codec": "h264",
242
+ "video.pix_fmt": "yuv420p",
243
+ "video.is_depth_map": false,
244
+ "video.fps": 30,
245
+ "video.channels": 3,
246
+ "has_audio": false
247
+ }
248
+ },
249
+ "timestamp": {
250
+ "dtype": "float32",
251
+ "shape": [
252
+ 1
253
+ ],
254
+ "names": null
255
+ },
256
+ "frame_index": {
257
+ "dtype": "int64",
258
+ "shape": [
259
+ 1
260
+ ],
261
+ "names": null
262
+ },
263
+ "episode_index": {
264
+ "dtype": "int64",
265
+ "shape": [
266
+ 1
267
+ ],
268
+ "names": null
269
+ },
270
+ "index": {
271
+ "dtype": "int64",
272
+ "shape": [
273
+ 1
274
+ ],
275
+ "names": null
276
+ },
277
+ "task_index": {
278
+ "dtype": "int64",
279
+ "shape": [
280
+ 1
281
+ ],
282
+ "names": null
283
+ }
284
+ }
285
+ }
286
+ ```
287
+
288
+
289
+ ## Citation
290
+
291
+ **BibTeX:**
292
+
293
+ ```bibtex
294
+ [More Information Needed]
295
+ ```