naavox commited on
Commit
74734dd
·
verified ·
1 Parent(s): 975242d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +218 -0
README.md ADDED
@@ -0,0 +1,218 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_square">
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": 801,
37
+ "total_frames": 474558,
38
+ "total_tasks": 18,
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:801"
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
+ 384,
125
+ 3
126
+ ],
127
+ "names": [
128
+ "height",
129
+ "width",
130
+ "channels"
131
+ ],
132
+ "info": {
133
+ "video.height": 384,
134
+ "video.width": 384,
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
+ "video.g": 2,
142
+ "video.crf": 30,
143
+ "video.preset": 12,
144
+ "video.fast_decode": 0,
145
+ "video.video_backend": "pyav",
146
+ "video.extra_options": {}
147
+ }
148
+ },
149
+ "observation.images.overhead_camera": {
150
+ "dtype": "video",
151
+ "shape": [
152
+ 384,
153
+ 384,
154
+ 3
155
+ ],
156
+ "names": [
157
+ "height",
158
+ "width",
159
+ "channels"
160
+ ],
161
+ "info": {
162
+ "video.height": 384,
163
+ "video.width": 384,
164
+ "video.codec": "av1",
165
+ "video.pix_fmt": "yuv420p",
166
+ "video.is_depth_map": false,
167
+ "video.fps": 30,
168
+ "video.channels": 3,
169
+ "has_audio": false
170
+ }
171
+ },
172
+ "timestamp": {
173
+ "dtype": "float32",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "frame_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "episode_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "task_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ }
207
+ }
208
+ }
209
+ ```
210
+
211
+
212
+ ## Citation
213
+
214
+ **BibTeX:**
215
+
216
+ ```bibtex
217
+ [More Information Needed]
218
+ ```