gaozj commited on
Commit
3c874c0
·
verified ·
1 Parent(s): 87e6e76

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +232 -0
README.md ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - teleop
8
+ - bimanual
9
+ - joint-space
10
+ configs:
11
+ - config_name: default
12
+ data_files: data/*/*.parquet
13
+ ---
14
+
15
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
16
+
17
+ ## Dataset Description
18
+
19
+
20
+
21
+ - **Homepage:** [More Information Needed]
22
+ - **Paper:** [More Information Needed]
23
+ - **License:** apache-2.0
24
+
25
+ ## Dataset Structure
26
+
27
+ [meta/info.json](meta/info.json):
28
+ ```json
29
+ {
30
+ "codebase_version": "v2.1",
31
+ "robot_type": null,
32
+ "total_episodes": 14,
33
+ "total_frames": 8012,
34
+ "total_tasks": 1,
35
+ "total_videos": 42,
36
+ "total_chunks": 1,
37
+ "chunks_size": 1000,
38
+ "fps": 20,
39
+ "splits": {
40
+ "train": "0:14"
41
+ },
42
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
43
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
44
+ "features": {
45
+ "observation.images.image": {
46
+ "dtype": "image",
47
+ "shape": [
48
+ 224,
49
+ 224,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channel"
56
+ ]
57
+ },
58
+ "observation.images.left_wrist_image": {
59
+ "dtype": "image",
60
+ "shape": [
61
+ 224,
62
+ 224,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channel"
69
+ ]
70
+ },
71
+ "observation.images.right_wrist_image": {
72
+ "dtype": "image",
73
+ "shape": [
74
+ 224,
75
+ 224,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channel"
82
+ ]
83
+ },
84
+ "observation.images.image_video": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 224,
88
+ 224,
89
+ 3
90
+ ],
91
+ "info": {
92
+ "video.height": 224,
93
+ "video.width": 224,
94
+ "video.codec": "av1",
95
+ "video.pix_fmt": "yuv420p",
96
+ "video.is_depth_map": false,
97
+ "video.fps": 20,
98
+ "video.channels": 3,
99
+ "has_audio": false
100
+ }
101
+ },
102
+ "observation.images.left_wrist_image_video": {
103
+ "dtype": "video",
104
+ "shape": [
105
+ 224,
106
+ 224,
107
+ 3
108
+ ],
109
+ "info": {
110
+ "video.height": 224,
111
+ "video.width": 224,
112
+ "video.codec": "av1",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 20,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ }
119
+ },
120
+ "observation.images.right_wrist_image_video": {
121
+ "dtype": "video",
122
+ "shape": [
123
+ 224,
124
+ 224,
125
+ 3
126
+ ],
127
+ "info": {
128
+ "video.height": 224,
129
+ "video.width": 224,
130
+ "video.codec": "av1",
131
+ "video.pix_fmt": "yuv420p",
132
+ "video.is_depth_map": false,
133
+ "video.fps": 20,
134
+ "video.channels": 3,
135
+ "has_audio": false
136
+ }
137
+ },
138
+ "observation.state": {
139
+ "dtype": "float32",
140
+ "shape": [
141
+ 16
142
+ ],
143
+ "names": [
144
+ "left_joint_1",
145
+ "left_joint_2",
146
+ "left_joint_3",
147
+ "left_joint_4",
148
+ "left_joint_5",
149
+ "left_joint_6",
150
+ "left_joint_7",
151
+ "left_gripper",
152
+ "right_joint_1",
153
+ "right_joint_2",
154
+ "right_joint_3",
155
+ "right_joint_4",
156
+ "right_joint_5",
157
+ "right_joint_6",
158
+ "right_joint_7",
159
+ "right_gripper"
160
+ ]
161
+ },
162
+ "action": {
163
+ "dtype": "float32",
164
+ "shape": [
165
+ 16
166
+ ],
167
+ "names": [
168
+ "left_djoint_1",
169
+ "left_djoint_2",
170
+ "left_djoint_3",
171
+ "left_djoint_4",
172
+ "left_djoint_5",
173
+ "left_djoint_6",
174
+ "left_djoint_7",
175
+ "left_gripper",
176
+ "right_djoint_1",
177
+ "right_djoint_2",
178
+ "right_djoint_3",
179
+ "right_djoint_4",
180
+ "right_djoint_5",
181
+ "right_djoint_6",
182
+ "right_djoint_7",
183
+ "right_gripper"
184
+ ]
185
+ },
186
+ "timestamp": {
187
+ "dtype": "float32",
188
+ "shape": [
189
+ 1
190
+ ],
191
+ "names": null
192
+ },
193
+ "frame_index": {
194
+ "dtype": "int64",
195
+ "shape": [
196
+ 1
197
+ ],
198
+ "names": null
199
+ },
200
+ "episode_index": {
201
+ "dtype": "int64",
202
+ "shape": [
203
+ 1
204
+ ],
205
+ "names": null
206
+ },
207
+ "index": {
208
+ "dtype": "int64",
209
+ "shape": [
210
+ 1
211
+ ],
212
+ "names": null
213
+ },
214
+ "task_index": {
215
+ "dtype": "int64",
216
+ "shape": [
217
+ 1
218
+ ],
219
+ "names": null
220
+ }
221
+ }
222
+ }
223
+ ```
224
+
225
+
226
+ ## Citation
227
+
228
+ **BibTeX:**
229
+
230
+ ```bibtex
231
+ [More Information Needed]
232
+ ```