Stay organized with collections
Save and categorize content based on your preferences.
Description:
The original citrus dataset contains 759 images of healthy and unhealthy citrus
fruits and leaves. However, for now we only export 594 images of citrus leaves
with the following labels: Black Spot, Canker, Greening, and Healthy. The
exported images are in PNG format and have 256x256 pixels.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 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 }"]]