HuskyMango commited on
Commit
d79f78f
·
verified ·
1 Parent(s): 6729466

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +219 -0
README.md ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=HuskyMango/eval_test_act">
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": "bimanual_franka",
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": 20,
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
+ "l_joint_1",
51
+ "l_joint_2",
52
+ "l_joint_3",
53
+ "l_joint_4",
54
+ "l_joint_5",
55
+ "l_joint_6",
56
+ "l_joint_7",
57
+ "l_gripper",
58
+ "r_joint_1",
59
+ "r_joint_2",
60
+ "r_joint_3",
61
+ "r_joint_4",
62
+ "r_joint_5",
63
+ "r_joint_6",
64
+ "r_joint_7",
65
+ "r_gripper"
66
+ ],
67
+ "shape": [
68
+ 16
69
+ ]
70
+ },
71
+ "observation.state": {
72
+ "dtype": "float32",
73
+ "names": [
74
+ "l_joint_1",
75
+ "l_joint_2",
76
+ "l_joint_3",
77
+ "l_joint_4",
78
+ "l_joint_5",
79
+ "l_joint_6",
80
+ "l_joint_7",
81
+ "l_gripper",
82
+ "r_joint_1",
83
+ "r_joint_2",
84
+ "r_joint_3",
85
+ "r_joint_4",
86
+ "r_joint_5",
87
+ "r_joint_6",
88
+ "r_joint_7",
89
+ "r_gripper"
90
+ ],
91
+ "shape": [
92
+ 16
93
+ ]
94
+ },
95
+ "observation.images.cam_1": {
96
+ "dtype": "video",
97
+ "shape": [
98
+ 150,
99
+ 240,
100
+ 3
101
+ ],
102
+ "names": [
103
+ "height",
104
+ "width",
105
+ "channels"
106
+ ]
107
+ },
108
+ "observation.images.cam_2": {
109
+ "dtype": "video",
110
+ "shape": [
111
+ 135,
112
+ 240,
113
+ 3
114
+ ],
115
+ "names": [
116
+ "height",
117
+ "width",
118
+ "channels"
119
+ ]
120
+ },
121
+ "observation.images.cam_3": {
122
+ "dtype": "video",
123
+ "shape": [
124
+ 150,
125
+ 240,
126
+ 3
127
+ ],
128
+ "names": [
129
+ "height",
130
+ "width",
131
+ "channels"
132
+ ]
133
+ },
134
+ "observation.images.cam_4": {
135
+ "dtype": "video",
136
+ "shape": [
137
+ 150,
138
+ 240,
139
+ 3
140
+ ],
141
+ "names": [
142
+ "height",
143
+ "width",
144
+ "channels"
145
+ ]
146
+ },
147
+ "observation.images.cam_5": {
148
+ "dtype": "video",
149
+ "shape": [
150
+ 150,
151
+ 240,
152
+ 3
153
+ ],
154
+ "names": [
155
+ "height",
156
+ "width",
157
+ "channels"
158
+ ]
159
+ },
160
+ "observation.images.cam_6": {
161
+ "dtype": "video",
162
+ "shape": [
163
+ 135,
164
+ 240,
165
+ 3
166
+ ],
167
+ "names": [
168
+ "height",
169
+ "width",
170
+ "channels"
171
+ ]
172
+ },
173
+ "timestamp": {
174
+ "dtype": "float32",
175
+ "shape": [
176
+ 1
177
+ ],
178
+ "names": null
179
+ },
180
+ "frame_index": {
181
+ "dtype": "int64",
182
+ "shape": [
183
+ 1
184
+ ],
185
+ "names": null
186
+ },
187
+ "episode_index": {
188
+ "dtype": "int64",
189
+ "shape": [
190
+ 1
191
+ ],
192
+ "names": null
193
+ },
194
+ "index": {
195
+ "dtype": "int64",
196
+ "shape": [
197
+ 1
198
+ ],
199
+ "names": null
200
+ },
201
+ "task_index": {
202
+ "dtype": "int64",
203
+ "shape": [
204
+ 1
205
+ ],
206
+ "names": null
207
+ }
208
+ }
209
+ }
210
+ ```
211
+
212
+
213
+ ## Citation
214
+
215
+ **BibTeX:**
216
+
217
+ ```bibtex
218
+ [More Information Needed]
219
+ ```