naavox commited on
Commit
2fe5ee2
·
verified ·
1 Parent(s): 3310842

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +232 -0
README.md ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/move_clutter_camera_goal">
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": 49,
37
+ "total_frames": 34693,
38
+ "total_tasks": 2,
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:49"
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
+ 12
53
+ ],
54
+ "names": [
55
+ "goal_gripper_cam_x",
56
+ "goal_gripper_cam_y",
57
+ "goal_gripper_cam_z",
58
+ "goal_anchor_0_x",
59
+ "goal_anchor_0_y",
60
+ "goal_anchor_0_z",
61
+ "goal_anchor_1_x",
62
+ "goal_anchor_1_y",
63
+ "goal_anchor_1_z",
64
+ "wrist_offset",
65
+ "finger_speed",
66
+ "episode_end"
67
+ ]
68
+ },
69
+ "observation.state": {
70
+ "dtype": "float32",
71
+ "shape": [
72
+ 20
73
+ ],
74
+ "names": [
75
+ "vel_x",
76
+ "vel_y",
77
+ "vel_z",
78
+ "wrist_speed",
79
+ "finger_speed",
80
+ "gripper_pos_x",
81
+ "gripper_pos_y",
82
+ "gripper_pos_z",
83
+ "spin",
84
+ "finger_angle",
85
+ "laser_rangefinder",
86
+ "finger_pressure",
87
+ "wrist_angle",
88
+ "target_force",
89
+ "hamper_bearing",
90
+ "hamper_distance",
91
+ "toybox_bearing",
92
+ "toybox_distance",
93
+ "trashcan_bearing",
94
+ "trashcan_distance"
95
+ ]
96
+ },
97
+ "observation.images.gripper_camera": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 224,
101
+ 224,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "info": {
110
+ "video.height": 224,
111
+ "video.width": 224,
112
+ "video.codec": "av1",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 30,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.anchor_camera_0": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 224,
124
+ 224,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channels"
131
+ ],
132
+ "info": {
133
+ "video.height": 224,
134
+ "video.width": 224,
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.anchor_camera_1": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 224,
147
+ 224,
148
+ 3
149
+ ],
150
+ "names": [
151
+ "height",
152
+ "width",
153
+ "channels"
154
+ ],
155
+ "info": {
156
+ "video.height": 224,
157
+ "video.width": 224,
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
+ "timestamp": {
167
+ "dtype": "float32",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "frame_index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "episode_index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "task_index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "anchor_poses": {
202
+ "dtype": "float32",
203
+ "shape": [
204
+ 12
205
+ ],
206
+ "names": [
207
+ "anchor_0_rx",
208
+ "anchor_0_ry",
209
+ "anchor_0_rz",
210
+ "anchor_0_x",
211
+ "anchor_0_y",
212
+ "anchor_0_z",
213
+ "anchor_1_rx",
214
+ "anchor_1_ry",
215
+ "anchor_1_rz",
216
+ "anchor_1_x",
217
+ "anchor_1_y",
218
+ "anchor_1_z"
219
+ ]
220
+ }
221
+ }
222
+ }
223
+ ```
224
+
225
+
226
+ ## Citation
227
+
228
+ **BibTeX:**
229
+
230
+ ```bibtex
231
+ [More Information Needed]
232
+ ```