openwahter commited on
Commit
319bac6
·
verified ·
1 Parent(s): 8f163c0

Upload README.md with huggingface_hub

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