naavox commited on
Commit
4a7f90c
·
verified ·
1 Parent(s): b1110c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +258 -0
README.md ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/test_dataset_5">
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": "stringman",
36
+ "total_episodes": 1,
37
+ "total_frames": 124,
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
+ "shape": [
52
+ 11
53
+ ],
54
+ "names": [
55
+ "vel_x",
56
+ "vel_y",
57
+ "vel_z",
58
+ "room_vel_x",
59
+ "room_vel_y",
60
+ "wrist_speed",
61
+ "finger_speed",
62
+ "contact_vec_x",
63
+ "contact_vec_y",
64
+ "contact_vec_z",
65
+ "episode_end"
66
+ ]
67
+ },
68
+ "observation.state": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 44
72
+ ],
73
+ "names": [
74
+ "vel_x",
75
+ "vel_y",
76
+ "vel_z",
77
+ "wrist_speed",
78
+ "finger_speed",
79
+ "gripper_pos_x",
80
+ "gripper_pos_y",
81
+ "gripper_pos_z",
82
+ "gripper_rot_0",
83
+ "gripper_rot_1",
84
+ "gripper_rot_2",
85
+ "gripper_rot_3",
86
+ "gripper_rot_4",
87
+ "gripper_rot_5",
88
+ "spin",
89
+ "finger_angle",
90
+ "laser_rangefinder",
91
+ "finger_pressure",
92
+ "wrist_angle",
93
+ "target_force",
94
+ "hamper_bearing",
95
+ "hamper_distance",
96
+ "toybox_bearing",
97
+ "toybox_distance",
98
+ "trashcan_bearing",
99
+ "trashcan_distance",
100
+ "gamepad_bearing",
101
+ "gamepad_distance",
102
+ "parking_location_bearing",
103
+ "parking_location_distance",
104
+ "swing_cancellation_on",
105
+ "tension_0",
106
+ "tension_1",
107
+ "tension_2",
108
+ "tension_3",
109
+ "gantry_position_x",
110
+ "gantry_position_y",
111
+ "gantry_position_z",
112
+ "visual_pos_x",
113
+ "visual_pos_y",
114
+ "visual_pos_z",
115
+ "hang_pos_x",
116
+ "hang_pos_y",
117
+ "hang_pos_z"
118
+ ]
119
+ },
120
+ "observation.images.gripper_camera": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 384,
124
+ 684,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channels"
131
+ ],
132
+ "info": {
133
+ "video.height": 384,
134
+ "video.width": 684,
135
+ "video.codec": "av1",
136
+ "video.pix_fmt": "yuv420p",
137
+ "video.is_depth_map": false,
138
+ "video.fps": 30,
139
+ "video.channels": 3,
140
+ "has_audio": false
141
+ }
142
+ },
143
+ "observation.images.overhead_camera": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 512,
147
+ 512,
148
+ 3
149
+ ],
150
+ "names": [
151
+ "height",
152
+ "width",
153
+ "channels"
154
+ ],
155
+ "info": {
156
+ "video.height": 512,
157
+ "video.width": 512,
158
+ "video.codec": "av1",
159
+ "video.pix_fmt": "yuv420p",
160
+ "video.is_depth_map": false,
161
+ "video.fps": 30,
162
+ "video.channels": 3,
163
+ "has_audio": false
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
+ "video.height": 544,
180
+ "video.width": 960,
181
+ "video.codec": "av1",
182
+ "video.pix_fmt": "yuv420p",
183
+ "video.is_depth_map": false,
184
+ "video.fps": 30,
185
+ "video.channels": 3,
186
+ "has_audio": false
187
+ }
188
+ },
189
+ "observation.images.anchor_camera_1": {
190
+ "dtype": "video",
191
+ "shape": [
192
+ 544,
193
+ 960,
194
+ 3
195
+ ],
196
+ "names": [
197
+ "height",
198
+ "width",
199
+ "channels"
200
+ ],
201
+ "info": {
202
+ "video.height": 544,
203
+ "video.width": 960,
204
+ "video.codec": "av1",
205
+ "video.pix_fmt": "yuv420p",
206
+ "video.is_depth_map": false,
207
+ "video.fps": 30,
208
+ "video.channels": 3,
209
+ "has_audio": false
210
+ }
211
+ },
212
+ "timestamp": {
213
+ "dtype": "float32",
214
+ "shape": [
215
+ 1
216
+ ],
217
+ "names": null
218
+ },
219
+ "frame_index": {
220
+ "dtype": "int64",
221
+ "shape": [
222
+ 1
223
+ ],
224
+ "names": null
225
+ },
226
+ "episode_index": {
227
+ "dtype": "int64",
228
+ "shape": [
229
+ 1
230
+ ],
231
+ "names": null
232
+ },
233
+ "index": {
234
+ "dtype": "int64",
235
+ "shape": [
236
+ 1
237
+ ],
238
+ "names": null
239
+ },
240
+ "task_index": {
241
+ "dtype": "int64",
242
+ "shape": [
243
+ 1
244
+ ],
245
+ "names": null
246
+ }
247
+ }
248
+ }
249
+ ```
250
+
251
+
252
+ ## Citation
253
+
254
+ **BibTeX:**
255
+
256
+ ```bibtex
257
+ [More Information Needed]
258
+ ```