openwahter commited on
Commit
3e545f2
·
verified ·
1 Parent(s): e51aac0

Upload README.md with huggingface_hub

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