younghyopark commited on
Commit
ed765db
·
verified ·
1 Parent(s): f30ac38

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +227 -0
README.md ADDED
@@ -0,0 +1,227 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** [More Information Needed]
19
+ - **Paper:** [More Information Needed]
20
+ - **License:** apache-2.0
21
+
22
+ ## Dataset Structure
23
+
24
+ [meta/info.json](meta/info.json):
25
+ ```json
26
+ {
27
+ "codebase_version": "v2.1",
28
+ "robot_type": "bifranka",
29
+ "total_episodes": 1,
30
+ "total_frames": 26,
31
+ "total_tasks": 1,
32
+ "total_videos": 1,
33
+ "total_chunks": 1,
34
+ "chunks_size": 1000,
35
+ "fps": 30,
36
+ "splits": {
37
+ "train": "0:1"
38
+ },
39
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
+ "features": {
42
+ "observation.joint_positions": {
43
+ "dtype": "float32",
44
+ "shape": [
45
+ 18
46
+ ],
47
+ "names": [
48
+ "l_joint_1",
49
+ "l_joint_2",
50
+ "l_joint_3",
51
+ "l_joint_4",
52
+ "l_joint_5",
53
+ "l_joint_6",
54
+ "l_joint_7",
55
+ "l_gripper_left",
56
+ "l_gripper_right",
57
+ "r_joint_1",
58
+ "r_joint_2",
59
+ "r_joint_3",
60
+ "r_joint_4",
61
+ "r_joint_5",
62
+ "r_joint_6",
63
+ "r_joint_7",
64
+ "r_gripper_left",
65
+ "r_gripper_right"
66
+ ]
67
+ },
68
+ "observation.ee_pose": {
69
+ "dtype": "float32",
70
+ "shape": [
71
+ 14
72
+ ],
73
+ "names": [
74
+ "l_pos_x",
75
+ "l_pos_y",
76
+ "l_pos_z",
77
+ "l_quat_w",
78
+ "l_quat_x",
79
+ "l_quat_y",
80
+ "l_quat_z",
81
+ "r_pos_x",
82
+ "r_pos_y",
83
+ "r_pos_z",
84
+ "r_quat_w",
85
+ "r_quat_x",
86
+ "r_quat_y",
87
+ "r_quat_z"
88
+ ]
89
+ },
90
+ "action.ee_pose": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 32
94
+ ],
95
+ "names": [
96
+ "l_matrix_0_0",
97
+ "l_matrix_0_1",
98
+ "l_matrix_0_2",
99
+ "l_matrix_0_3",
100
+ "l_matrix_1_0",
101
+ "l_matrix_1_1",
102
+ "l_matrix_1_2",
103
+ "l_matrix_1_3",
104
+ "l_matrix_2_0",
105
+ "l_matrix_2_1",
106
+ "l_matrix_2_2",
107
+ "l_matrix_2_3",
108
+ "l_matrix_3_0",
109
+ "l_matrix_3_1",
110
+ "l_matrix_3_2",
111
+ "l_matrix_3_3",
112
+ "r_matrix_0_0",
113
+ "r_matrix_0_1",
114
+ "r_matrix_0_2",
115
+ "r_matrix_0_3",
116
+ "r_matrix_1_0",
117
+ "r_matrix_1_1",
118
+ "r_matrix_1_2",
119
+ "r_matrix_1_3",
120
+ "r_matrix_2_0",
121
+ "r_matrix_2_1",
122
+ "r_matrix_2_2",
123
+ "r_matrix_2_3",
124
+ "r_matrix_3_0",
125
+ "r_matrix_3_1",
126
+ "r_matrix_3_2",
127
+ "r_matrix_3_3"
128
+ ]
129
+ },
130
+ "action.gripper": {
131
+ "dtype": "float32",
132
+ "shape": [
133
+ 2
134
+ ],
135
+ "names": [
136
+ "l_gripper",
137
+ "r_gripper"
138
+ ]
139
+ },
140
+ "rgb.global_0": {
141
+ "dtype": "video",
142
+ "shape": [
143
+ 720,
144
+ 1280,
145
+ 3
146
+ ],
147
+ "names": [
148
+ "rgb"
149
+ ],
150
+ "info": {
151
+ "video.fps": 30.0,
152
+ "video.height": 720,
153
+ "video.width": 1280,
154
+ "video.channels": 3,
155
+ "video.codec": "h264",
156
+ "video.pix_fmt": "yuv420p",
157
+ "video.is_depth_map": false,
158
+ "has_audio": false
159
+ }
160
+ },
161
+ "depth.global_0": {
162
+ "dtype": "uint16",
163
+ "shape": [
164
+ 720,
165
+ 1280
166
+ ],
167
+ "names": [
168
+ "depth"
169
+ ]
170
+ },
171
+ "pose.cambridge_mug": {
172
+ "dtype": "float32",
173
+ "shape": [
174
+ 4,
175
+ 4
176
+ ],
177
+ "names": [
178
+ "pose"
179
+ ]
180
+ },
181
+ "timestamp": {
182
+ "dtype": "float32",
183
+ "shape": [
184
+ 1
185
+ ],
186
+ "names": null
187
+ },
188
+ "episode_index": {
189
+ "dtype": "int64",
190
+ "shape": [
191
+ 1
192
+ ],
193
+ "names": null
194
+ },
195
+ "frame_index": {
196
+ "dtype": "int64",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ },
209
+ "task_index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null
215
+ }
216
+ }
217
+ }
218
+ ```
219
+
220
+
221
+ ## Citation
222
+
223
+ **BibTeX:**
224
+
225
+ ```bibtex
226
+ [More Information Needed]
227
+ ```