NANA YAW OWUSU OFORI-AMPOFO commited on
Commit
64b69bb
·
verified ·
1 Parent(s): 5219e00

Upload README.md with huggingface_hub

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