Lebruhbruh commited on
Commit
91eaeae
·
verified ·
1 Parent(s): ffecd28

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
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Lebruhbruh/charging_bimanual_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
+ "left_joint_0.pos",
41
+ "left_joint_1.pos",
42
+ "left_joint_2.pos",
43
+ "left_joint_3.pos",
44
+ "left_joint_4.pos",
45
+ "left_joint_5.pos",
46
+ "left_gripper.pos",
47
+ "right_joint_0.pos",
48
+ "right_joint_1.pos",
49
+ "right_joint_2.pos",
50
+ "right_joint_3.pos",
51
+ "right_joint_4.pos",
52
+ "right_joint_5.pos",
53
+ "right_gripper.pos"
54
+ ],
55
+ "shape": [
56
+ 14
57
+ ]
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "names": [
62
+ "left_joint_0.pos",
63
+ "left_joint_1.pos",
64
+ "left_joint_2.pos",
65
+ "left_joint_3.pos",
66
+ "left_joint_4.pos",
67
+ "left_joint_5.pos",
68
+ "left_gripper.pos",
69
+ "right_joint_0.pos",
70
+ "right_joint_1.pos",
71
+ "right_joint_2.pos",
72
+ "right_joint_3.pos",
73
+ "right_joint_4.pos",
74
+ "right_joint_5.pos",
75
+ "right_gripper.pos"
76
+ ],
77
+ "shape": [
78
+ 14
79
+ ]
80
+ },
81
+ "observation.images.right": {
82
+ "dtype": "video",
83
+ "shape": [
84
+ 360,
85
+ 640,
86
+ 3
87
+ ],
88
+ "names": [
89
+ "height",
90
+ "width",
91
+ "channels"
92
+ ],
93
+ "info": {
94
+ "video.height": 360,
95
+ "video.width": 640,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "video.fps": 30,
100
+ "video.channels": 3,
101
+ "has_audio": false,
102
+ "video.fast_decode": null,
103
+ "video.extra_options": null,
104
+ "video.video_backend": "pyav",
105
+ "video.preset": null,
106
+ "video.crf": null,
107
+ "video.g": null
108
+ }
109
+ },
110
+ "observation.images.left": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 360,
114
+ 640,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ],
122
+ "info": {
123
+ "video.height": 360,
124
+ "video.width": 640,
125
+ "video.codec": "av1",
126
+ "video.pix_fmt": "yuv420p",
127
+ "video.is_depth_map": false,
128
+ "video.fps": 30,
129
+ "video.channels": 3,
130
+ "has_audio": false,
131
+ "video.fast_decode": null,
132
+ "video.extra_options": null,
133
+ "video.video_backend": "pyav",
134
+ "video.preset": null,
135
+ "video.crf": null,
136
+ "video.g": null
137
+ }
138
+ },
139
+ "observation.images.top": {
140
+ "dtype": "video",
141
+ "shape": [
142
+ 360,
143
+ 640,
144
+ 3
145
+ ],
146
+ "names": [
147
+ "height",
148
+ "width",
149
+ "channels"
150
+ ],
151
+ "info": {
152
+ "video.height": 360,
153
+ "video.width": 640,
154
+ "video.codec": "av1",
155
+ "video.pix_fmt": "yuv420p",
156
+ "video.is_depth_map": false,
157
+ "video.fps": 30,
158
+ "video.channels": 3,
159
+ "has_audio": false,
160
+ "video.fast_decode": null,
161
+ "video.extra_options": null,
162
+ "video.video_backend": "pyav",
163
+ "video.preset": null,
164
+ "video.crf": null,
165
+ "video.g": null
166
+ }
167
+ },
168
+ "timestamp": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "frame_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "episode_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "task_index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ }
203
+ },
204
+ "total_episodes": 284,
205
+ "total_frames": 609948,
206
+ "total_tasks": 1,
207
+ "chunks_size": 1000,
208
+ "data_files_size_in_mb": 100,
209
+ "video_files_size_in_mb": 200,
210
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
211
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
212
+ "robot_type": "bi_yam_follower",
213
+ "splits": {
214
+ "train": "0:284"
215
+ }
216
+ }
217
+ ```
218
+
219
+
220
+ ## Citation
221
+
222
+ **BibTeX:**
223
+
224
+ ```bibtex
225
+ [More Information Needed]
226
+ ```