Sim-guy commited on
Commit
df04f2f
·
verified ·
1 Parent(s): ae27f19

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +209 -0
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - lelab
8
+ configs:
9
+ - config_name: default
10
+ data_files: data/*/*.parquet
11
+ ---
12
+
13
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
14
+
15
+
16
+ <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=Sim-guy/caponpolebottom2">
17
+ <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
18
+ <img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl-dark.svg"/>
19
+ </a>
20
+
21
+
22
+ ## Dataset Description
23
+
24
+
25
+
26
+ - **Homepage:** [More Information Needed]
27
+ - **Paper:** [More Information Needed]
28
+ - **License:** apache-2.0
29
+
30
+ ## Dataset Structure
31
+
32
+ [meta/info.json](meta/info.json):
33
+ ```json
34
+ {
35
+ "codebase_version": "v3.0",
36
+ "fps": 30,
37
+ "features": {
38
+ "action": {
39
+ "dtype": "float32",
40
+ "shape": [
41
+ 14
42
+ ],
43
+ "names": [
44
+ "left_joint_1.pos",
45
+ "left_joint_2.pos",
46
+ "left_joint_3.pos",
47
+ "left_joint_4.pos",
48
+ "left_joint_5.pos",
49
+ "left_joint_6.pos",
50
+ "left_gripper.pos",
51
+ "right_joint_1.pos",
52
+ "right_joint_2.pos",
53
+ "right_joint_3.pos",
54
+ "right_joint_4.pos",
55
+ "right_joint_5.pos",
56
+ "right_joint_6.pos",
57
+ "right_gripper.pos"
58
+ ]
59
+ },
60
+ "observation.state": {
61
+ "dtype": "float32",
62
+ "shape": [
63
+ 14
64
+ ],
65
+ "names": [
66
+ "left_joint_1.pos",
67
+ "left_joint_2.pos",
68
+ "left_joint_3.pos",
69
+ "left_joint_4.pos",
70
+ "left_joint_5.pos",
71
+ "left_joint_6.pos",
72
+ "left_gripper.pos",
73
+ "right_joint_1.pos",
74
+ "right_joint_2.pos",
75
+ "right_joint_3.pos",
76
+ "right_joint_4.pos",
77
+ "right_joint_5.pos",
78
+ "right_joint_6.pos",
79
+ "right_gripper.pos"
80
+ ]
81
+ },
82
+ "observation.images.left_wrist": {
83
+ "dtype": "video",
84
+ "shape": [
85
+ 480,
86
+ 640,
87
+ 3
88
+ ],
89
+ "names": [
90
+ "height",
91
+ "width",
92
+ "channels"
93
+ ],
94
+ "info": {
95
+ "video.height": 480,
96
+ "video.width": 640,
97
+ "video.codec": "av1",
98
+ "video.pix_fmt": "yuv420p",
99
+ "video.is_depth_map": false,
100
+ "video.fps": 30,
101
+ "video.channels": 3,
102
+ "has_audio": false
103
+ }
104
+ },
105
+ "observation.images.right_wrist": {
106
+ "dtype": "video",
107
+ "shape": [
108
+ 480,
109
+ 640,
110
+ 3
111
+ ],
112
+ "names": [
113
+ "height",
114
+ "width",
115
+ "channels"
116
+ ],
117
+ "info": {
118
+ "video.height": 480,
119
+ "video.width": 640,
120
+ "video.codec": "av1",
121
+ "video.pix_fmt": "yuv420p",
122
+ "video.is_depth_map": false,
123
+ "video.fps": 30,
124
+ "video.channels": 3,
125
+ "has_audio": false
126
+ }
127
+ },
128
+ "observation.images.base": {
129
+ "dtype": "video",
130
+ "shape": [
131
+ 360,
132
+ 640,
133
+ 3
134
+ ],
135
+ "names": [
136
+ "height",
137
+ "width",
138
+ "channels"
139
+ ],
140
+ "info": {
141
+ "video.height": 360,
142
+ "video.width": 640,
143
+ "video.codec": "av1",
144
+ "video.pix_fmt": "yuv420p",
145
+ "video.is_depth_map": false,
146
+ "video.fps": 30,
147
+ "video.channels": 3,
148
+ "has_audio": false
149
+ }
150
+ },
151
+ "timestamp": {
152
+ "dtype": "float32",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "frame_index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ },
165
+ "episode_index": {
166
+ "dtype": "int64",
167
+ "shape": [
168
+ 1
169
+ ],
170
+ "names": null
171
+ },
172
+ "index": {
173
+ "dtype": "int64",
174
+ "shape": [
175
+ 1
176
+ ],
177
+ "names": null
178
+ },
179
+ "task_index": {
180
+ "dtype": "int64",
181
+ "shape": [
182
+ 1
183
+ ],
184
+ "names": null
185
+ }
186
+ },
187
+ "total_episodes": 35,
188
+ "total_frames": 19807,
189
+ "total_tasks": 2,
190
+ "chunks_size": 1000,
191
+ "data_files_size_in_mb": 100,
192
+ "video_files_size_in_mb": 200,
193
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
194
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
195
+ "robot_type": "bi_dk1_follower",
196
+ "splits": {
197
+ "train": "0:35"
198
+ }
199
+ }
200
+ ```
201
+
202
+
203
+ ## Citation
204
+
205
+ **BibTeX:**
206
+
207
+ ```bibtex
208
+ [More Information Needed]
209
+ ```