@article{DBLP:journals/corr/HughesS15,
author = {David P. Hughes and
Marcel Salath{\'{e} } },
title = {An open access repository of images on plant health to enable the
development of mobile disease diagnostics through machine
learning and crowdsourcing},
journal = {CoRR},
volume = {abs/1511.08060},
year = {2015},
url = {http://arxiv.org/abs/1511.08060},
archivePrefix = {arXiv},
eprint = {1511.08060},
timestamp = {Mon, 13 Aug 2018 16:48:21 +0200},
biburl = {https://dblp.org/rec/bib/journals/corr/HughesS15},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
[null,null,["最終更新日 2024-06-01 UTC。"],[],[],null,["# plant_village\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThe PlantVillage dataset consists of 54303 healthy and unhealthy leaf images\ndivided into 38 categories by species and disease.\n| **Note:** The original dataset is not available from the original source (plantvillage.org), therefore we get the unaugmented dataset from a paper that used that dataset and republished it. Moreover, we dropped images with Background_without_leaves label, because these were not present in the original dataset.\n\nOriginal paper URL: \u003chttps://arxiv.org/abs/1511.08060\u003e Dataset URL:\n\u003chttps://data.mendeley.com/datasets/tywbtsjrjv/1\u003e\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/plantvillage)\n\n- **Homepage** :\n \u003chttps://arxiv.org/abs/1511.08060\u003e\n\n- **Source code** :\n [`tfds.datasets.plant_village.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/plant_village/plant_village_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.2`** (default): No release notes.\n- **Download size** : `827.82 MiB`\n\n- **Dataset size** : `815.37 MiB`\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'` | 54,303 |\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=38),\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{DBLP:journals/corr/HughesS15,\n author = {David P. Hughes and\n Marcel Salath{\\'{e} } },\n title = {An open access repository of images on plant health to enable the\n development of mobile disease diagnostics through machine\n learning and crowdsourcing},\n journal = {CoRR},\n volume = {abs/1511.08060},\n year = {2015},\n url = {http://arxiv.org/abs/1511.08060},\n archivePrefix = {arXiv},\n eprint = {1511.08060},\n timestamp = {Mon, 13 Aug 2018 16:48:21 +0200},\n biburl = {https://dblp.org/rec/bib/journals/corr/HughesS15},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n }"]]