@article{rauf2019citrus,
title={A citrus fruits and leaves dataset for detection and classification of
citrus diseases through machine learning},
author={Rauf, Hafiz Tayyab and Saleem, Basharat Ali and Lali, M Ikram Ullah
and Khan, Muhammad Attique and Sharif, Muhammad and Bukhari, Syed Ahmad Chan},
journal={Data in brief},
volume={26},
pages={104340},
year={2019},
publisher={Elsevier}
}
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# citrus_leaves\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThe original citrus dataset contains 759 images of healthy and unhealthy citrus\nfruits and leaves. However, for now we only export 594 images of citrus leaves\nwith the following labels: Black Spot, Canker, Greening, and Healthy. The\nexported images are in PNG format and have 256x256 pixels.\n| **Note:** Leaf images with Melanose label were dropped due to very small count and other non-leaf images being present in the same directory.\n\nDataset URL: \u003chttps://data.mendeley.com/datasets/3f83gxmv57/2\u003e License:\n\u003chttp://creativecommons.org/licenses/by/4.0\u003e\n\n- **Homepage** :\n \u003chttps://data.mendeley.com/datasets/3f83gxmv57/2\u003e\n\n- **Source code** :\n [`tfds.image_classification.CitrusLeaves`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/image_classification/citrus.py)\n\n- **Versions**:\n\n - `0.1.1`: Citrus Leaves dataset\n - **`0.1.2`** (default): Website URL update\n- **Download size** : `63.87 MiB`\n\n- **Dataset size** : `37.89 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 594 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'image/filename': Text(shape=(), dtype=string),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=4),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------------|--------------|-----------------|--------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (None, None, 3) | uint8 | |\n| image/filename | Text | | string | |\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 @article{rauf2019citrus,\n title={A citrus fruits and leaves dataset for detection and classification of\n citrus diseases through machine learning},\n author={Rauf, Hafiz Tayyab and Saleem, Basharat Ali and Lali, M Ikram Ullah\n and Khan, Muhammad Attique and Sharif, Muhammad and Bukhari, Syed Ahmad Chan},\n journal={Data in brief},\n volume={26},\n pages={104340},\n year={2019},\n publisher={Elsevier}\n }"]]