lambdavi commited on
Commit
f32f95f
·
verified ·
1 Parent(s): 79b0cf1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +226 -0
README.md ADDED
@@ -0,0 +1,226 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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=lambdavi/Panda-StackCube-50-joint-128v2">
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
+ 8
41
+ ],
42
+ "names": [
43
+ "action_0",
44
+ "action_1",
45
+ "action_2",
46
+ "action_3",
47
+ "action_4",
48
+ "action_5",
49
+ "action_6",
50
+ "action_7"
51
+ ]
52
+ },
53
+ "observation.state": {
54
+ "dtype": "float32",
55
+ "shape": [
56
+ 16
57
+ ],
58
+ "names": [
59
+ "qpos_0",
60
+ "qpos_1",
61
+ "qpos_2",
62
+ "qpos_3",
63
+ "qpos_4",
64
+ "qpos_5",
65
+ "qpos_6",
66
+ "qpos_7",
67
+ "qpos_8",
68
+ "tcp_pose_0",
69
+ "tcp_pose_1",
70
+ "tcp_pose_2",
71
+ "tcp_pose_3",
72
+ "tcp_pose_4",
73
+ "tcp_pose_5",
74
+ "tcp_pose_6"
75
+ ]
76
+ },
77
+ "observation.images.base_camera": {
78
+ "dtype": "video",
79
+ "shape": [
80
+ 128,
81
+ 128,
82
+ 3
83
+ ],
84
+ "names": [
85
+ "height",
86
+ "width",
87
+ "channels"
88
+ ],
89
+ "info": {
90
+ "video.height": 128,
91
+ "video.width": 128,
92
+ "video.codec": "av1",
93
+ "video.pix_fmt": "yuv420p",
94
+ "video.is_depth_map": false,
95
+ "video.fps": 30,
96
+ "video.channels": 3,
97
+ "has_audio": false,
98
+ "video.g": 2,
99
+ "video.crf": 30,
100
+ "video.preset": 12,
101
+ "video.fast_decode": 0,
102
+ "video.video_backend": "pyav",
103
+ "video.extra_options": {}
104
+ }
105
+ },
106
+ "observation.images.hand_camera": {
107
+ "dtype": "video",
108
+ "shape": [
109
+ 128,
110
+ 128,
111
+ 3
112
+ ],
113
+ "names": [
114
+ "height",
115
+ "width",
116
+ "channels"
117
+ ],
118
+ "info": {
119
+ "video.height": 128,
120
+ "video.width": 128,
121
+ "video.codec": "av1",
122
+ "video.pix_fmt": "yuv420p",
123
+ "video.is_depth_map": false,
124
+ "video.fps": 30,
125
+ "video.channels": 3,
126
+ "has_audio": false,
127
+ "video.g": 2,
128
+ "video.crf": 30,
129
+ "video.preset": 12,
130
+ "video.fast_decode": 0,
131
+ "video.video_backend": "pyav",
132
+ "video.extra_options": {}
133
+ }
134
+ },
135
+ "observation.segmentation.base_camera": {
136
+ "dtype": "int16",
137
+ "shape": [
138
+ 128,
139
+ 128,
140
+ 1
141
+ ],
142
+ "names": [
143
+ "height",
144
+ "width",
145
+ "channels"
146
+ ]
147
+ },
148
+ "observation.segmentation.hand_camera": {
149
+ "dtype": "int16",
150
+ "shape": [
151
+ 128,
152
+ 128,
153
+ 1
154
+ ],
155
+ "names": [
156
+ "height",
157
+ "width",
158
+ "channels"
159
+ ]
160
+ },
161
+ "reward": {
162
+ "dtype": "float32",
163
+ "shape": [
164
+ 1
165
+ ],
166
+ "names": null
167
+ },
168
+ "timestamp": {
169
+ "dtype": "float32",
170
+ "shape": [
171
+ 1
172
+ ],
173
+ "names": null
174
+ },
175
+ "frame_index": {
176
+ "dtype": "int64",
177
+ "shape": [
178
+ 1
179
+ ],
180
+ "names": null
181
+ },
182
+ "episode_index": {
183
+ "dtype": "int64",
184
+ "shape": [
185
+ 1
186
+ ],
187
+ "names": null
188
+ },
189
+ "index": {
190
+ "dtype": "int64",
191
+ "shape": [
192
+ 1
193
+ ],
194
+ "names": null
195
+ },
196
+ "task_index": {
197
+ "dtype": "int64",
198
+ "shape": [
199
+ 1
200
+ ],
201
+ "names": null
202
+ }
203
+ },
204
+ "total_episodes": 50,
205
+ "total_frames": 5384,
206
+ "total_tasks": 1,
207
+ "chunks_size": 1000,
208
+ "data_files_size_in_mb": 100,
209
+ "video_files_size_in_mb": 200,
210
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
211
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
212
+ "robot_type": "stackcube",
213
+ "splits": {
214
+ "train": "0:50"
215
+ }
216
+ }
217
+ ```
218
+
219
+
220
+ ## Citation
221
+
222
+ **BibTeX:**
223
+
224
+ ```bibtex
225
+ [More Information Needed]
226
+ ```