danielsanjosepro commited on
Commit
a523462
·
verified ·
1 Parent(s): 5feecd4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +241 -0
README.md ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "franka",
29
+ "total_episodes": 0,
30
+ "total_frames": 0,
31
+ "total_tasks": 0,
32
+ "total_videos": 0,
33
+ "total_chunks": 0,
34
+ "chunks_size": 1000,
35
+ "fps": 15,
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.images.primary": {
41
+ "dtype": "video",
42
+ "shape": [
43
+ 256,
44
+ 256,
45
+ 3
46
+ ],
47
+ "names": [
48
+ "height",
49
+ "width",
50
+ "channels"
51
+ ],
52
+ "video_info": {
53
+ "video.fps": 30.0,
54
+ "video.codec": "av1",
55
+ "video.pix_fmt": "yuv420p",
56
+ "video.is_depth_map": false,
57
+ "has_audio": false
58
+ }
59
+ },
60
+ "observation.images.wrist": {
61
+ "dtype": "video",
62
+ "shape": [
63
+ 256,
64
+ 256,
65
+ 3
66
+ ],
67
+ "names": [
68
+ "height",
69
+ "width",
70
+ "channels"
71
+ ],
72
+ "video_info": {
73
+ "video.fps": 30.0,
74
+ "video.codec": "av1",
75
+ "video.pix_fmt": "yuv420p",
76
+ "video.is_depth_map": false,
77
+ "has_audio": false
78
+ }
79
+ },
80
+ "observation.state.cartesian": {
81
+ "dtype": "float32",
82
+ "shape": [
83
+ 6
84
+ ],
85
+ "names": [
86
+ "x",
87
+ "y",
88
+ "z",
89
+ "roll",
90
+ "pitch",
91
+ "yaw"
92
+ ]
93
+ },
94
+ "observation.state.gripper": {
95
+ "dtype": "float32",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": [
100
+ "gripper"
101
+ ]
102
+ },
103
+ "observation.state.joints": {
104
+ "dtype": "float32",
105
+ "shape": [
106
+ 7
107
+ ],
108
+ "names": [
109
+ "joint_0",
110
+ "joint_1",
111
+ "joint_2",
112
+ "joint_3",
113
+ "joint_4",
114
+ "joint_5",
115
+ "joint_6"
116
+ ]
117
+ },
118
+ "observation.state.sensors_ft_sensor": {
119
+ "dtype": "float32",
120
+ "shape": [
121
+ 6
122
+ ],
123
+ "names": [
124
+ "sensors_ft_sensor_0",
125
+ "sensors_ft_sensor_1",
126
+ "sensors_ft_sensor_2",
127
+ "sensors_ft_sensor_3",
128
+ "sensors_ft_sensor_4",
129
+ "sensors_ft_sensor_5"
130
+ ]
131
+ },
132
+ "observation.state.target": {
133
+ "dtype": "float32",
134
+ "shape": [
135
+ 6
136
+ ],
137
+ "names": [
138
+ "target_x",
139
+ "target_y",
140
+ "target_z",
141
+ "target_roll",
142
+ "target_pitch",
143
+ "target_yaw"
144
+ ]
145
+ },
146
+ "observation.state": {
147
+ "dtype": "float32",
148
+ "shape": [
149
+ 26
150
+ ],
151
+ "names": [
152
+ "x",
153
+ "y",
154
+ "z",
155
+ "roll",
156
+ "pitch",
157
+ "yaw",
158
+ "gripper",
159
+ "joint_0",
160
+ "joint_1",
161
+ "joint_2",
162
+ "joint_3",
163
+ "joint_4",
164
+ "joint_5",
165
+ "joint_6",
166
+ "sensors_ft_sensor_0",
167
+ "sensors_ft_sensor_1",
168
+ "sensors_ft_sensor_2",
169
+ "sensors_ft_sensor_3",
170
+ "sensors_ft_sensor_4",
171
+ "sensors_ft_sensor_5",
172
+ "target_x",
173
+ "target_y",
174
+ "target_z",
175
+ "target_roll",
176
+ "target_pitch",
177
+ "target_yaw"
178
+ ]
179
+ },
180
+ "action": {
181
+ "dtype": "float32",
182
+ "shape": [
183
+ 7
184
+ ],
185
+ "names": [
186
+ "x",
187
+ "y",
188
+ "z",
189
+ "roll",
190
+ "pitch",
191
+ "yaw",
192
+ "gripper"
193
+ ]
194
+ },
195
+ "timestamp": {
196
+ "dtype": "float32",
197
+ "shape": [
198
+ 1
199
+ ],
200
+ "names": null
201
+ },
202
+ "frame_index": {
203
+ "dtype": "int64",
204
+ "shape": [
205
+ 1
206
+ ],
207
+ "names": null
208
+ },
209
+ "episode_index": {
210
+ "dtype": "int64",
211
+ "shape": [
212
+ 1
213
+ ],
214
+ "names": null
215
+ },
216
+ "index": {
217
+ "dtype": "int64",
218
+ "shape": [
219
+ 1
220
+ ],
221
+ "names": null
222
+ },
223
+ "task_index": {
224
+ "dtype": "int64",
225
+ "shape": [
226
+ 1
227
+ ],
228
+ "names": null
229
+ }
230
+ }
231
+ }
232
+ ```
233
+
234
+
235
+ ## Citation
236
+
237
+ **BibTeX:**
238
+
239
+ ```bibtex
240
+ [More Information Needed]
241
+ ```