Sim-guy commited on
Commit
6dd5a47
·
verified ·
1 Parent(s): 6cc806e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +208 -0
README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=Sim-guy/ringonpole">
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
+ "fps": 30,
36
+ "features": {
37
+ "action": {
38
+ "dtype": "float32",
39
+ "shape": [
40
+ 14
41
+ ],
42
+ "names": [
43
+ "left_joint_1.pos",
44
+ "left_joint_2.pos",
45
+ "left_joint_3.pos",
46
+ "left_joint_4.pos",
47
+ "left_joint_5.pos",
48
+ "left_joint_6.pos",
49
+ "left_gripper.pos",
50
+ "right_joint_1.pos",
51
+ "right_joint_2.pos",
52
+ "right_joint_3.pos",
53
+ "right_joint_4.pos",
54
+ "right_joint_5.pos",
55
+ "right_joint_6.pos",
56
+ "right_gripper.pos"
57
+ ]
58
+ },
59
+ "observation.state": {
60
+ "dtype": "float32",
61
+ "shape": [
62
+ 14
63
+ ],
64
+ "names": [
65
+ "left_joint_1.pos",
66
+ "left_joint_2.pos",
67
+ "left_joint_3.pos",
68
+ "left_joint_4.pos",
69
+ "left_joint_5.pos",
70
+ "left_joint_6.pos",
71
+ "left_gripper.pos",
72
+ "right_joint_1.pos",
73
+ "right_joint_2.pos",
74
+ "right_joint_3.pos",
75
+ "right_joint_4.pos",
76
+ "right_joint_5.pos",
77
+ "right_joint_6.pos",
78
+ "right_gripper.pos"
79
+ ]
80
+ },
81
+ "observation.images.right_wrist": {
82
+ "dtype": "video",
83
+ "shape": [
84
+ 480,
85
+ 640,
86
+ 3
87
+ ],
88
+ "names": [
89
+ "height",
90
+ "width",
91
+ "channels"
92
+ ],
93
+ "info": {
94
+ "video.height": 480,
95
+ "video.width": 640,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "video.fps": 30,
100
+ "video.channels": 3,
101
+ "has_audio": false
102
+ }
103
+ },
104
+ "observation.images.left_wrist": {
105
+ "dtype": "video",
106
+ "shape": [
107
+ 480,
108
+ 640,
109
+ 3
110
+ ],
111
+ "names": [
112
+ "height",
113
+ "width",
114
+ "channels"
115
+ ],
116
+ "info": {
117
+ "video.height": 480,
118
+ "video.width": 640,
119
+ "video.codec": "av1",
120
+ "video.pix_fmt": "yuv420p",
121
+ "video.is_depth_map": false,
122
+ "video.fps": 30,
123
+ "video.channels": 3,
124
+ "has_audio": false
125
+ }
126
+ },
127
+ "observation.images.base": {
128
+ "dtype": "video",
129
+ "shape": [
130
+ 360,
131
+ 640,
132
+ 3
133
+ ],
134
+ "names": [
135
+ "height",
136
+ "width",
137
+ "channels"
138
+ ],
139
+ "info": {
140
+ "video.height": 360,
141
+ "video.width": 640,
142
+ "video.codec": "av1",
143
+ "video.pix_fmt": "yuv420p",
144
+ "video.is_depth_map": false,
145
+ "video.fps": 30,
146
+ "video.channels": 3,
147
+ "has_audio": false
148
+ }
149
+ },
150
+ "timestamp": {
151
+ "dtype": "float32",
152
+ "shape": [
153
+ 1
154
+ ],
155
+ "names": null
156
+ },
157
+ "frame_index": {
158
+ "dtype": "int64",
159
+ "shape": [
160
+ 1
161
+ ],
162
+ "names": null
163
+ },
164
+ "episode_index": {
165
+ "dtype": "int64",
166
+ "shape": [
167
+ 1
168
+ ],
169
+ "names": null
170
+ },
171
+ "index": {
172
+ "dtype": "int64",
173
+ "shape": [
174
+ 1
175
+ ],
176
+ "names": null
177
+ },
178
+ "task_index": {
179
+ "dtype": "int64",
180
+ "shape": [
181
+ 1
182
+ ],
183
+ "names": null
184
+ }
185
+ },
186
+ "total_episodes": 199,
187
+ "total_frames": 158691,
188
+ "total_tasks": 2,
189
+ "chunks_size": 1000,
190
+ "data_files_size_in_mb": 100,
191
+ "video_files_size_in_mb": 200,
192
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
193
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
194
+ "robot_type": "bi_dk1_follower",
195
+ "splits": {
196
+ "train": "0:199"
197
+ }
198
+ }
199
+ ```
200
+
201
+
202
+ ## Citation
203
+
204
+ **BibTeX:**
205
+
206
+ ```bibtex
207
+ [More Information Needed]
208
+ ```