fabian-bunbury commited on
Commit
edae8e3
·
verified ·
1 Parent(s): d91761e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +224 -0
README.md ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.0",
28
+ "robot_type": "piper_bimanual",
29
+ "total_episodes": 14,
30
+ "total_frames": 10014,
31
+ "total_tasks": 1,
32
+ "total_videos": 56,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:14"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "action": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 14
46
+ ],
47
+ "names": [
48
+ "left_waist",
49
+ "left_shoulder",
50
+ "left_elbow",
51
+ "left_forearm_roll",
52
+ "left_wrist_angle",
53
+ "left_wrist_rotate",
54
+ "left_gripper",
55
+ "right_waist",
56
+ "right_shoulder",
57
+ "right_elbow",
58
+ "right_forearm_roll",
59
+ "right_wrist_angle",
60
+ "right_wrist_rotate",
61
+ "right_gripper"
62
+ ]
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 14
68
+ ],
69
+ "names": [
70
+ "left_waist",
71
+ "left_shoulder",
72
+ "left_elbow",
73
+ "left_forearm_roll",
74
+ "left_wrist_angle",
75
+ "left_wrist_rotate",
76
+ "left_gripper",
77
+ "right_waist",
78
+ "right_shoulder",
79
+ "right_elbow",
80
+ "right_forearm_roll",
81
+ "right_wrist_angle",
82
+ "right_wrist_rotate",
83
+ "right_gripper"
84
+ ]
85
+ },
86
+ "observation.images.cam_high": {
87
+ "dtype": "video",
88
+ "shape": [
89
+ 480,
90
+ 640,
91
+ 3
92
+ ],
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "channels"
97
+ ],
98
+ "info": {
99
+ "video.fps": 30.0,
100
+ "video.height": 480,
101
+ "video.width": 640,
102
+ "video.channels": 3,
103
+ "video.codec": "h264",
104
+ "video.pix_fmt": "yuv420p",
105
+ "video.is_depth_map": false,
106
+ "has_audio": false
107
+ }
108
+ },
109
+ "observation.images.cam_low": {
110
+ "dtype": "video",
111
+ "shape": [
112
+ 480,
113
+ 640,
114
+ 3
115
+ ],
116
+ "names": [
117
+ "height",
118
+ "width",
119
+ "channels"
120
+ ],
121
+ "info": {
122
+ "video.fps": 30.0,
123
+ "video.height": 480,
124
+ "video.width": 640,
125
+ "video.channels": 3,
126
+ "video.codec": "h264",
127
+ "video.pix_fmt": "yuv420p",
128
+ "video.is_depth_map": false,
129
+ "has_audio": false
130
+ }
131
+ },
132
+ "observation.images.cam_left_wrist": {
133
+ "dtype": "video",
134
+ "shape": [
135
+ 480,
136
+ 640,
137
+ 3
138
+ ],
139
+ "names": [
140
+ "height",
141
+ "width",
142
+ "channels"
143
+ ],
144
+ "info": {
145
+ "video.fps": 30.0,
146
+ "video.height": 480,
147
+ "video.width": 640,
148
+ "video.channels": 3,
149
+ "video.codec": "h264",
150
+ "video.pix_fmt": "yuv420p",
151
+ "video.is_depth_map": false,
152
+ "has_audio": false
153
+ }
154
+ },
155
+ "observation.images.cam_right_wrist": {
156
+ "dtype": "video",
157
+ "shape": [
158
+ 480,
159
+ 640,
160
+ 3
161
+ ],
162
+ "names": [
163
+ "height",
164
+ "width",
165
+ "channels"
166
+ ],
167
+ "info": {
168
+ "video.fps": 30.0,
169
+ "video.height": 480,
170
+ "video.width": 640,
171
+ "video.channels": 3,
172
+ "video.codec": "h264",
173
+ "video.pix_fmt": "yuv420p",
174
+ "video.is_depth_map": false,
175
+ "has_audio": false
176
+ }
177
+ },
178
+ "timestamp": {
179
+ "dtype": "float32",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "frame_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "episode_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "index": {
200
+ "dtype": "int64",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ },
206
+ "task_index": {
207
+ "dtype": "int64",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "names": null
212
+ }
213
+ }
214
+ }
215
+ ```
216
+
217
+
218
+ ## Citation
219
+
220
+ **BibTeX:**
221
+
222
+ ```bibtex
223
+ [More Information Needed]
224
+ ```