younghyopark commited on
Commit
8efc51b
·
verified ·
1 Parent(s): 2eabbcb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +217 -0
README.md ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 82,
31
+ "total_tasks": 1,
32
+ "total_videos": 0,
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": "uint8",
142
+ "shape": [
143
+ 720,
144
+ 1280,
145
+ 3
146
+ ],
147
+ "names": [
148
+ "rgb"
149
+ ]
150
+ },
151
+ "depth.global_0": {
152
+ "dtype": "uint16",
153
+ "shape": [
154
+ 720,
155
+ 1280
156
+ ],
157
+ "names": [
158
+ "depth"
159
+ ]
160
+ },
161
+ "pose.cambridge_mug": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 4,
165
+ 4
166
+ ],
167
+ "names": [
168
+ "pose"
169
+ ]
170
+ },
171
+ "timestamp": {
172
+ "dtype": "float32",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "episode_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ },
185
+ "frame_index": {
186
+ "dtype": "int64",
187
+ "shape": [
188
+ 1
189
+ ],
190
+ "names": null
191
+ },
192
+ "index": {
193
+ "dtype": "int64",
194
+ "shape": [
195
+ 1
196
+ ],
197
+ "names": null
198
+ },
199
+ "task_index": {
200
+ "dtype": "int64",
201
+ "shape": [
202
+ 1
203
+ ],
204
+ "names": null
205
+ }
206
+ }
207
+ }
208
+ ```
209
+
210
+
211
+ ## Citation
212
+
213
+ **BibTeX:**
214
+
215
+ ```bibtex
216
+ [More Information Needed]
217
+ ```