etince11e commited on
Commit
a1300db
·
verified ·
1 Parent(s): 9c4ad48

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +221 -0
README.md ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "v3.0",
28
+ "robot_type": "bi_arx5",
29
+ "total_episodes": 0,
30
+ "total_frames": 0,
31
+ "total_tasks": 0,
32
+ "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
+ "fps": 30,
36
+ "splits": {},
37
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
38
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
39
+ "features": {
40
+ "action": {
41
+ "dtype": "float32",
42
+ "names": [
43
+ "left_joint_1.pos",
44
+ "left_joint_2.pos",
45
+ "left_joint_3.pos",
46
+ "left_joint_4.pos",
47
+ "left_joint_5.pos",
48
+ "left_joint_6.pos",
49
+ "left_gripper.pos",
50
+ "right_joint_1.pos",
51
+ "right_joint_2.pos",
52
+ "right_joint_3.pos",
53
+ "right_joint_4.pos",
54
+ "right_joint_5.pos",
55
+ "right_joint_6.pos",
56
+ "right_gripper.pos"
57
+ ],
58
+ "shape": [
59
+ 14
60
+ ]
61
+ },
62
+ "observation.state": {
63
+ "dtype": "float32",
64
+ "names": [
65
+ "left_joint_1.pos",
66
+ "left_joint_2.pos",
67
+ "left_joint_3.pos",
68
+ "left_joint_4.pos",
69
+ "left_joint_5.pos",
70
+ "left_joint_6.pos",
71
+ "left_gripper.pos",
72
+ "right_joint_1.pos",
73
+ "right_joint_2.pos",
74
+ "right_joint_3.pos",
75
+ "right_joint_4.pos",
76
+ "right_joint_5.pos",
77
+ "right_joint_6.pos",
78
+ "right_gripper.pos"
79
+ ],
80
+ "shape": [
81
+ 14
82
+ ]
83
+ },
84
+ "observation.images.head": {
85
+ "dtype": "video",
86
+ "shape": [
87
+ 480,
88
+ 640,
89
+ 3
90
+ ],
91
+ "names": [
92
+ "height",
93
+ "width",
94
+ "channels"
95
+ ]
96
+ },
97
+ "observation.images.left_wrist": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 480,
101
+ 640,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ]
109
+ },
110
+ "observation.images.right_wrist": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 480,
114
+ 640,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ]
122
+ },
123
+ "observation.images.right_tactile_0": {
124
+ "dtype": "video",
125
+ "shape": [
126
+ 400,
127
+ 700,
128
+ 3
129
+ ],
130
+ "names": [
131
+ "height",
132
+ "width",
133
+ "channels"
134
+ ]
135
+ },
136
+ "observation.images.right_tactile_1": {
137
+ "dtype": "video",
138
+ "shape": [
139
+ 400,
140
+ 700,
141
+ 3
142
+ ],
143
+ "names": [
144
+ "height",
145
+ "width",
146
+ "channels"
147
+ ]
148
+ },
149
+ "observation.images.left_tactile_0": {
150
+ "dtype": "video",
151
+ "shape": [
152
+ 400,
153
+ 700,
154
+ 3
155
+ ],
156
+ "names": [
157
+ "height",
158
+ "width",
159
+ "channels"
160
+ ]
161
+ },
162
+ "observation.images.left_tactile_1": {
163
+ "dtype": "video",
164
+ "shape": [
165
+ 400,
166
+ 700,
167
+ 3
168
+ ],
169
+ "names": [
170
+ "height",
171
+ "width",
172
+ "channels"
173
+ ]
174
+ },
175
+ "timestamp": {
176
+ "dtype": "float32",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "frame_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "episode_index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ },
203
+ "task_index": {
204
+ "dtype": "int64",
205
+ "shape": [
206
+ 1
207
+ ],
208
+ "names": null
209
+ }
210
+ }
211
+ }
212
+ ```
213
+
214
+
215
+ ## Citation
216
+
217
+ **BibTeX:**
218
+
219
+ ```bibtex
220
+ [More Information Needed]
221
+ ```