12e21 commited on
Commit
ba89d58
·
verified ·
1 Parent(s): b06b966

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +231 -0
README.md ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.1",
28
+ "robot_type": "bi_piper",
29
+ "total_episodes": 2,
30
+ "total_frames": 1258,
31
+ "total_tasks": 1,
32
+ "total_videos": 6,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:2"
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_joint_1.pos",
49
+ "left_joint_2.pos",
50
+ "left_joint_3.pos",
51
+ "left_joint_4.pos",
52
+ "left_joint_5.pos",
53
+ "left_joint_6.pos",
54
+ "left_joint_7.pos",
55
+ "right_joint_1.pos",
56
+ "right_joint_2.pos",
57
+ "right_joint_3.pos",
58
+ "right_joint_4.pos",
59
+ "right_joint_5.pos",
60
+ "right_joint_6.pos",
61
+ "right_joint_7.pos"
62
+ ]
63
+ },
64
+ "observation.state": {
65
+ "dtype": "float32",
66
+ "shape": [
67
+ 14
68
+ ],
69
+ "names": [
70
+ "left_joint_1.pos",
71
+ "left_joint_2.pos",
72
+ "left_joint_3.pos",
73
+ "left_joint_4.pos",
74
+ "left_joint_5.pos",
75
+ "left_joint_6.pos",
76
+ "left_joint_7.pos",
77
+ "right_joint_1.pos",
78
+ "right_joint_2.pos",
79
+ "right_joint_3.pos",
80
+ "right_joint_4.pos",
81
+ "right_joint_5.pos",
82
+ "right_joint_6.pos",
83
+ "right_joint_7.pos"
84
+ ]
85
+ },
86
+ "observation.images.left_wrist": {
87
+ "dtype": "video",
88
+ "shape": [
89
+ 480,
90
+ 640,
91
+ 3
92
+ ],
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "channels"
97
+ ],
98
+ "video_info": {
99
+ "video.height": 480,
100
+ "video.width": 640,
101
+ "video.codec": "av1",
102
+ "video.pix_fmt": "yuv420p",
103
+ "video.is_depth_map": false,
104
+ "video.fps": 30.0,
105
+ "video.channels": 3,
106
+ "has_audio": false
107
+ },
108
+ "info": {
109
+ "video.height": 480,
110
+ "video.width": 640,
111
+ "video.codec": "av1",
112
+ "video.pix_fmt": "yuv420p",
113
+ "video.is_depth_map": false,
114
+ "video.fps": 30,
115
+ "video.channels": 3,
116
+ "has_audio": false
117
+ }
118
+ },
119
+ "observation.images.mid": {
120
+ "dtype": "video",
121
+ "shape": [
122
+ 480,
123
+ 640,
124
+ 3
125
+ ],
126
+ "names": [
127
+ "height",
128
+ "width",
129
+ "channels"
130
+ ],
131
+ "video_info": {
132
+ "video.height": 480,
133
+ "video.width": 640,
134
+ "video.codec": "av1",
135
+ "video.pix_fmt": "yuv420p",
136
+ "video.is_depth_map": false,
137
+ "video.fps": 30.0,
138
+ "video.channels": 3,
139
+ "has_audio": false
140
+ },
141
+ "info": {
142
+ "video.height": 480,
143
+ "video.width": 640,
144
+ "video.codec": "av1",
145
+ "video.pix_fmt": "yuv420p",
146
+ "video.is_depth_map": false,
147
+ "video.fps": 30,
148
+ "video.channels": 3,
149
+ "has_audio": false
150
+ }
151
+ },
152
+ "observation.images.right_wrist": {
153
+ "dtype": "video",
154
+ "shape": [
155
+ 480,
156
+ 640,
157
+ 3
158
+ ],
159
+ "names": [
160
+ "height",
161
+ "width",
162
+ "channels"
163
+ ],
164
+ "video_info": {
165
+ "video.height": 480,
166
+ "video.width": 640,
167
+ "video.codec": "av1",
168
+ "video.pix_fmt": "yuv420p",
169
+ "video.is_depth_map": false,
170
+ "video.fps": 30.0,
171
+ "video.channels": 3,
172
+ "has_audio": false
173
+ },
174
+ "info": {
175
+ "video.height": 480,
176
+ "video.width": 640,
177
+ "video.codec": "av1",
178
+ "video.pix_fmt": "yuv420p",
179
+ "video.is_depth_map": false,
180
+ "video.fps": 30,
181
+ "video.channels": 3,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "timestamp": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "frame_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "episode_index": {
200
+ "dtype": "int64",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ },
206
+ "index": {
207
+ "dtype": "int64",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "names": null
212
+ },
213
+ "task_index": {
214
+ "dtype": "int64",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": null
219
+ }
220
+ }
221
+ }
222
+ ```
223
+
224
+
225
+ ## Citation
226
+
227
+ **BibTeX:**
228
+
229
+ ```bibtex
230
+ [More Information Needed]
231
+ ```