A large set of images of flowers
- URL: https://www.tensorflow.org/tutorials/load_data/images
DatasetBuilder
:tfds.image.flowers.TFFlowers
- Version:
v1.0.0
Versions:
1.0.0
(default):3.0.0
: New split API (https://tensorflow.org/datasets/splits)
Size:
218.21 MiB
Features
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=tf.uint8),
'label': ClassLabel(shape=(), dtype=tf.int64, num_classes=5),
})
Statistics
Split | Examples |
---|---|
ALL | 3,670 |
TRAIN | 3,670 |
Homepage
Supervised keys (for as_supervised=True
)
(u'image', u'label')
Citation
@ONLINE {tfflowers,
author = "The TensorFlow Team",
title = "Flowers",
month = "jan",
year = "2019",
url = "http://download.tensorflow.org/example_images/flower_photos.tgz" }