plant_leaves
Stay organized with collections
Save and categorize content based on your preferences.
This dataset consists of 4502 images of healthy and unhealthy plant leaves
divided into 22 categories by species and state of health. The images are in
high resolution JPG format.
There are no files with label prefix 0000, therefore label encoding is shifted
by one (e.g. file with label prefix 0001 gets encoded label 0).
Note: Each image is a separate download. Some might rarely fail, therefore make
sure to restart if that happens. An exception will be raised in case one of the
downloads repeatedly fails.
Dataset URL: https://data.mendeley.com/datasets/hb74ynkjcn/1 License:
http://creativecommons.org/licenses/by/4.0
Split
Examples
'train'
4,502
FeaturesDict ({
'image' : Image ( shape = ( None , None , 3 ), dtype = uint8 ),
'image/filename' : Text ( shape = (), dtype = string ),
'label' : ClassLabel ( shape = (), dtype = int64 , num_classes = 22 ),
})
Feature
Class
Shape
Dtype
Description
FeaturesDict
image
Image
(None, None, 3)
uint8
image/filename
Text
string
label
ClassLabel
int64
@misc { ,
author = { Siddharth Singh Chouhan , Ajay Kaul , Uday Pratap Singh , Sanjeev
Jain } ,
title = { A Database of Leaf Images : Practice towards Plant Conservation with
Plant Pathology } ,
howpublished = { Mendeley Data } ,
year = { 2019 }
}
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-12-11 UTC.
[[["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-12-11 UTC."],[],[],null,["# plant_leaves\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis dataset consists of 4502 images of healthy and unhealthy plant leaves\ndivided into 22 categories by species and state of health. The images are in\nhigh resolution JPG format.\n\nThere are no files with label prefix 0000, therefore label encoding is shifted\nby one (e.g. file with label prefix 0001 gets encoded label 0).\n| **Note:** Each image is a separate download. Some might rarely fail, therefore make sure to restart if that happens. An exception will be raised in case one of the downloads repeatedly fails.\n\nDataset URL: \u003chttps://data.mendeley.com/datasets/hb74ynkjcn/1\u003e License:\n\u003chttp://creativecommons.org/licenses/by/4.0\u003e\n\n- **Homepage** :\n \u003chttps://data.mendeley.com/datasets/hb74ynkjcn/1\u003e\n\n- **Source code** :\n [`tfds.datasets.plant_leaves.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/plant_leaves/plant_leaves_dataset_builder.py)\n\n- **Versions**:\n\n - `0.1.0`: Initial release.\n - **`0.1.1`** (default): Fix checksum error.\n- **Download size** : `6.56 GiB`\n\n- **Dataset size** : `6.81 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|----------|\n| `'train'` | 4,502 |\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=22),\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 @misc{,\n author={Siddharth Singh Chouhan, Ajay Kaul, Uday Pratap Singh, Sanjeev\n Jain},\n title={A Database of Leaf Images: Practice towards Plant Conservation with\n Plant Pathology},\n howpublished={Mendeley Data},\n year={2019}\n }"]]