KeWangRobotics commited on
Commit
a521f26
·
verified ·
1 Parent(s): c8cf67b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +216 -0
README.md ADDED
@@ -0,0 +1,216 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ tags:
5
+ - LeRobot
6
+ configs:
7
+ - config_name: default
8
+ data_files: data/*/*.parquet
9
+ ---
10
+
11
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
12
+
13
+
14
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=KeWangRobotics/peg_intervention">
15
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
16
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
17
+ </a>
18
+
19
+
20
+ ## Dataset Description
21
+
22
+
23
+
24
+ - **Homepage:** [More Information Needed]
25
+ - **Paper:** [More Information Needed]
26
+ - **License:** [More Information Needed]
27
+
28
+ ## Dataset Structure
29
+
30
+ [meta/info.json](meta/info.json):
31
+ ```json
32
+ {
33
+ "codebase_version": "v3.0",
34
+ "fps": 20,
35
+ "features": {
36
+ "action": {
37
+ "dtype": "float32",
38
+ "names": [
39
+ "act_0.pos",
40
+ "act_1.pos",
41
+ "act_2.pos",
42
+ "act_3.pos",
43
+ "act_4.pos",
44
+ "act_5.pos",
45
+ "act_6.pos",
46
+ "act_7.pos"
47
+ ],
48
+ "shape": [
49
+ 8
50
+ ]
51
+ },
52
+ "observation.state": {
53
+ "dtype": "float32",
54
+ "names": [
55
+ "joint_0.pos",
56
+ "joint_1.pos",
57
+ "joint_2.pos",
58
+ "joint_3.pos",
59
+ "joint_4.pos",
60
+ "joint_5.pos",
61
+ "joint_6.pos",
62
+ "joint_7.pos",
63
+ "joint_8.pos"
64
+ ],
65
+ "shape": [
66
+ 9
67
+ ]
68
+ },
69
+ "observation.qvel": {
70
+ "dtype": "float32",
71
+ "names": [
72
+ "qvel_0",
73
+ "qvel_1",
74
+ "qvel_2",
75
+ "qvel_3",
76
+ "qvel_4",
77
+ "qvel_5",
78
+ "qvel_6",
79
+ "qvel_7",
80
+ "qvel_8"
81
+ ],
82
+ "shape": [
83
+ 9
84
+ ]
85
+ },
86
+ "observation.images.base_camera": {
87
+ "dtype": "video",
88
+ "shape": [
89
+ 480,
90
+ 480,
91
+ 3
92
+ ],
93
+ "names": [
94
+ "height",
95
+ "width",
96
+ "channels"
97
+ ],
98
+ "info": {
99
+ "is_depth_map": false,
100
+ "video.height": 480,
101
+ "video.width": 480,
102
+ "video.codec": "av1",
103
+ "video.pix_fmt": "yuv420p",
104
+ "video.fps": 20,
105
+ "video.channels": 3,
106
+ "has_audio": false,
107
+ "video.g": 2,
108
+ "video.crf": 30,
109
+ "video.preset": 12,
110
+ "video.fast_decode": 0,
111
+ "video.video_backend": "pyav",
112
+ "video.extra_options": {}
113
+ }
114
+ },
115
+ "observation.images.hand_camera": {
116
+ "dtype": "video",
117
+ "shape": [
118
+ 480,
119
+ 480,
120
+ 3
121
+ ],
122
+ "names": [
123
+ "height",
124
+ "width",
125
+ "channels"
126
+ ],
127
+ "info": {
128
+ "is_depth_map": false,
129
+ "video.height": 480,
130
+ "video.width": 480,
131
+ "video.codec": "av1",
132
+ "video.pix_fmt": "yuv420p",
133
+ "video.fps": 20,
134
+ "video.channels": 3,
135
+ "has_audio": false,
136
+ "video.g": 2,
137
+ "video.crf": 30,
138
+ "video.preset": 12,
139
+ "video.fast_decode": 0,
140
+ "video.video_backend": "pyav",
141
+ "video.extra_options": {}
142
+ }
143
+ },
144
+ "intervention": {
145
+ "dtype": "bool",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "next.success": {
152
+ "dtype": "bool",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "timestamp": {
159
+ "dtype": "float32",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "frame_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "episode_index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ },
186
+ "task_index": {
187
+ "dtype": "int64",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ }
193
+ },
194
+ "total_episodes": 106,
195
+ "total_frames": 39295,
196
+ "total_tasks": 1,
197
+ "chunks_size": 1000,
198
+ "data_files_size_in_mb": 100,
199
+ "video_files_size_in_mb": 200,
200
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
201
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
202
+ "robot_type": "maniskill_sim",
203
+ "splits": {
204
+ "train": "0:106"
205
+ }
206
+ }
207
+ ```
208
+
209
+
210
+ ## Citation
211
+
212
+ **BibTeX:**
213
+
214
+ ```bibtex
215
+ [More Information Needed]
216
+ ```