HuskyMango commited on
Commit
5ce9b84
·
verified ·
1 Parent(s): 7e2bd18

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +202 -0
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_act-6-9-broken">
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": "single_arm_franka",
36
+ "total_episodes": 1,
37
+ "total_frames": 112,
38
+ "total_tasks": 1,
39
+ "chunks_size": 1000,
40
+ "data_files_size_in_mb": 100,
41
+ "video_files_size_in_mb": 200,
42
+ "fps": 20,
43
+ "splits": {
44
+ "train": "0:1"
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.state": {
50
+ "dtype": "float32",
51
+ "shape": [
52
+ 8
53
+ ],
54
+ "names": [
55
+ [
56
+ "r_joint_1",
57
+ "r_joint_2",
58
+ "r_joint_3",
59
+ "r_joint_4",
60
+ "r_joint_5",
61
+ "r_joint_6",
62
+ "r_joint_7",
63
+ "r_gripper"
64
+ ]
65
+ ]
66
+ },
67
+ "action": {
68
+ "dtype": "float32",
69
+ "shape": [
70
+ 10
71
+ ],
72
+ "names": [
73
+ [
74
+ "r_x",
75
+ "r_y",
76
+ "r_z",
77
+ "r_qx",
78
+ "r_qy",
79
+ "r_qz",
80
+ "r_qw",
81
+ "r_gripper",
82
+ "kp",
83
+ "kd"
84
+ ]
85
+ ]
86
+ },
87
+ "observation.images.cam_3_wrist": {
88
+ "dtype": "video",
89
+ "shape": [
90
+ 224,
91
+ 224,
92
+ 3
93
+ ],
94
+ "names": [
95
+ "height",
96
+ "width",
97
+ "channels"
98
+ ],
99
+ "info": {
100
+ "video.height": 224,
101
+ "video.width": 224,
102
+ "video.codec": "h264",
103
+ "video.pix_fmt": "yuv420p",
104
+ "video.is_depth_map": false,
105
+ "video.fps": 20,
106
+ "video.channels": 3,
107
+ "has_audio": false
108
+ }
109
+ },
110
+ "observation.images.cam_4_wrist": {
111
+ "dtype": "video",
112
+ "shape": [
113
+ 224,
114
+ 224,
115
+ 3
116
+ ],
117
+ "names": [
118
+ "height",
119
+ "width",
120
+ "channels"
121
+ ],
122
+ "info": {
123
+ "video.height": 224,
124
+ "video.width": 224,
125
+ "video.codec": "h264",
126
+ "video.pix_fmt": "yuv420p",
127
+ "video.is_depth_map": false,
128
+ "video.fps": 20,
129
+ "video.channels": 3,
130
+ "has_audio": false
131
+ }
132
+ },
133
+ "observation.images.cam_2_scene": {
134
+ "dtype": "video",
135
+ "shape": [
136
+ 224,
137
+ 224,
138
+ 3
139
+ ],
140
+ "names": [
141
+ "height",
142
+ "width",
143
+ "channels"
144
+ ],
145
+ "info": {
146
+ "video.height": 224,
147
+ "video.width": 224,
148
+ "video.codec": "h264",
149
+ "video.pix_fmt": "yuv420p",
150
+ "video.is_depth_map": false,
151
+ "video.fps": 20,
152
+ "video.channels": 3,
153
+ "has_audio": false
154
+ }
155
+ },
156
+ "timestamp": {
157
+ "dtype": "float32",
158
+ "shape": [
159
+ 1
160
+ ],
161
+ "names": null
162
+ },
163
+ "frame_index": {
164
+ "dtype": "int64",
165
+ "shape": [
166
+ 1
167
+ ],
168
+ "names": null
169
+ },
170
+ "episode_index": {
171
+ "dtype": "int64",
172
+ "shape": [
173
+ 1
174
+ ],
175
+ "names": null
176
+ },
177
+ "index": {
178
+ "dtype": "int64",
179
+ "shape": [
180
+ 1
181
+ ],
182
+ "names": null
183
+ },
184
+ "task_index": {
185
+ "dtype": "int64",
186
+ "shape": [
187
+ 1
188
+ ],
189
+ "names": null
190
+ }
191
+ }
192
+ }
193
+ ```
194
+
195
+
196
+ ## Citation
197
+
198
+ **BibTeX:**
199
+
200
+ ```bibtex
201
+ [More Information Needed]
202
+ ```