younghyopark commited on
Commit
09a3093
·
verified ·
1 Parent(s): e2887ba

Upload README.md with huggingface_hub

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