shantanu-tr commited on
Commit
8c2c018
·
verified ·
1 Parent(s): 5988c73

Upload README.md with huggingface_hub

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