tf_flowers
Stay organized with collections
Save and categorize content based on your preferences.
A large set of images of flowers
Split |
Examples |
'train' |
3,670 |
FeaturesDict({
'image': Image(shape=(None, None, 3), dtype=uint8),
'label': ClassLabel(shape=(), dtype=int64, num_classes=5),
})
Feature |
Class |
Shape |
Dtype |
Description |
|
FeaturesDict |
|
|
|
image |
Image |
(None, None, 3) |
uint8 |
|
label |
ClassLabel |
|
int64 |
|

@ONLINE {tfflowers,
author = "The TensorFlow Team",
title = "Flowers",
month = "jan",
year = "2019",
url = "http://download.tensorflow.org/example_images/flower_photos.tgz" }
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-01 UTC.
[null,null,["Last updated 2024-06-01 UTC."],[],[],null,["# tf_flowers\n\n\u003cbr /\u003e\n\n- **Description**:\n\nA large set of images of flowers\n\n- **Homepage** :\n \u003chttps://www.tensorflow.org/tutorials/load_data/images\u003e\n\n- **Source code** :\n [`tfds.datasets.tf_flowers.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/tf_flowers/tf_flowers_dataset_builder.py)\n\n- **Versions**:\n\n - **`3.0.1`** (default): No release notes.\n- **Download size** : `218.21 MiB`\n\n- **Dataset size** : `221.83 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Only when `shuffle_files=False` (train)\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 3,670 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=5),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-----------------|-------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (None, None, 3) | uint8 | |\n| label | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:\n\n @ONLINE {tfflowers,\n author = \"The TensorFlow Team\",\n title = \"Flowers\",\n month = \"jan\",\n year = \"2019\",\n url = \"http://download.tensorflow.org/example_images/flower_photos.tgz\" }"]]