@@ -327,78 +327,78 @@ WARNING: this dataset currently requires you to prepare images on your own.
327
327
` celeb_a_hq ` is configured with ` tfds.image.celebahq.CelebaHQConfig ` and has the following
328
328
configurations predefined (defaults to the first one):
329
329
330
- * ` "1 " ` (` v0.1.0 ` ): CelebaHQ images in 1 x 1 resolution
330
+ * ` "1024 " ` (` v0.1.0 ` ): CelebaHQ images in 1024 x 1024 resolution
331
331
332
- * ` "2 " ` (` v0.1.0 ` ): CelebaHQ images in 2 x 2 resolution
332
+ * ` "512 " ` (` v0.1.0 ` ): CelebaHQ images in 512 x 512 resolution
333
333
334
- * ` "4 " ` (` v0.1.0 ` ): CelebaHQ images in 4 x 4 resolution
334
+ * ` "256 " ` (` v0.1.0 ` ): CelebaHQ images in 256 x 256 resolution
335
335
336
- * ` "8 " ` (` v0.1.0 ` ): CelebaHQ images in 8 x 8 resolution
336
+ * ` "128 " ` (` v0.1.0 ` ): CelebaHQ images in 128 x 128 resolution
337
337
338
- * ` "16 " ` (` v0.1.0 ` ): CelebaHQ images in 16 x 16 resolution
338
+ * ` "64 " ` (` v0.1.0 ` ): CelebaHQ images in 64 x 64 resolution
339
339
340
340
* ` "32" ` (` v0.1.0 ` ): CelebaHQ images in 32 x 32 resolution
341
341
342
- * ` "64 " ` (` v0.1.0 ` ): CelebaHQ images in 64 x 64 resolution
342
+ * ` "16 " ` (` v0.1.0 ` ): CelebaHQ images in 16 x 16 resolution
343
343
344
- * ` "128 " ` (` v0.1.0 ` ): CelebaHQ images in 128 x 128 resolution
344
+ * ` "8 " ` (` v0.1.0 ` ): CelebaHQ images in 8 x 8 resolution
345
345
346
- * ` "256 " ` (` v0.1.0 ` ): CelebaHQ images in 256 x 256 resolution
346
+ * ` "4 " ` (` v0.1.0 ` ): CelebaHQ images in 4 x 4 resolution
347
347
348
- * ` "512 " ` (` v0.1.0 ` ): CelebaHQ images in 512 x 512 resolution
348
+ * ` "2 " ` (` v0.1.0 ` ): CelebaHQ images in 2 x 2 resolution
349
349
350
- * ` "1024 " ` (` v0.1.0 ` ): CelebaHQ images in 1024 x 1024 resolution
350
+ * ` "1 " ` (` v0.1.0 ` ): CelebaHQ images in 1 x 1 resolution
351
351
352
352
353
- ### ` "celeb_a_hq/1 " `
353
+ ### ` "celeb_a_hq/1024 " `
354
354
355
355
```
356
356
FeaturesDict({
357
- 'image': Image(shape=(1, 1 , 3), dtype=tf.uint8),
357
+ 'image': Image(shape=(1024, 1024 , 3), dtype=tf.uint8),
358
358
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
359
359
})
360
360
```
361
361
362
362
363
363
364
- ### ` "celeb_a_hq/2 " `
364
+ ### ` "celeb_a_hq/512 " `
365
365
366
366
```
367
367
FeaturesDict({
368
- 'image': Image(shape=(2, 2 , 3), dtype=tf.uint8),
368
+ 'image': Image(shape=(512, 512 , 3), dtype=tf.uint8),
369
369
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
370
370
})
371
371
```
372
372
373
373
374
374
375
- ### ` "celeb_a_hq/4 " `
375
+ ### ` "celeb_a_hq/256 " `
376
376
377
377
```
378
378
FeaturesDict({
379
- 'image': Image(shape=(4, 4 , 3), dtype=tf.uint8),
379
+ 'image': Image(shape=(256, 256 , 3), dtype=tf.uint8),
380
380
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
381
381
})
382
382
```
383
383
384
384
385
385
386
- ### ` "celeb_a_hq/8 " `
386
+ ### ` "celeb_a_hq/128 " `
387
387
388
388
```
389
389
FeaturesDict({
390
- 'image': Image(shape=(8, 8 , 3), dtype=tf.uint8),
390
+ 'image': Image(shape=(128, 128 , 3), dtype=tf.uint8),
391
391
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
392
392
})
393
393
```
394
394
395
395
396
396
397
- ### ` "celeb_a_hq/16 " `
397
+ ### ` "celeb_a_hq/64 " `
398
398
399
399
```
400
400
FeaturesDict({
401
- 'image': Image(shape=(16, 16 , 3), dtype=tf.uint8),
401
+ 'image': Image(shape=(64, 64 , 3), dtype=tf.uint8),
402
402
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
403
403
})
404
404
```
@@ -416,55 +416,55 @@ FeaturesDict({
416
416
417
417
418
418
419
- ### ` "celeb_a_hq/64 " `
419
+ ### ` "celeb_a_hq/16 " `
420
420
421
421
```
422
422
FeaturesDict({
423
- 'image': Image(shape=(64, 64 , 3), dtype=tf.uint8),
423
+ 'image': Image(shape=(16, 16 , 3), dtype=tf.uint8),
424
424
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
425
425
})
426
426
```
427
427
428
428
429
429
430
- ### ` "celeb_a_hq/128 " `
430
+ ### ` "celeb_a_hq/8 " `
431
431
432
432
```
433
433
FeaturesDict({
434
- 'image': Image(shape=(128, 128 , 3), dtype=tf.uint8),
434
+ 'image': Image(shape=(8, 8 , 3), dtype=tf.uint8),
435
435
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
436
436
})
437
437
```
438
438
439
439
440
440
441
- ### ` "celeb_a_hq/256 " `
441
+ ### ` "celeb_a_hq/4 " `
442
442
443
443
```
444
444
FeaturesDict({
445
- 'image': Image(shape=(256, 256 , 3), dtype=tf.uint8),
445
+ 'image': Image(shape=(4, 4 , 3), dtype=tf.uint8),
446
446
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
447
447
})
448
448
```
449
449
450
450
451
451
452
- ### ` "celeb_a_hq/512 " `
452
+ ### ` "celeb_a_hq/2 " `
453
453
454
454
```
455
455
FeaturesDict({
456
- 'image': Image(shape=(512, 512 , 3), dtype=tf.uint8),
456
+ 'image': Image(shape=(2, 2 , 3), dtype=tf.uint8),
457
457
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
458
458
})
459
459
```
460
460
461
461
462
462
463
- ### ` "celeb_a_hq/1024 " `
463
+ ### ` "celeb_a_hq/1 " `
464
464
465
465
```
466
466
FeaturesDict({
467
- 'image': Image(shape=(1024, 1024 , 3), dtype=tf.uint8),
467
+ 'image': Image(shape=(1, 1 , 3), dtype=tf.uint8),
468
468
'image/filename': Text(shape=(), dtype=tf.string, encoder=None),
469
469
})
470
470
```
0 commit comments