continuallearning commited on
Commit
3f4cfc9
·
verified ·
1 Parent(s): 21af9d5

Upload README.md with huggingface_hub

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