wcode commited on
Commit
1d35d2e
·
verified ·
1 Parent(s): 853f836

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +237 -0
README.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=wcode/data-theseus">
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
+ "observation.state": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 16
41
+ ],
42
+ "names": [
43
+ "left_1_joint",
44
+ "left_2_joint",
45
+ "left_3_joint",
46
+ "left_4_joint",
47
+ "left_5_joint",
48
+ "left_6_joint",
49
+ "left_7_joint",
50
+ "left_gripper",
51
+ "right_1_joint",
52
+ "right_2_joint",
53
+ "right_3_joint",
54
+ "right_4_joint",
55
+ "right_5_joint",
56
+ "right_6_joint",
57
+ "right_7_joint",
58
+ "right_gripper"
59
+ ]
60
+ },
61
+ "action": {
62
+ "dtype": "float32",
63
+ "shape": [
64
+ 16
65
+ ],
66
+ "names": [
67
+ "left_1_joint",
68
+ "left_2_joint",
69
+ "left_3_joint",
70
+ "left_4_joint",
71
+ "left_5_joint",
72
+ "left_6_joint",
73
+ "left_7_joint",
74
+ "left_gripper",
75
+ "right_1_joint",
76
+ "right_2_joint",
77
+ "right_3_joint",
78
+ "right_4_joint",
79
+ "right_5_joint",
80
+ "right_6_joint",
81
+ "right_7_joint",
82
+ "right_gripper"
83
+ ]
84
+ },
85
+ "observation.images.left_wrist_camera": {
86
+ "dtype": "video",
87
+ "shape": [
88
+ 480,
89
+ 640,
90
+ 3
91
+ ],
92
+ "names": [
93
+ "height",
94
+ "width",
95
+ "channels"
96
+ ],
97
+ "info": {
98
+ "video.height": 480,
99
+ "video.width": 640,
100
+ "video.codec": "h264",
101
+ "video.pix_fmt": "yuv420p",
102
+ "video.is_depth_map": false,
103
+ "video.fps": 30,
104
+ "video.channels": 3,
105
+ "has_audio": false,
106
+ "video.g": 2,
107
+ "video.crf": 28,
108
+ "video.preset": "ultrafast",
109
+ "video.fast_decode": 0,
110
+ "video.video_backend": "pyav",
111
+ "video.extra_options": {}
112
+ }
113
+ },
114
+ "observation.images.right_wrist_camera": {
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": "h264",
130
+ "video.pix_fmt": "yuv420p",
131
+ "video.is_depth_map": false,
132
+ "video.fps": 30,
133
+ "video.channels": 3,
134
+ "has_audio": false,
135
+ "video.g": 2,
136
+ "video.crf": 28,
137
+ "video.preset": "ultrafast",
138
+ "video.fast_decode": 0,
139
+ "video.video_backend": "pyav",
140
+ "video.extra_options": {}
141
+ }
142
+ },
143
+ "observation.images.middle_camera": {
144
+ "dtype": "video",
145
+ "shape": [
146
+ 480,
147
+ 640,
148
+ 3
149
+ ],
150
+ "names": [
151
+ "height",
152
+ "width",
153
+ "channels"
154
+ ],
155
+ "info": {
156
+ "video.height": 480,
157
+ "video.width": 640,
158
+ "video.codec": "h264",
159
+ "video.pix_fmt": "yuv420p",
160
+ "video.is_depth_map": false,
161
+ "video.fps": 30,
162
+ "video.channels": 3,
163
+ "has_audio": false,
164
+ "video.g": 2,
165
+ "video.crf": 28,
166
+ "video.preset": "ultrafast",
167
+ "video.fast_decode": 0,
168
+ "video.video_backend": "pyav",
169
+ "video.extra_options": {}
170
+ }
171
+ },
172
+ "timestamp": {
173
+ "dtype": "float32",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "frame_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "episode_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "task_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "subtask_index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ]
212
+ }
213
+ },
214
+ "total_episodes": 3,
215
+ "total_frames": 1633,
216
+ "total_tasks": 1,
217
+ "chunks_size": 1000,
218
+ "data_files_size_in_mb": 100,
219
+ "video_files_size_in_mb": 200,
220
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
221
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
222
+ "robot_type": "e1",
223
+ "splits": {
224
+ "train": "0:3"
225
+ },
226
+ "has_subtasks": true
227
+ }
228
+ ```
229
+
230
+
231
+ ## Citation
232
+
233
+ **BibTeX:**
234
+
235
+ ```bibtex
236
+ [More Information Needed]
237
+ ```