GabrielNing commited on
Commit
2a4b211
·
verified ·
1 Parent(s): f23c307

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +206 -0
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=GabrielNing/piper_pick_cube_resize_merged">
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
+ "joint_1.pos",
41
+ "joint_2.pos",
42
+ "joint_3.pos",
43
+ "joint_4.pos",
44
+ "joint_5.pos",
45
+ "joint_6.pos",
46
+ "gripper.pos"
47
+ ],
48
+ "shape": [
49
+ 7
50
+ ]
51
+ },
52
+ "observation.state": {
53
+ "dtype": "float32",
54
+ "names": [
55
+ "joint_1.pos",
56
+ "joint_2.pos",
57
+ "joint_3.pos",
58
+ "joint_4.pos",
59
+ "joint_5.pos",
60
+ "joint_6.pos",
61
+ "gripper.pos"
62
+ ],
63
+ "shape": [
64
+ 7
65
+ ]
66
+ },
67
+ "observation.images.cam_agent": {
68
+ "dtype": "video",
69
+ "shape": [
70
+ 360,
71
+ 640,
72
+ 3
73
+ ],
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channels"
78
+ ],
79
+ "info": {
80
+ "video.height": 360,
81
+ "video.width": 640,
82
+ "video.codec": "h264",
83
+ "video.pix_fmt": "yuv420p",
84
+ "video.is_depth_map": false,
85
+ "video.fps": 30,
86
+ "video.channels": 3,
87
+ "has_audio": false
88
+ }
89
+ },
90
+ "observation.images.cam_wrist": {
91
+ "dtype": "video",
92
+ "shape": [
93
+ 360,
94
+ 640,
95
+ 3
96
+ ],
97
+ "names": [
98
+ "height",
99
+ "width",
100
+ "channels"
101
+ ],
102
+ "info": {
103
+ "video.height": 360,
104
+ "video.width": 640,
105
+ "video.codec": "h264",
106
+ "video.pix_fmt": "yuv420p",
107
+ "video.is_depth_map": false,
108
+ "video.fps": 30,
109
+ "video.channels": 3,
110
+ "has_audio": false
111
+ }
112
+ },
113
+ "timestamp": {
114
+ "dtype": "float32",
115
+ "shape": [
116
+ 1
117
+ ],
118
+ "names": null
119
+ },
120
+ "frame_index": {
121
+ "dtype": "int64",
122
+ "shape": [
123
+ 1
124
+ ],
125
+ "names": null
126
+ },
127
+ "episode_index": {
128
+ "dtype": "int64",
129
+ "shape": [
130
+ 1
131
+ ],
132
+ "names": null
133
+ },
134
+ "index": {
135
+ "dtype": "int64",
136
+ "shape": [
137
+ 1
138
+ ],
139
+ "names": null
140
+ },
141
+ "task_index": {
142
+ "dtype": "int64",
143
+ "shape": [
144
+ 1
145
+ ],
146
+ "names": null
147
+ },
148
+ "language_persistent": {
149
+ "dtype": "language",
150
+ "shape": [
151
+ 1
152
+ ],
153
+ "names": null
154
+ },
155
+ "language_events": {
156
+ "dtype": "language",
157
+ "shape": [
158
+ 1
159
+ ],
160
+ "names": null
161
+ }
162
+ },
163
+ "total_episodes": 219,
164
+ "total_frames": 78748,
165
+ "total_tasks": 1,
166
+ "chunks_size": 1000,
167
+ "data_files_size_in_mb": 100,
168
+ "video_files_size_in_mb": 200,
169
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
170
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
171
+ "robot_type": "piper_follower",
172
+ "splits": {
173
+ "train": "0:219"
174
+ },
175
+ "tools": [
176
+ {
177
+ "type": "function",
178
+ "function": {
179
+ "name": "say",
180
+ "description": "Speak a short utterance to the user via the TTS executor.",
181
+ "parameters": {
182
+ "type": "object",
183
+ "properties": {
184
+ "text": {
185
+ "type": "string",
186
+ "description": "The verbatim text to speak."
187
+ }
188
+ },
189
+ "required": [
190
+ "text"
191
+ ]
192
+ }
193
+ }
194
+ }
195
+ ]
196
+ }
197
+ ```
198
+
199
+
200
+ ## Citation
201
+
202
+ **BibTeX:**
203
+
204
+ ```bibtex
205
+ [More Information Needed]
206
+ ```