naavox commited on
Commit
70dd612
·
verified ·
1 Parent(s): 83f8592

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +228 -0
README.md ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/full_featured_256">
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
+ 5
41
+ ],
42
+ "names": [
43
+ "vel_x",
44
+ "vel_y",
45
+ "vel_z",
46
+ "wrist_speed",
47
+ "finger_speed"
48
+ ]
49
+ },
50
+ "observation.state": {
51
+ "dtype": "float32",
52
+ "shape": [
53
+ 43
54
+ ],
55
+ "names": [
56
+ "vel_x",
57
+ "vel_y",
58
+ "vel_z",
59
+ "wrist_speed",
60
+ "finger_speed",
61
+ "gripper_pos_x",
62
+ "gripper_pos_y",
63
+ "gripper_pos_z",
64
+ "gripper_rot_0",
65
+ "gripper_rot_1",
66
+ "gripper_rot_2",
67
+ "gripper_rot_3",
68
+ "gripper_rot_4",
69
+ "gripper_rot_5",
70
+ "finger_angle",
71
+ "laser_rangefinder",
72
+ "finger_pressure",
73
+ "wrist_angle",
74
+ "target_force",
75
+ "hamper_bearing",
76
+ "hamper_distance",
77
+ "toybox_bearing",
78
+ "toybox_distance",
79
+ "trashcan_bearing",
80
+ "trashcan_distance",
81
+ "gamepad_bearing",
82
+ "gamepad_distance",
83
+ "parking_location_bearing",
84
+ "parking_location_distance",
85
+ "swing_cancellation_on",
86
+ "tension_0",
87
+ "tension_1",
88
+ "tension_2",
89
+ "tension_3",
90
+ "gantry_position_x",
91
+ "gantry_position_y",
92
+ "gantry_position_z",
93
+ "visual_pos_x",
94
+ "visual_pos_y",
95
+ "visual_pos_z",
96
+ "hang_pos_x",
97
+ "hang_pos_y",
98
+ "hang_pos_z"
99
+ ]
100
+ },
101
+ "observation.images.gripper_camera": {
102
+ "dtype": "video",
103
+ "shape": [
104
+ 384,
105
+ 256,
106
+ 256
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.anchor_camera_1": {
125
+ "dtype": "video",
126
+ "shape": [
127
+ 544,
128
+ 256,
129
+ 256
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.anchor_camera_2": {
148
+ "dtype": "video",
149
+ "shape": [
150
+ 544,
151
+ 256,
152
+ 256
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
+ "timestamp": {
171
+ "dtype": "float32",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "frame_index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "episode_index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ },
191
+ "index": {
192
+ "dtype": "int64",
193
+ "shape": [
194
+ 1
195
+ ],
196
+ "names": null
197
+ },
198
+ "task_index": {
199
+ "dtype": "int64",
200
+ "shape": [
201
+ 1
202
+ ],
203
+ "names": null
204
+ }
205
+ },
206
+ "total_episodes": 68,
207
+ "total_frames": 75257,
208
+ "total_tasks": 26,
209
+ "chunks_size": 1000,
210
+ "data_files_size_in_mb": 100,
211
+ "video_files_size_in_mb": 200,
212
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
213
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
214
+ "robot_type": "stringman",
215
+ "splits": {
216
+ "train": "0:68"
217
+ }
218
+ }
219
+ ```
220
+
221
+
222
+ ## Citation
223
+
224
+ **BibTeX:**
225
+
226
+ ```bibtex
227
+ [More Information Needed]
228
+ ```