cupnb commited on
Commit
749c900
·
verified ·
1 Parent(s): 3249d8c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +219 -0
README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=cupnb/ur10e_real_cube_all">
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
+ "names": [
40
+ "linear_x.vel",
41
+ "linear_y.vel",
42
+ "linear_z.vel",
43
+ "angular_x.vel",
44
+ "angular_y.vel",
45
+ "angular_z.vel",
46
+ "gripper.pos"
47
+ ],
48
+ "shape": [
49
+ 7
50
+ ]
51
+ },
52
+ "observation.state": {
53
+ "dtype": "float32",
54
+ "names": [
55
+ "shoulder_pan_joint.pos",
56
+ "shoulder_lift_joint.pos",
57
+ "elbow_joint.pos",
58
+ "wrist_1_joint.pos",
59
+ "wrist_2_joint.pos",
60
+ "wrist_3_joint.pos",
61
+ "robotiq_hande_left_finger_joint.pos",
62
+ "pose.x",
63
+ "pose.y",
64
+ "pose.z",
65
+ "pose.quat_x",
66
+ "pose.quat_y",
67
+ "pose.quat_z",
68
+ "pose.quat_w"
69
+ ],
70
+ "shape": [
71
+ 14
72
+ ]
73
+ },
74
+ "observation.images.camera1": {
75
+ "dtype": "video",
76
+ "shape": [
77
+ 1280,
78
+ 720,
79
+ 3
80
+ ],
81
+ "names": [
82
+ "height",
83
+ "width",
84
+ "channels"
85
+ ],
86
+ "info": {
87
+ "video.height": 1280,
88
+ "video.width": 720,
89
+ "video.codec": "av1",
90
+ "video.pix_fmt": "yuv420p",
91
+ "video.is_depth_map": false,
92
+ "video.fps": 30,
93
+ "video.channels": 3,
94
+ "has_audio": false,
95
+ "video.video_backend": "pyav",
96
+ "video.preset": null,
97
+ "video.extra_options": null,
98
+ "video.crf": null,
99
+ "video.fast_decode": null,
100
+ "video.g": null
101
+ }
102
+ },
103
+ "observation.images.camera2": {
104
+ "dtype": "video",
105
+ "shape": [
106
+ 720,
107
+ 1280,
108
+ 3
109
+ ],
110
+ "names": [
111
+ "height",
112
+ "width",
113
+ "channels"
114
+ ],
115
+ "info": {
116
+ "video.height": 720,
117
+ "video.width": 1280,
118
+ "video.codec": "av1",
119
+ "video.pix_fmt": "yuv420p",
120
+ "video.is_depth_map": false,
121
+ "video.fps": 30,
122
+ "video.channels": 3,
123
+ "has_audio": false,
124
+ "video.video_backend": "pyav",
125
+ "video.preset": null,
126
+ "video.extra_options": null,
127
+ "video.crf": null,
128
+ "video.fast_decode": null,
129
+ "video.g": null
130
+ }
131
+ },
132
+ "observation.images.camera3": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 720,
136
+ 1280,
137
+ 3
138
+ ],
139
+ "names": [
140
+ "height",
141
+ "width",
142
+ "channels"
143
+ ],
144
+ "info": {
145
+ "video.height": 720,
146
+ "video.width": 1280,
147
+ "video.codec": "av1",
148
+ "video.pix_fmt": "yuv420p",
149
+ "video.is_depth_map": false,
150
+ "video.fps": 30,
151
+ "video.channels": 3,
152
+ "has_audio": false,
153
+ "video.video_backend": "pyav",
154
+ "video.preset": null,
155
+ "video.extra_options": null,
156
+ "video.crf": null,
157
+ "video.fast_decode": null,
158
+ "video.g": null
159
+ }
160
+ },
161
+ "timestamp": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "frame_index": {
169
+ "dtype": "int64",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "episode_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "task_index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ }
196
+ },
197
+ "total_episodes": 349,
198
+ "total_frames": 325838,
199
+ "total_tasks": 4,
200
+ "chunks_size": 1000,
201
+ "data_files_size_in_mb": 100,
202
+ "video_files_size_in_mb": 200,
203
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
204
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
205
+ "robot_type": "ros2",
206
+ "splits": {
207
+ "train": "0:349"
208
+ }
209
+ }
210
+ ```
211
+
212
+
213
+ ## Citation
214
+
215
+ **BibTeX:**
216
+
217
+ ```bibtex
218
+ [More Information Needed]
219
+ ```