younghyopark commited on
Commit
8f1369d
·
verified ·
1 Parent(s): 08304ae

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +231 -0
README.md ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 155,
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": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 16
94
+ ],
95
+ "names": [
96
+ "l_target_joint_1",
97
+ "l_target_joint_2",
98
+ "l_target_joint_3",
99
+ "l_target_joint_4",
100
+ "l_target_joint_5",
101
+ "l_target_joint_6",
102
+ "l_target_joint_7",
103
+ "l_target_gripper",
104
+ "r_target_joint_1",
105
+ "r_target_joint_2",
106
+ "r_target_joint_3",
107
+ "r_target_joint_4",
108
+ "r_target_joint_5",
109
+ "r_target_joint_6",
110
+ "r_target_joint_7",
111
+ "r_target_gripper"
112
+ ]
113
+ },
114
+ "action.ee_pose": {
115
+ "dtype": "float32",
116
+ "shape": [
117
+ 32
118
+ ],
119
+ "names": [
120
+ "l_matrix_0_0",
121
+ "l_matrix_0_1",
122
+ "l_matrix_0_2",
123
+ "l_matrix_0_3",
124
+ "l_matrix_1_0",
125
+ "l_matrix_1_1",
126
+ "l_matrix_1_2",
127
+ "l_matrix_1_3",
128
+ "l_matrix_2_0",
129
+ "l_matrix_2_1",
130
+ "l_matrix_2_2",
131
+ "l_matrix_2_3",
132
+ "l_matrix_3_0",
133
+ "l_matrix_3_1",
134
+ "l_matrix_3_2",
135
+ "l_matrix_3_3",
136
+ "r_matrix_0_0",
137
+ "r_matrix_0_1",
138
+ "r_matrix_0_2",
139
+ "r_matrix_0_3",
140
+ "r_matrix_1_0",
141
+ "r_matrix_1_1",
142
+ "r_matrix_1_2",
143
+ "r_matrix_1_3",
144
+ "r_matrix_2_0",
145
+ "r_matrix_2_1",
146
+ "r_matrix_2_2",
147
+ "r_matrix_2_3",
148
+ "r_matrix_3_0",
149
+ "r_matrix_3_1",
150
+ "r_matrix_3_2",
151
+ "r_matrix_3_3"
152
+ ]
153
+ },
154
+ "action.gripper": {
155
+ "dtype": "float32",
156
+ "shape": [
157
+ 2
158
+ ],
159
+ "names": [
160
+ "l_gripper",
161
+ "r_gripper"
162
+ ]
163
+ },
164
+ "rgb.global_0": {
165
+ "dtype": "video",
166
+ "shape": [
167
+ 720,
168
+ 1280,
169
+ 3
170
+ ],
171
+ "names": [
172
+ "rgb"
173
+ ],
174
+ "info": {
175
+ "video.fps": 30.0,
176
+ "video.height": 720,
177
+ "video.width": 1280,
178
+ "video.channels": 3,
179
+ "video.codec": "h264",
180
+ "video.pix_fmt": "yuv420p",
181
+ "video.is_depth_map": false,
182
+ "has_audio": false
183
+ }
184
+ },
185
+ "timestamp": {
186
+ "dtype": "float32",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "episode_index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "frame_index": {
200
+ "dtype": "int64",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ },
206
+ "index": {
207
+ "dtype": "int64",
208
+ "shape": [
209
+ 1
210
+ ],
211
+ "names": null
212
+ },
213
+ "task_index": {
214
+ "dtype": "int64",
215
+ "shape": [
216
+ 1
217
+ ],
218
+ "names": null
219
+ }
220
+ }
221
+ }
222
+ ```
223
+
224
+
225
+ ## Citation
226
+
227
+ **BibTeX:**
228
+
229
+ ```bibtex
230
+ [More Information Needed]
231
+ ```