naavox commited on
Commit
6ed0c1b
·
verified ·
1 Parent(s): 6b8449d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +302 -0
README.md ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=naavox/negatives">
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
+ "fps": 30,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 11
41
+ ],
42
+ "names": [
43
+ "vel_x",
44
+ "vel_y",
45
+ "vel_z",
46
+ "room_vel_x",
47
+ "room_vel_y",
48
+ "wrist_speed",
49
+ "finger_speed",
50
+ "contact_vec_x",
51
+ "contact_vec_y",
52
+ "contact_vec_z",
53
+ "episode_end"
54
+ ]
55
+ },
56
+ "observation.state": {
57
+ "dtype": "float32",
58
+ "shape": [
59
+ 44
60
+ ],
61
+ "names": [
62
+ "vel_x",
63
+ "vel_y",
64
+ "vel_z",
65
+ "wrist_speed",
66
+ "finger_speed",
67
+ "gripper_pos_x",
68
+ "gripper_pos_y",
69
+ "gripper_pos_z",
70
+ "gripper_rot_0",
71
+ "gripper_rot_1",
72
+ "gripper_rot_2",
73
+ "gripper_rot_3",
74
+ "gripper_rot_4",
75
+ "gripper_rot_5",
76
+ "spin",
77
+ "finger_angle",
78
+ "laser_rangefinder",
79
+ "finger_pressure",
80
+ "wrist_angle",
81
+ "target_force",
82
+ "hamper_bearing",
83
+ "hamper_distance",
84
+ "toybox_bearing",
85
+ "toybox_distance",
86
+ "trashcan_bearing",
87
+ "trashcan_distance",
88
+ "gamepad_bearing",
89
+ "gamepad_distance",
90
+ "parking_location_bearing",
91
+ "parking_location_distance",
92
+ "swing_cancellation_on",
93
+ "tension_0",
94
+ "tension_1",
95
+ "tension_2",
96
+ "tension_3",
97
+ "gantry_position_x",
98
+ "gantry_position_y",
99
+ "gantry_position_z",
100
+ "visual_pos_x",
101
+ "visual_pos_y",
102
+ "visual_pos_z",
103
+ "hang_pos_x",
104
+ "hang_pos_y",
105
+ "hang_pos_z"
106
+ ]
107
+ },
108
+ "observation.images.gripper_camera": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 384,
112
+ 684,
113
+ 3
114
+ ],
115
+ "names": [
116
+ "height",
117
+ "width",
118
+ "channels"
119
+ ],
120
+ "info": {
121
+ "is_depth_map": false,
122
+ "video.height": 384,
123
+ "video.width": 684,
124
+ "video.codec": "av1",
125
+ "video.pix_fmt": "yuv420p",
126
+ "video.fps": 30,
127
+ "video.channels": 3,
128
+ "has_audio": false,
129
+ "video.g": 2,
130
+ "video.crf": 30,
131
+ "video.preset": 12,
132
+ "video.fast_decode": 0,
133
+ "video.video_backend": "pyav",
134
+ "video.extra_options": {}
135
+ }
136
+ },
137
+ "observation.images.overhead_camera": {
138
+ "dtype": "video",
139
+ "shape": [
140
+ 512,
141
+ 512,
142
+ 3
143
+ ],
144
+ "names": [
145
+ "height",
146
+ "width",
147
+ "channels"
148
+ ],
149
+ "info": {
150
+ "is_depth_map": false,
151
+ "video.height": 512,
152
+ "video.width": 512,
153
+ "video.codec": "av1",
154
+ "video.pix_fmt": "yuv420p",
155
+ "video.fps": 30,
156
+ "video.channels": 3,
157
+ "has_audio": false,
158
+ "video.g": 2,
159
+ "video.crf": 30,
160
+ "video.preset": 12,
161
+ "video.fast_decode": 0,
162
+ "video.video_backend": "pyav",
163
+ "video.extra_options": {}
164
+ }
165
+ },
166
+ "observation.images.anchor_camera_0": {
167
+ "dtype": "video",
168
+ "shape": [
169
+ 544,
170
+ 960,
171
+ 3
172
+ ],
173
+ "names": [
174
+ "height",
175
+ "width",
176
+ "channels"
177
+ ],
178
+ "info": {
179
+ "is_depth_map": false,
180
+ "video.height": 544,
181
+ "video.width": 960,
182
+ "video.codec": "av1",
183
+ "video.pix_fmt": "yuv420p",
184
+ "video.fps": 30,
185
+ "video.channels": 3,
186
+ "has_audio": false,
187
+ "video.g": 2,
188
+ "video.crf": 30,
189
+ "video.preset": 12,
190
+ "video.fast_decode": 0,
191
+ "video.video_backend": "pyav",
192
+ "video.extra_options": {}
193
+ }
194
+ },
195
+ "observation.images.anchor_camera_1": {
196
+ "dtype": "video",
197
+ "shape": [
198
+ 544,
199
+ 960,
200
+ 3
201
+ ],
202
+ "names": [
203
+ "height",
204
+ "width",
205
+ "channels"
206
+ ],
207
+ "info": {
208
+ "is_depth_map": false,
209
+ "video.height": 544,
210
+ "video.width": 960,
211
+ "video.codec": "av1",
212
+ "video.pix_fmt": "yuv420p",
213
+ "video.fps": 30,
214
+ "video.channels": 3,
215
+ "has_audio": false,
216
+ "video.g": 2,
217
+ "video.crf": 30,
218
+ "video.preset": 12,
219
+ "video.fast_decode": 0,
220
+ "video.video_backend": "pyav",
221
+ "video.extra_options": {}
222
+ }
223
+ },
224
+ "anchor_poses": {
225
+ "dtype": "float32",
226
+ "shape": [
227
+ 12
228
+ ],
229
+ "names": [
230
+ "anchor_0_rx",
231
+ "anchor_0_ry",
232
+ "anchor_0_rz",
233
+ "anchor_0_x",
234
+ "anchor_0_y",
235
+ "anchor_0_z",
236
+ "anchor_1_rx",
237
+ "anchor_1_ry",
238
+ "anchor_1_rz",
239
+ "anchor_1_x",
240
+ "anchor_1_y",
241
+ "anchor_1_z"
242
+ ]
243
+ },
244
+ "timestamp": {
245
+ "dtype": "float32",
246
+ "shape": [
247
+ 1
248
+ ],
249
+ "names": null
250
+ },
251
+ "frame_index": {
252
+ "dtype": "int64",
253
+ "shape": [
254
+ 1
255
+ ],
256
+ "names": null
257
+ },
258
+ "episode_index": {
259
+ "dtype": "int64",
260
+ "shape": [
261
+ 1
262
+ ],
263
+ "names": null
264
+ },
265
+ "index": {
266
+ "dtype": "int64",
267
+ "shape": [
268
+ 1
269
+ ],
270
+ "names": null
271
+ },
272
+ "task_index": {
273
+ "dtype": "int64",
274
+ "shape": [
275
+ 1
276
+ ],
277
+ "names": null
278
+ }
279
+ },
280
+ "total_episodes": 1,
281
+ "total_frames": 3239,
282
+ "total_tasks": 1,
283
+ "chunks_size": 1000,
284
+ "data_files_size_in_mb": 100,
285
+ "video_files_size_in_mb": 200,
286
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
287
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
288
+ "robot_type": "stringman",
289
+ "splits": {
290
+ "train": "0:1"
291
+ }
292
+ }
293
+ ```
294
+
295
+
296
+ ## Citation
297
+
298
+ **BibTeX:**
299
+
300
+ ```bibtex
301
+ [More Information Needed]
302
+ ```