lambdavi commited on
Commit
141f293
·
verified ·
1 Parent(s): 75764c6

Upload README.md with huggingface_hub

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