Gongsta commited on
Commit
35058a2
·
verified ·
1 Parent(s): 3f5a54a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +222 -0
README.md ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=Gongsta/e7_dagger">
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
+ "robot_type": "bi_dk1_follower",
36
+ "total_episodes": 20,
37
+ "total_frames": 7656,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 50,
43
+ "splits": {
44
+ "train": "0:20"
45
+ },
46
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
47
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
48
+ "features": {
49
+ "action": {
50
+ "dtype": "float32",
51
+ "names": [
52
+ "left_joint_1.pos",
53
+ "left_joint_2.pos",
54
+ "left_joint_3.pos",
55
+ "left_joint_4.pos",
56
+ "left_joint_5.pos",
57
+ "left_joint_6.pos",
58
+ "left_gripper.pos",
59
+ "right_joint_1.pos",
60
+ "right_joint_2.pos",
61
+ "right_joint_3.pos",
62
+ "right_joint_4.pos",
63
+ "right_joint_5.pos",
64
+ "right_joint_6.pos",
65
+ "right_gripper.pos",
66
+ "left_ee.x",
67
+ "left_ee.y",
68
+ "left_ee.z",
69
+ "left_ee.wx",
70
+ "left_ee.wy",
71
+ "left_ee.wz",
72
+ "left_ee.gripper_pos",
73
+ "right_ee.x",
74
+ "right_ee.y",
75
+ "right_ee.z",
76
+ "right_ee.wx",
77
+ "right_ee.wy",
78
+ "right_ee.wz",
79
+ "right_ee.gripper_pos"
80
+ ],
81
+ "shape": [
82
+ 28
83
+ ]
84
+ },
85
+ "observation.state": {
86
+ "dtype": "float32",
87
+ "names": [
88
+ "left_joint_1.pos",
89
+ "left_joint_2.pos",
90
+ "left_joint_3.pos",
91
+ "left_joint_4.pos",
92
+ "left_joint_5.pos",
93
+ "left_joint_6.pos",
94
+ "left_gripper.pos",
95
+ "right_joint_1.pos",
96
+ "right_joint_2.pos",
97
+ "right_joint_3.pos",
98
+ "right_joint_4.pos",
99
+ "right_joint_5.pos",
100
+ "right_joint_6.pos",
101
+ "right_gripper.pos"
102
+ ],
103
+ "shape": [
104
+ 14
105
+ ]
106
+ },
107
+ "observation.images.top": {
108
+ "dtype": "video",
109
+ "shape": [
110
+ 540,
111
+ 960,
112
+ 3
113
+ ],
114
+ "names": [
115
+ "height",
116
+ "width",
117
+ "channels"
118
+ ],
119
+ "info": {
120
+ "video.height": 540,
121
+ "video.width": 960,
122
+ "video.codec": "av1",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "video.fps": 50,
126
+ "video.channels": 3,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "observation.images.left_wrist": {
131
+ "dtype": "video",
132
+ "shape": [
133
+ 540,
134
+ 960,
135
+ 3
136
+ ],
137
+ "names": [
138
+ "height",
139
+ "width",
140
+ "channels"
141
+ ],
142
+ "info": {
143
+ "video.height": 540,
144
+ "video.width": 960,
145
+ "video.codec": "av1",
146
+ "video.pix_fmt": "yuv420p",
147
+ "video.is_depth_map": false,
148
+ "video.fps": 50,
149
+ "video.channels": 3,
150
+ "has_audio": false
151
+ }
152
+ },
153
+ "observation.images.right_wrist": {
154
+ "dtype": "video",
155
+ "shape": [
156
+ 540,
157
+ 960,
158
+ 3
159
+ ],
160
+ "names": [
161
+ "height",
162
+ "width",
163
+ "channels"
164
+ ],
165
+ "info": {
166
+ "video.height": 540,
167
+ "video.width": 960,
168
+ "video.codec": "av1",
169
+ "video.pix_fmt": "yuv420p",
170
+ "video.is_depth_map": false,
171
+ "video.fps": 50,
172
+ "video.channels": 3,
173
+ "has_audio": false
174
+ }
175
+ },
176
+ "timestamp": {
177
+ "dtype": "float32",
178
+ "shape": [
179
+ 1
180
+ ],
181
+ "names": null
182
+ },
183
+ "frame_index": {
184
+ "dtype": "int64",
185
+ "shape": [
186
+ 1
187
+ ],
188
+ "names": null
189
+ },
190
+ "episode_index": {
191
+ "dtype": "int64",
192
+ "shape": [
193
+ 1
194
+ ],
195
+ "names": null
196
+ },
197
+ "index": {
198
+ "dtype": "int64",
199
+ "shape": [
200
+ 1
201
+ ],
202
+ "names": null
203
+ },
204
+ "task_index": {
205
+ "dtype": "int64",
206
+ "shape": [
207
+ 1
208
+ ],
209
+ "names": null
210
+ }
211
+ }
212
+ }
213
+ ```
214
+
215
+
216
+ ## Citation
217
+
218
+ **BibTeX:**
219
+
220
+ ```bibtex
221
+ [More Information Needed]
222
+ ```