|
2 | 2 | <div itemscope itemprop="includedInDataCatalog" itemtype="http://schema.org/DataCatalog">
|
3 | 3 | <meta itemprop="name" content="TensorFlow Datasets" />
|
4 | 4 | </div>
|
| 5 | + |
5 | 6 | <meta itemprop="name" content="celeb_a_hq" />
|
6 | 7 | <meta itemprop="description" content="High-quality version of the CELEBA dataset, consisting of 30000 images in 1024 x 1024 resolution. WARNING: This dataset currently requires you to prepare images on your own. To use this dataset: ```python import tensorflow_datasets as tfds ds = tfds.load('celeb_a_hq', split='train') for ex in ds.take(4): print(ex) ``` See [the guide](https://www.tensorflow.org/datasets/overview) for more informations on [tensorflow_datasets](https://www.tensorflow.org/datasets). " />
|
7 | 8 | <meta itemprop="url" content="https://www.tensorflow.org/datasets/catalog/celeb_a_hq" />
|
8 | 9 | <meta itemprop="sameAs" content="https://github.com/tkarras/progressive_growing_of_gans" />
|
9 | 10 | <meta itemprop="citation" content="@article{DBLP:journals/corr/abs-1710-10196, author = {Tero Karras and Timo Aila and Samuli Laine and Jaakko Lehtinen}, title = {Progressive Growing of GANs for Improved Quality, Stability, and Variation}, journal = {CoRR}, volume = {abs/1710.10196}, year = {2017}, url = {http://arxiv.org/abs/1710.10196}, archivePrefix = {arXiv}, eprint = {1710.10196}, timestamp = {Mon, 13 Aug 2018 16:46:42 +0200}, biburl = {https://dblp.org/rec/bib/journals/corr/abs-1710-10196}, bibsource = {dblp computer science bibliography, https://dblp.org} } " />
|
10 | 11 | </div>
|
11 |
| -# `celeb_a_hq` |
| 12 | + |
| 13 | +# `celeb_a_hq` (Manual download) |
12 | 14 |
|
13 | 15 | High-quality version of the CELEBA dataset, consisting of 30000 images in 1024 x
|
14 | 16 | 1024 resolution.
|
@@ -54,6 +56,12 @@ Versions:
|
54 | 56 | * **`0.1.0`** (default):
|
55 | 57 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
56 | 58 |
|
| 59 | +WARNING: This dataset requires you to download the source data manually into |
| 60 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 61 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 62 | +data1024x1024.tar). Detailed instructions are here: |
| 63 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 64 | + |
57 | 65 | ### Statistics
|
58 | 66 |
|
59 | 67 | Split | Examples
|
@@ -81,6 +89,12 @@ Versions:
|
81 | 89 | * **`0.1.0`** (default):
|
82 | 90 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
83 | 91 |
|
| 92 | +WARNING: This dataset requires you to download the source data manually into |
| 93 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 94 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 95 | +data1024x1024.tar). Detailed instructions are here: |
| 96 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 97 | + |
84 | 98 | ### Statistics
|
85 | 99 |
|
86 | 100 | Split | Examples
|
@@ -108,6 +122,12 @@ Versions:
|
108 | 122 | * **`0.1.0`** (default):
|
109 | 123 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
110 | 124 |
|
| 125 | +WARNING: This dataset requires you to download the source data manually into |
| 126 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 127 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 128 | +data1024x1024.tar). Detailed instructions are here: |
| 129 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 130 | + |
111 | 131 | ### Statistics
|
112 | 132 |
|
113 | 133 | Split | Examples
|
@@ -135,6 +155,12 @@ Versions:
|
135 | 155 | * **`0.1.0`** (default):
|
136 | 156 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
137 | 157 |
|
| 158 | +WARNING: This dataset requires you to download the source data manually into |
| 159 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 160 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 161 | +data1024x1024.tar). Detailed instructions are here: |
| 162 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 163 | + |
138 | 164 | ### Statistics
|
139 | 165 |
|
140 | 166 | Split | Examples
|
@@ -162,6 +188,12 @@ Versions:
|
162 | 188 | * **`0.1.0`** (default):
|
163 | 189 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
164 | 190 |
|
| 191 | +WARNING: This dataset requires you to download the source data manually into |
| 192 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 193 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 194 | +data1024x1024.tar). Detailed instructions are here: |
| 195 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 196 | + |
165 | 197 | ### Statistics
|
166 | 198 |
|
167 | 199 | Split | Examples
|
@@ -189,6 +221,12 @@ Versions:
|
189 | 221 | * **`0.1.0`** (default):
|
190 | 222 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
191 | 223 |
|
| 224 | +WARNING: This dataset requires you to download the source data manually into |
| 225 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 226 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 227 | +data1024x1024.tar). Detailed instructions are here: |
| 228 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 229 | + |
192 | 230 | ### Statistics
|
193 | 231 |
|
194 | 232 | Split | Examples
|
@@ -216,6 +254,12 @@ Versions:
|
216 | 254 | * **`0.1.0`** (default):
|
217 | 255 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
218 | 256 |
|
| 257 | +WARNING: This dataset requires you to download the source data manually into |
| 258 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 259 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 260 | +data1024x1024.tar). Detailed instructions are here: |
| 261 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 262 | + |
219 | 263 | ### Statistics
|
220 | 264 |
|
221 | 265 | Split | Examples
|
@@ -243,6 +287,12 @@ Versions:
|
243 | 287 | * **`0.1.0`** (default):
|
244 | 288 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
245 | 289 |
|
| 290 | +WARNING: This dataset requires you to download the source data manually into |
| 291 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 292 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 293 | +data1024x1024.tar). Detailed instructions are here: |
| 294 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 295 | + |
246 | 296 | ### Statistics
|
247 | 297 |
|
248 | 298 | Split | Examples
|
@@ -270,6 +320,12 @@ Versions:
|
270 | 320 | * **`0.1.0`** (default):
|
271 | 321 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
272 | 322 |
|
| 323 | +WARNING: This dataset requires you to download the source data manually into |
| 324 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 325 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 326 | +data1024x1024.tar). Detailed instructions are here: |
| 327 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 328 | + |
273 | 329 | ### Statistics
|
274 | 330 |
|
275 | 331 | Split | Examples
|
@@ -297,6 +353,12 @@ Versions:
|
297 | 353 | * **`0.1.0`** (default):
|
298 | 354 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
299 | 355 |
|
| 356 | +WARNING: This dataset requires you to download the source data manually into |
| 357 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 358 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 359 | +data1024x1024.tar). Detailed instructions are here: |
| 360 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 361 | + |
300 | 362 | ### Statistics
|
301 | 363 |
|
302 | 364 | Split | Examples
|
@@ -324,6 +386,12 @@ Versions:
|
324 | 386 | * **`0.1.0`** (default):
|
325 | 387 | * `2.0.0`: New split API (https://tensorflow.org/datasets/splits)
|
326 | 388 |
|
| 389 | +WARNING: This dataset requires you to download the source data manually into |
| 390 | +manual_dir (defaults to `~/tensorflow_datasets/manual/celeb_a_hq/`): manual_dir |
| 391 | +should contain multiple tar files with images (data2x2.tar, data4x4.tar .. |
| 392 | +data1024x1024.tar). Detailed instructions are here: |
| 393 | +https://github.com/tkarras/progressive_growing_of_gans#preparing-datasets-for-training |
| 394 | + |
327 | 395 | ### Statistics
|
328 | 396 |
|
329 | 397 | Split | Examples
|
|
0 commit comments