lambdavi commited on
Commit
5c7db6c
·
verified ·
1 Parent(s): b842069

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +182 -0
README.md ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/pp_cube">
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": 10,
36
+ "features": {
37
+ "observation.image": {
38
+ "dtype": "video",
39
+ "shape": [
40
+ 224,
41
+ 224,
42
+ 3
43
+ ],
44
+ "names": [
45
+ "height",
46
+ "width",
47
+ "channels"
48
+ ],
49
+ "info": {
50
+ "video.height": 224,
51
+ "video.width": 224,
52
+ "video.codec": "av1",
53
+ "video.pix_fmt": "yuv420p",
54
+ "video.fps": 10,
55
+ "video.channels": 3,
56
+ "has_audio": false,
57
+ "video.g": 2,
58
+ "video.crf": 30,
59
+ "video.preset": 12,
60
+ "video.fast_decode": 0,
61
+ "video.video_backend": "pyav",
62
+ "video.extra_options": {},
63
+ "is_depth_map": false
64
+ }
65
+ },
66
+ "observation.state": {
67
+ "dtype": "float32",
68
+ "shape": [
69
+ 37
70
+ ],
71
+ "names": [
72
+ "latent_0",
73
+ "latent_1",
74
+ "latent_2",
75
+ "latent_3",
76
+ "latent_4",
77
+ "latent_5",
78
+ "latent_6",
79
+ "latent_7",
80
+ "latent_8",
81
+ "latent_9",
82
+ "latent_10",
83
+ "latent_11",
84
+ "latent_12",
85
+ "latent_13",
86
+ "latent_14",
87
+ "latent_15",
88
+ "latent_16",
89
+ "latent_17",
90
+ "latent_18",
91
+ "latent_19",
92
+ "latent_20",
93
+ "latent_21",
94
+ "latent_22",
95
+ "latent_23",
96
+ "latent_24",
97
+ "latent_25",
98
+ "latent_26",
99
+ "latent_27",
100
+ "latent_28",
101
+ "latent_29",
102
+ "latent_30",
103
+ "latent_31",
104
+ "latent_32",
105
+ "latent_33",
106
+ "latent_34",
107
+ "latent_35",
108
+ "latent_36"
109
+ ]
110
+ },
111
+ "action": {
112
+ "dtype": "float32",
113
+ "shape": [
114
+ 5
115
+ ],
116
+ "names": [
117
+ "a0",
118
+ "a1",
119
+ "a2",
120
+ "a3",
121
+ "a4"
122
+ ]
123
+ },
124
+ "timestamp": {
125
+ "dtype": "float32",
126
+ "shape": [
127
+ 1
128
+ ],
129
+ "names": null
130
+ },
131
+ "frame_index": {
132
+ "dtype": "int64",
133
+ "shape": [
134
+ 1
135
+ ],
136
+ "names": null
137
+ },
138
+ "episode_index": {
139
+ "dtype": "int64",
140
+ "shape": [
141
+ 1
142
+ ],
143
+ "names": null
144
+ },
145
+ "index": {
146
+ "dtype": "int64",
147
+ "shape": [
148
+ 1
149
+ ],
150
+ "names": null
151
+ },
152
+ "task_index": {
153
+ "dtype": "int64",
154
+ "shape": [
155
+ 1
156
+ ],
157
+ "names": null
158
+ }
159
+ },
160
+ "total_episodes": 550,
161
+ "total_frames": 81610,
162
+ "total_tasks": 1,
163
+ "chunks_size": 1000,
164
+ "data_files_size_in_mb": 100,
165
+ "video_files_size_in_mb": 200,
166
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
167
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
168
+ "robot_type": "cube",
169
+ "splits": {
170
+ "train": "0:550"
171
+ }
172
+ }
173
+ ```
174
+
175
+
176
+ ## Citation
177
+
178
+ **BibTeX:**
179
+
180
+ ```bibtex
181
+ [More Information Needed]
182
+ ```