pepijn223 HF Staff commited on
Commit
ad8988b
·
verified ·
1 Parent(s): fde5ff7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +205 -0
README.md ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
15
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=lerobot-data-collection/hil_7">
16
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
17
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
18
+ </a>
19
+
20
+
21
+ ## Dataset Description
22
+
23
+
24
+
25
+ - **Homepage:** [More Information Needed]
26
+ - **Paper:** [More Information Needed]
27
+ - **License:** apache-2.0
28
+
29
+ ## Dataset Structure
30
+
31
+ [meta/info.json](meta/info.json):
32
+ ```json
33
+ {
34
+ "codebase_version": "v3.0",
35
+ "robot_type": "bi_openarm_follower",
36
+ "total_episodes": 0,
37
+ "total_frames": 0,
38
+ "total_tasks": 0,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 30,
43
+ "splits": {},
44
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
45
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
46
+ "features": {
47
+ "action": {
48
+ "dtype": "float32",
49
+ "names": [
50
+ "left_joint_1.pos",
51
+ "left_joint_1.vel",
52
+ "left_joint_1.torque",
53
+ "left_joint_2.pos",
54
+ "left_joint_2.vel",
55
+ "left_joint_2.torque",
56
+ "left_joint_3.pos",
57
+ "left_joint_3.vel",
58
+ "left_joint_3.torque",
59
+ "left_joint_4.pos",
60
+ "left_joint_4.vel",
61
+ "left_joint_4.torque",
62
+ "left_joint_5.pos",
63
+ "left_joint_5.vel",
64
+ "left_joint_5.torque",
65
+ "left_joint_6.pos",
66
+ "left_joint_6.vel",
67
+ "left_joint_6.torque",
68
+ "left_joint_7.pos",
69
+ "left_joint_7.vel",
70
+ "left_joint_7.torque",
71
+ "left_gripper.pos",
72
+ "left_gripper.vel",
73
+ "left_gripper.torque",
74
+ "right_joint_1.pos",
75
+ "right_joint_1.vel",
76
+ "right_joint_1.torque",
77
+ "right_joint_2.pos",
78
+ "right_joint_2.vel",
79
+ "right_joint_2.torque",
80
+ "right_joint_3.pos",
81
+ "right_joint_3.vel",
82
+ "right_joint_3.torque",
83
+ "right_joint_4.pos",
84
+ "right_joint_4.vel",
85
+ "right_joint_4.torque",
86
+ "right_joint_5.pos",
87
+ "right_joint_5.vel",
88
+ "right_joint_5.torque",
89
+ "right_joint_6.pos",
90
+ "right_joint_6.vel",
91
+ "right_joint_6.torque",
92
+ "right_joint_7.pos",
93
+ "right_joint_7.vel",
94
+ "right_joint_7.torque",
95
+ "right_gripper.pos",
96
+ "right_gripper.vel",
97
+ "right_gripper.torque"
98
+ ],
99
+ "shape": [
100
+ 48
101
+ ]
102
+ },
103
+ "observation.state": {
104
+ "dtype": "float32",
105
+ "names": [
106
+ "left_joint_1.pos",
107
+ "left_joint_1.vel",
108
+ "left_joint_1.torque",
109
+ "left_joint_2.pos",
110
+ "left_joint_2.vel",
111
+ "left_joint_2.torque",
112
+ "left_joint_3.pos",
113
+ "left_joint_3.vel",
114
+ "left_joint_3.torque",
115
+ "left_joint_4.pos",
116
+ "left_joint_4.vel",
117
+ "left_joint_4.torque",
118
+ "left_joint_5.pos",
119
+ "left_joint_5.vel",
120
+ "left_joint_5.torque",
121
+ "left_joint_6.pos",
122
+ "left_joint_6.vel",
123
+ "left_joint_6.torque",
124
+ "left_joint_7.pos",
125
+ "left_joint_7.vel",
126
+ "left_joint_7.torque",
127
+ "left_gripper.pos",
128
+ "left_gripper.vel",
129
+ "left_gripper.torque",
130
+ "right_joint_1.pos",
131
+ "right_joint_1.vel",
132
+ "right_joint_1.torque",
133
+ "right_joint_2.pos",
134
+ "right_joint_2.vel",
135
+ "right_joint_2.torque",
136
+ "right_joint_3.pos",
137
+ "right_joint_3.vel",
138
+ "right_joint_3.torque",
139
+ "right_joint_4.pos",
140
+ "right_joint_4.vel",
141
+ "right_joint_4.torque",
142
+ "right_joint_5.pos",
143
+ "right_joint_5.vel",
144
+ "right_joint_5.torque",
145
+ "right_joint_6.pos",
146
+ "right_joint_6.vel",
147
+ "right_joint_6.torque",
148
+ "right_joint_7.pos",
149
+ "right_joint_7.vel",
150
+ "right_joint_7.torque",
151
+ "right_gripper.pos",
152
+ "right_gripper.vel",
153
+ "right_gripper.torque"
154
+ ],
155
+ "shape": [
156
+ 48
157
+ ]
158
+ },
159
+ "timestamp": {
160
+ "dtype": "float32",
161
+ "shape": [
162
+ 1
163
+ ],
164
+ "names": null
165
+ },
166
+ "frame_index": {
167
+ "dtype": "int64",
168
+ "shape": [
169
+ 1
170
+ ],
171
+ "names": null
172
+ },
173
+ "episode_index": {
174
+ "dtype": "int64",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "task_index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ }
194
+ }
195
+ }
196
+ ```
197
+
198
+
199
+ ## Citation
200
+
201
+ **BibTeX:**
202
+
203
+ ```bibtex
204
+ [More Information Needed]
205
+ ```